From 3261830338749a069675b92a702e25b1f3003e56 Mon Sep 17 00:00:00 2001 From: Abigail Hartman Date: Thu, 19 Nov 2020 07:06:54 -0800 Subject: [PATCH 01/14] TA autogenerated code for v3.2-preview.1 (#13794) --- .../azure/ai/textanalytics/__init__.py | 20 + .../azure/ai/textanalytics/_async_lro.py | 75 + .../azure/ai/textanalytics/_async_paging.py | 20 + .../azure/ai/textanalytics/_base_client.py | 2 + .../_generated/_operations_mixin.py | 226 +- .../_generated/_text_analytics_client.py | 7 + .../_generated/aio/_operations_mixin.py | 238 +- .../_generated/aio/_text_analytics_client.py | 7 + .../_generated/v3_0/_metadata.json | 22 +- .../_generated/v3_0/_text_analytics_client.py | 1 - .../v3_0/aio/_text_analytics_client.py | 1 - .../_text_analytics_client_operations.py | 52 +- .../_text_analytics_client_operations.py | 52 +- .../_generated/v3_1_preview_2/_metadata.json | 26 +- .../v3_1_preview_2/_text_analytics_client.py | 1 - .../aio/_text_analytics_client.py | 1 - .../_text_analytics_client_operations.py | 70 +- .../v3_1_preview_2/models/_models.py | 10 +- .../v3_1_preview_2/models/_models_py3.py | 12 +- .../_text_analytics_client_operations.py | 70 +- .../_generated/v3_1_preview_3/__init__.py | 16 + .../v3_1_preview_3/_configuration.py | 68 + .../_generated/v3_1_preview_3/_metadata.json | 228 + .../v3_1_preview_3/_text_analytics_client.py | 62 + .../_generated/v3_1_preview_3/aio/__init__.py | 10 + .../v3_1_preview_3/aio/_configuration.py | 64 + .../aio/_text_analytics_client.py | 56 + .../v3_1_preview_3/aio/operations/__init__.py | 13 + .../_text_analytics_client_operations.py | 1039 + .../v3_1_preview_3/models/__init__.py | 224 + .../v3_1_preview_3/models/_models.py | 2329 +++ .../v3_1_preview_3/models/_models_py3.py | 2619 +++ .../models/_text_analytics_client_enums.py | 118 + .../v3_1_preview_3/operations/__init__.py | 13 + .../_text_analytics_client_operations.py | 1057 + .../_generated/v3_1_preview_3/py.typed | 1 + .../azure/ai/textanalytics/_lro.py | 90 + .../azure/ai/textanalytics/_models.py | 343 +- .../azure/ai/textanalytics/_paging.py | 20 + .../ai/textanalytics/_response_handlers.py | 160 +- .../textanalytics/_response_handlers_async.py | 58 + .../textanalytics/_text_analytics_client.py | 249 +- .../aio/_text_analytics_client_async.py | 249 + .../async_samples/sample_analyze_async.py | 113 + .../sample_analyze_healthcare_async.py | 88 + .../sample_health_with_cancellation_async.py | 76 + .../samples/sample_analyze.py | 108 + .../samples/sample_analyze_healthcare.py | 78 + .../sample_health_with_cancellation.py | 68 + ...successful_passing_dict_entities_task.yaml | 15152 +++++++++++++++ ...ccessful_passing_dict_key_phrase_task.yaml | 250 + ...essful_passing_dict_pii_entities_task.yaml | 15934 ++++++++++++++++ ...ing_text_document_input_entities_task.yaml | 158 + ...g_text_document_input_key_phrase_task.yaml | 80 + ...text_document_input_pii_entities_task.yaml | 226 + .../test_analyze.test_bad_credentials.yaml | 37 + ...est_bad_model_version_error_all_tasks.yaml | 85 + ...ad_model_version_error_multiple_tasks.yaml | 160 + ...t_bad_model_version_error_single_task.yaml | 79 + ...ze.test_bad_request_on_empty_document.yaml | 43 + ...t_client_passed_default_language_hint.yaml | 225 + ...test_analyze.test_duplicate_ids_error.yaml | 47 + ...t_analyze.test_empty_credential_class.yaml | 37 + ...t_analyze.test_empty_document_failure.yaml | 44 + ...alyze.test_invalid_language_hint_docs.yaml | 224 + ...yze.test_invalid_language_hint_method.yaml | 222 + ...ages_of_results_returned_successfully.yaml | 7588 ++++++++ ....test_out_of_order_ids_multiple_tasks.yaml | 256 + ...ut_same_order_as_input_multiple_tasks.yaml | 217 + .../test_analyze.test_pass_cls.yaml | 216 + ...est_passing_only_string_entities_task.yaml | 155 + ...t_passing_only_string_key_phrase_task.yaml | 80 + ...passing_only_string_pii_entities_task.yaml | 226 + ....test_per_item_dont_use_language_hint.yaml | 155 + ..._analyze.test_rotate_subscription_key.yaml | 345 + ...tats_and_model_version_multiple_tasks.yaml | 14734 ++++++++++++++ .../test_analyze.test_too_many_documents.yaml | 64 + .../test_analyze.test_user_agent.yaml | 231 + ...st_whole_batch_dont_use_language_hint.yaml | 155 + ...nalyze.test_whole_batch_language_hint.yaml | 225 + ...le_batch_language_hint_and_dict_input.yaml | 225 + ...language_hint_and_dict_per_item_hints.yaml | 225 + ...ole_batch_language_hint_and_obj_input.yaml | 227 + ..._language_hint_and_obj_per_item_hints.yaml | 225 + ...successful_passing_dict_entities_task.yaml | 112 + ...ccessful_passing_dict_key_phrase_task.yaml | 58 + ...essful_passing_dict_pii_entities_task.yaml | 156 + ...ing_text_document_input_entities_task.yaml | 156 + ...g_text_document_input_key_phrase_task.yaml | 58 + ...text_document_input_pii_entities_task.yaml | 156 + ...st_analyze_async.test_bad_credentials.yaml | 32 + ...est_bad_model_version_error_all_tasks.yaml | 63 + ...ad_model_version_error_multiple_tasks.yaml | 114 + ...t_bad_model_version_error_single_task.yaml | 57 + ...nc.test_bad_request_on_empty_document.yaml | 33 + ...t_client_passed_default_language_hint.yaml | 155 + ...nalyze_async.test_duplicate_ids_error.yaml | 37 + ...yze_async.test_empty_credential_class.yaml | 32 + ...async.test_invalid_language_hint_docs.yaml | 154 + ...ync.test_invalid_language_hint_method.yaml | 154 + ...ages_of_results_returned_successfully.yaml | 198 + ...lts_with_errors_returned_successfully.yaml | 284 + ....test_out_of_order_ids_multiple_tasks.yaml | 126 + ...ut_same_order_as_input_multiple_tasks.yaml | 147 + .../test_analyze_async.test_pass_cls.yaml | 146 + ...est_passing_only_string_entities_task.yaml | 153 + ...t_passing_only_string_key_phrase_task.yaml | 58 + ...passing_only_string_pii_entities_task.yaml | 156 + ....test_per_item_dont_use_language_hint.yaml | 155 + ...ze_async.test_rotate_subscription_key.yaml | 294 + ...tats_and_model_version_multiple_tasks.yaml | 102 + ...analyze_async.test_too_many_documents.yaml | 54 + .../test_analyze_async.test_user_agent.yaml | 109 + ...st_whole_batch_dont_use_language_hint.yaml | 155 + ..._async.test_whole_batch_language_hint.yaml | 109 + ...le_batch_language_hint_and_dict_input.yaml | 155 + ...language_hint_and_dict_per_item_hints.yaml | 109 + ...ole_batch_language_hint_and_obj_input.yaml | 109 + ..._language_hint_and_obj_per_item_hints.yaml | 157 + ...care.test_all_successful_passing_dict.yaml | 78 + ...uccessful_passing_text_document_input.yaml | 78 + ...alyze_healthcare.test_bad_credentials.yaml | 33 + ...althcare.test_bad_model_version_error.yaml | 77 + ..._analyze_healthcare.test_cancellation.yaml | 150 + ...t_client_passed_default_language_hint.yaml | 77 + ...t_attribute_error_no_result_attribute.yaml | 76 + ...attribute_error_nonexistent_attribute.yaml | 76 + ...alyze_healthcare.test_document_errors.yaml | 85 + ...yze_healthcare.test_document_warnings.yaml | 75 + ...e_healthcare.test_duplicate_ids_error.yaml | 42 + ...ealthcare.test_empty_credential_class.yaml | 33 + ...healthcare.test_input_with_all_errors.yaml | 82 + ...ealthcare.test_input_with_some_errors.yaml | 82 + ...hcare.test_invalid_language_hint_docs.yaml | 77 + ...are.test_invalid_language_hint_method.yaml | 77 + ...ages_of_results_returned_successfully.yaml | 80 + ...lts_with_errors_returned_successfully.yaml | 82 + ...lyze_healthcare.test_out_of_order_ids.yaml | 79 + ...hcare.test_output_same_order_as_input.yaml | 77 + ...test_analyze_healthcare.test_pass_cls.yaml | 75 + ...e_healthcare.test_passing_only_string.yaml | 81 + ...yze_healthcare.test_payload_too_large.yaml | 8541 +++++++++ ....test_per_item_dont_use_language_hint.yaml | 77 + ...althcare.test_rotate_subscription_key.yaml | 185 + ...are.test_show_stats_and_model_version.yaml | 79 + ...ze_healthcare.test_too_many_documents.yaml | 49 + ...st_analyze_healthcare.test_user_agent.yaml | 77 + ...st_whole_batch_dont_use_language_hint.yaml | 77 + ...thcare.test_whole_batch_language_hint.yaml | 77 + ...le_batch_language_hint_and_dict_input.yaml | 77 + ...language_hint_and_dict_per_item_hints.yaml | 77 + ...ole_batch_language_hint_and_obj_input.yaml | 77 + ..._language_hint_and_obj_per_item_hints.yaml | 76 + ...sync.test_all_successful_passing_dict.yaml | 56 + ...uccessful_passing_text_document_input.yaml | 56 + ...healthcare_async.test_bad_credentials.yaml | 28 + ...re_async.test_bad_model_version_error.yaml | 55 + ...ze_healthcare_async.test_cancellation.yaml | 82 + ...t_client_passed_default_language_hint.yaml | 55 + ...t_attribute_error_no_result_attribute.yaml | 54 + ...attribute_error_nonexistent_attribute.yaml | 54 + ...healthcare_async.test_document_errors.yaml | 63 + ...althcare_async.test_document_warnings.yaml | 53 + ...thcare_async.test_duplicate_ids_error.yaml | 32 + ...are_async.test_empty_credential_class.yaml | 28 + ...care_async.test_input_with_all_errors.yaml | 60 + ...are_async.test_input_with_some_errors.yaml | 60 + ...async.test_invalid_language_hint_docs.yaml | 55 + ...ync.test_invalid_language_hint_method.yaml | 55 + ...ages_of_results_returned_successfully.yaml | 58 + ...lts_with_errors_returned_successfully.yaml | 60 + ...ealthcare_async.test_out_of_order_ids.yaml | 57 + ...async.test_output_same_order_as_input.yaml | 55 + ...nalyze_healthcare_async.test_pass_cls.yaml | 53 + ...thcare_async.test_passing_only_string.yaml | 59 + ...althcare_async.test_payload_too_large.yaml | 8531 +++++++++ ....test_per_item_dont_use_language_hint.yaml | 55 + ...re_async.test_rotate_subscription_key.yaml | 136 + ...ync.test_show_stats_and_model_version.yaml | 57 + ...lthcare_async.test_too_many_documents.yaml | 781 + ...lyze_healthcare_async.test_user_agent.yaml | 55 + ...st_whole_batch_dont_use_language_hint.yaml | 55 + ..._async.test_whole_batch_language_hint.yaml | 55 + ...le_batch_language_hint_and_dict_input.yaml | 55 + ...language_hint_and_dict_per_item_hints.yaml | 55 + ...ole_batch_language_hint_and_obj_input.yaml | 55 + ..._language_hint_and_obj_per_item_hints.yaml | 54 + .../tests/test_analyze.py | 1265 ++ .../tests/test_analyze_async.py | 1421 ++ .../tests/test_analyze_healthcare.py | 752 + .../tests/test_analyze_healthcare_async.py | 875 + .../tests/test_json_pointer.py | 2 +- .../azure-ai-textanalytics/tests/testcase.py | 2 +- sdk/textanalytics/tests.yml | 4 +- 194 files changed, 99763 insertions(+), 216 deletions(-) create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_async_lro.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_async_paging.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/__init__.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_configuration.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_metadata.json create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_text_analytics_client.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/__init__.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/_configuration.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/_text_analytics_client.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/operations/__init__.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/operations/_text_analytics_client_operations.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/__init__.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_models.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_models_py3.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_text_analytics_client_enums.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/operations/__init__.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/operations/_text_analytics_client_operations.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/py.typed create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_lro.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_paging.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_response_handlers_async.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_analyze_async.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_analyze_healthcare_async.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_health_with_cancellation_async.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze_healthcare.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/samples/sample_health_with_cancellation.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_key_phrase_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_pii_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_key_phrase_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_pii_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_credentials.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_all_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_multiple_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_single_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_request_on_empty_document.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_client_passed_default_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_duplicate_ids_error.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_credential_class.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_document_failure.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_docs.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_method.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_multiple_pages_of_results_returned_successfully.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_out_of_order_ids_multiple_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_output_same_order_as_input_multiple_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_pass_cls.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_key_phrase_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_pii_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_per_item_dont_use_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_rotate_subscription_key.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_show_stats_and_model_version_multiple_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_too_many_documents.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_user_agent.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_dont_use_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_per_item_hints.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_per_item_hints.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_key_phrase_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_pii_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_key_phrase_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_pii_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_credentials.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_all_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_multiple_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_single_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_request_on_empty_document.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_client_passed_default_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_duplicate_ids_error.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_empty_credential_class.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_docs.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_method.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_returned_successfully.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_out_of_order_ids_multiple_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_output_same_order_as_input_multiple_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_pass_cls.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_key_phrase_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_pii_entities_task.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_per_item_dont_use_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_rotate_subscription_key.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_show_stats_and_model_version_multiple_tasks.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_too_many_documents.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_user_agent.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_dont_use_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_dict.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_text_document_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_credentials.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_model_version_error.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_cancellation.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_client_passed_default_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_no_result_attribute.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_nonexistent_attribute.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_errors.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_warnings.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_duplicate_ids_error.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_empty_credential_class.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_all_errors.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_some_errors.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_docs.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_method.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_returned_successfully.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_with_errors_returned_successfully.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_out_of_order_ids.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_output_same_order_as_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_pass_cls.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_passing_only_string.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_payload_too_large.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_per_item_dont_use_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_rotate_subscription_key.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_show_stats_and_model_version.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_too_many_documents.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_user_agent.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_dont_use_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_per_item_hints.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_per_item_hints.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_dict.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_text_document_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_credentials.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_model_version_error.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_cancellation.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_client_passed_default_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_no_result_attribute.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_nonexistent_attribute.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_errors.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_warnings.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_duplicate_ids_error.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_empty_credential_class.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_all_errors.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_some_errors.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_docs.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_method.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_returned_successfully.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_out_of_order_ids.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_output_same_order_as_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_pass_cls.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_passing_only_string.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_payload_too_large.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_per_item_dont_use_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_rotate_subscription_key.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_show_stats_and_model_version.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_too_many_documents.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_user_agent.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_dont_use_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_input.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py create mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/__init__.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/__init__.py index ef3d19429fd8..5395ff76bc8c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/__init__.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/__init__.py @@ -32,7 +32,17 @@ RecognizePiiEntitiesResult, PiiEntity, PiiEntityDomainType, + AnalyzeHealthcareResultItem, + HealthcareEntity, + HealthcareRelation, + HealthcareEntityLink, + EntitiesRecognitionTask, + PiiEntitiesRecognitionTask, + KeyPhraseExtractionTask, + TextAnalysisResult, + RequestStatistics ) +from._paging import AnalyzeHealthcareResult __all__ = [ 'TextAnalyticsApiVersion', @@ -61,6 +71,16 @@ 'RecognizePiiEntitiesResult', 'PiiEntity', 'PiiEntityDomainType', + 'AnalyzeHealthcareResultItem', + 'AnalyzeHealthcareResult', + 'HealthcareEntity', + 'HealthcareRelation', + 'HealthcareEntityLink', + 'EntitiesRecognitionTask', + 'PiiEntitiesRecognitionTask', + 'KeyPhraseExtractionTask', + 'TextAnalysisResult', + 'RequestStatistics' ] __version__ = VERSION diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_async_lro.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_async_lro.py new file mode 100644 index 000000000000..8d075c7a97c1 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_async_lro.py @@ -0,0 +1,75 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + +from azure.core.polling.base_polling import OperationFailed, BadStatus +from azure.core.polling.async_base_polling import AsyncLROBasePolling + + +_FINISHED = frozenset(["succeeded", "cancelled", "failed", "partiallysucceeded"]) +_FAILED = frozenset(["failed"]) +_SUCCEEDED = frozenset(["succeeded", "partiallysucceeded"]) + + +class TextAnalyticsAsyncLROPollingMethod(AsyncLROBasePolling): + + def finished(self): + """Is this polling finished? + :rtype: bool + """ + return TextAnalyticsAsyncLROPollingMethod._finished(self.status()) + + @staticmethod + def _finished(status): + if hasattr(status, "value"): + status = status.value + return str(status).lower() in _FINISHED + + @staticmethod + def _failed(status): + if hasattr(status, "value"): + status = status.value + return str(status).lower() in _FAILED + + @staticmethod + def _raise_if_bad_http_status_and_method(response): + """Check response status code is valid. + + Must be 200, 201, 202, or 204. + + :raises: BadStatus if invalid status. + """ + code = response.status_code + if code in {200, 201, 202, 204}: + return + raise BadStatus( + "Invalid return status {!r} for {!r} operation".format( + code, response.request.method + ) + ) + + async def _poll(self): # pylint:disable=invalid-overridden-method + """Poll status of operation so long as operation is incomplete and + we have an endpoint to query. + + :param callable update_cmd: The function to call to retrieve the + latest status of the long running operation. + :raises: OperationFailed if operation status 'Failed' or 'Canceled'. + :raises: BadStatus if response status invalid. + :raises: BadResponse if response invalid. + """ + while not self.finished(): + await self._delay() + await self.update_status() + + if TextAnalyticsAsyncLROPollingMethod._failed(self.status()): + raise OperationFailed("Operation failed or canceled") + + final_get_url = self._operation.get_final_get_url(self._pipeline_response) + if final_get_url: + self._pipeline_response = await self.request_status(final_get_url) + TextAnalyticsAsyncLROPollingMethod._raise_if_bad_http_status_and_method( + self._pipeline_response.http_response + ) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_async_paging.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_async_paging.py new file mode 100644 index 000000000000..1ce1ed2f524a --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_async_paging.py @@ -0,0 +1,20 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + +from azure.core.async_paging import AsyncItemPaged + + +class AnalyzeHealthcareResultAsync(AsyncItemPaged): + def __init__(self, *args, **kwargs): + self.model_version = kwargs.pop('model_version') + self.statistics = kwargs.pop('statistics') + super(AnalyzeHealthcareResultAsync, self).__init__(*args, **kwargs) + + +class AnalyzeResultAsync(AsyncItemPaged): + def __init__(self, *args, **kwargs): + self.statistics = kwargs.pop('statistics') + super(AnalyzeResultAsync, self).__init__(*args, **kwargs) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_base_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_base_client.py index 8b5ce51ee546..e553d0349878 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_base_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_base_client.py @@ -13,6 +13,8 @@ class TextAnalyticsApiVersion(str, Enum): """Text Analytics API versions supported by this package""" + V3_1_PREVIEW_3 = "v3.1-preview.3" + #: this is the default version V3_1_PREVIEW = "v3.1-preview.2" V3_0 = "v3.0" diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_operations_mixin.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_operations_mixin.py index 1f230fc06a5d..1c921bbfec14 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_operations_mixin.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_operations_mixin.py @@ -15,6 +15,8 @@ from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.pipeline import PipelineResponse from azure.core.pipeline.transport import HttpRequest, HttpResponse +from azure.core.polling import LROPoller, NoPolling, PollingMethod +from azure.core.polling.base_polling import LROBasePolling if TYPE_CHECKING: # pylint: disable=unused-import,ungrouped-imports @@ -23,9 +25,161 @@ class TextAnalyticsClientOperationsMixin(object): + def analyze_status( + self, + job_id, # type: str + show_stats=None, # type: Optional[bool] + top=20, # type: Optional[int] + skip=0, # type: Optional[int] + **kwargs # type: Any + ): + """Get analysis status and results. + + Get the status of an analysis job. A job may consist of one or more tasks. Once all tasks are + completed, the job will transition to the completed state and results will be available for + each task. + + :param job_id: Job ID for Analyze. + :type job_id: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param top: (Optional) Set the maximum number of results per task. When both $top and $skip are + specified, $skip is applied first. + :type top: int + :param skip: (Optional) Set the number of elements to offset in the response. When both $top + and $skip are specified, $skip is applied first. + :type skip: int + :keyword callable cls: A custom type or function that will be passed the direct response + :return: AnalyzeJobState, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeJobState + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = self._get_api_version('analyze_status') + if api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'analyze_status'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return mixin_instance.analyze_status(job_id, show_stats, top, skip, **kwargs) + + def begin_analyze( + self, + body=None, # type: Optional["_models.AnalyzeBatchInput"] + **kwargs # type: Any + ): + """Submit analysis job. + + Submit a collection of text documents for analysis. Specify one or more unique tasks to be + executed. + + :param body: Collection of documents to analyze and tasks to execute. + :type body: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeBatchInput + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + api_version = self._get_api_version('begin_analyze') + if api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'begin_analyze'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return mixin_instance.begin_analyze(body, **kwargs) + + def begin_cancel_health_job( + self, + job_id, # type: str + **kwargs # type: Any + ): + """Cancel healthcare prediction job. + + Cancel healthcare prediction job. + + :param job_id: Job ID. + :type job_id: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + api_version = self._get_api_version('begin_cancel_health_job') + if api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'begin_cancel_health_job'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return mixin_instance.begin_cancel_health_job(job_id, **kwargs) + + def begin_health( + self, + documents, # type: List["_models.MultiLanguageInput"] + model_version=None, # type: Optional[str] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] + **kwargs # type: Any + ): + """Submit healthcare analysis job. + + Start a healthcare analysis job to recognize healthcare related entities (drugs, conditions, + symptoms, etc) and their relations. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + api_version = self._get_api_version('begin_health') + if api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'begin_health'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return mixin_instance.begin_health(documents, model_version, string_index_type, **kwargs) + def entities_linking( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any @@ -54,19 +208,20 @@ def entities_linking( from .v3_0.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from .v3_1_preview_2.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'entities_linking'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return mixin_instance.entities_linking(documents, model_version, show_stats, **kwargs) def entities_recognition_general( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any @@ -96,23 +251,24 @@ def entities_recognition_general( from .v3_0.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from .v3_1_preview_2.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'entities_recognition_general'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return mixin_instance.entities_recognition_general(documents, model_version, show_stats, **kwargs) def entities_recognition_pii( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] domain=None, # type: Optional[str] - string_index_type="TextElements_v8", # type: Optional[Union[str, "models.StringIndexType"]] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] **kwargs # type: Any ): """Entities containing personal information. @@ -145,19 +301,60 @@ def entities_recognition_pii( api_version = self._get_api_version('entities_recognition_pii') if api_version == 'v3.1-preview.2': from .v3_1_preview_2.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'entities_recognition_pii'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return mixin_instance.entities_recognition_pii(documents, model_version, show_stats, domain, string_index_type, **kwargs) + def health_status( + self, + job_id, # type: str + top=20, # type: Optional[int] + skip=0, # type: Optional[int] + show_stats=None, # type: Optional[bool] + **kwargs # type: Any + ): + """Get healthcare analysis job status and results. + + Get details of the healthcare prediction job specified by the jobId. + + :param job_id: Job ID. + :type job_id: str + :param top: (Optional) Set the maximum number of results per task. When both $top and $skip are + specified, $skip is applied first. + :type top: int + :param skip: (Optional) Set the number of elements to offset in the response. When both $top + and $skip are specified, $skip is applied first. + :type skip: int + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :keyword callable cls: A custom type or function that will be passed the direct response + :return: HealthcareJobState, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareJobState + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = self._get_api_version('health_status') + if api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'health_status'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return mixin_instance.health_status(job_id, top, skip, show_stats, **kwargs) + def key_phrases( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any @@ -186,19 +383,20 @@ def key_phrases( from .v3_0.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from .v3_1_preview_2.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'key_phrases'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return mixin_instance.key_phrases(documents, model_version, show_stats, **kwargs) def languages( self, - documents, # type: List["models.LanguageInput"] + documents, # type: List["_models.LanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any @@ -228,19 +426,20 @@ def languages( from .v3_0.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from .v3_1_preview_2.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'languages'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return mixin_instance.languages(documents, model_version, show_stats, **kwargs) def sentiment( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any @@ -270,12 +469,13 @@ def sentiment( from .v3_0.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from .v3_1_preview_2.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from .v3_1_preview_3.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'sentiment'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return mixin_instance.sentiment(documents, model_version, show_stats, **kwargs) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_text_analytics_client.py index e4c9a798546e..d5e10bab78f8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_text_analytics_client.py @@ -42,6 +42,7 @@ class TextAnalyticsClient(TextAnalyticsClientOperationsMixin, MultiApiClientMixi missing in profile. :param profile: A profile definition, from KnownProfiles to dict. :type profile: azure.profiles.KnownProfiles + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. """ DEFAULT_API_VERSION = 'v3.0' @@ -65,6 +66,8 @@ def __init__( base_url = '{Endpoint}/text/analytics/v3.0' elif api_version == 'v3.1-preview.2': base_url = '{Endpoint}/text/analytics/v3.1-preview.2' + elif api_version == 'v3.1-preview.3': + base_url = '{Endpoint}/text/analytics/v3.1-preview.3' else: raise ValueError("API version {} is not available".format(api_version)) self._config = TextAnalyticsClientConfiguration(credential, endpoint, **kwargs) @@ -84,6 +87,7 @@ def models(cls, api_version=DEFAULT_API_VERSION): * v3.0: :mod:`v3_0.models` * v3.1-preview.2: :mod:`v3_1_preview_2.models` + * v3.1-preview.3: :mod:`v3_1_preview_3.models` """ if api_version == 'v3.0': from .v3_0 import models @@ -91,6 +95,9 @@ def models(cls, api_version=DEFAULT_API_VERSION): elif api_version == 'v3.1-preview.2': from .v3_1_preview_2 import models return models + elif api_version == 'v3.1-preview.3': + from .v3_1_preview_3 import models + return models raise ValueError("API version {} is not available".format(api_version)) def close(self): diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_operations_mixin.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_operations_mixin.py index 8262099df631..cb854d7cf33c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_operations_mixin.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_operations_mixin.py @@ -15,17 +15,171 @@ from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error from azure.core.pipeline import PipelineResponse from azure.core.pipeline.transport import AsyncHttpResponse, HttpRequest +from azure.core.polling import AsyncLROPoller, AsyncNoPolling, AsyncPollingMethod +from azure.core.polling.async_base_polling import AsyncLROBasePolling class TextAnalyticsClientOperationsMixin(object): + async def analyze_status( + self, + job_id: str, + show_stats: Optional[bool] = None, + top: Optional[int] = 20, + skip: Optional[int] = 0, + **kwargs + ) -> "_models.AnalyzeJobState": + """Get analysis status and results. + + Get the status of an analysis job. A job may consist of one or more tasks. Once all tasks are + completed, the job will transition to the completed state and results will be available for + each task. + + :param job_id: Job ID for Analyze. + :type job_id: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param top: (Optional) Set the maximum number of results per task. When both $top and $skip are + specified, $skip is applied first. + :type top: int + :param skip: (Optional) Set the number of elements to offset in the response. When both $top + and $skip are specified, $skip is applied first. + :type skip: int + :keyword callable cls: A custom type or function that will be passed the direct response + :return: AnalyzeJobState, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeJobState + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = self._get_api_version('analyze_status') + if api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'analyze_status'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return await mixin_instance.analyze_status(job_id, show_stats, top, skip, **kwargs) + + async def begin_analyze( + self, + body: Optional["_models.AnalyzeBatchInput"] = None, + **kwargs + ) -> AsyncLROPoller[None]: + """Submit analysis job. + + Submit a collection of text documents for analysis. Specify one or more unique tasks to be + executed. + + :param body: Collection of documents to analyze and tasks to execute. + :type body: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeBatchInput + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + api_version = self._get_api_version('begin_analyze') + if api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'begin_analyze'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return await mixin_instance.begin_analyze(body, **kwargs) + + async def begin_cancel_health_job( + self, + job_id: str, + **kwargs + ) -> AsyncLROPoller[None]: + """Cancel healthcare prediction job. + + Cancel healthcare prediction job. + + :param job_id: Job ID. + :type job_id: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + api_version = self._get_api_version('begin_cancel_health_job') + if api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'begin_cancel_health_job'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return await mixin_instance.begin_cancel_health_job(job_id, **kwargs) + + async def begin_health( + self, + documents: List["_models.MultiLanguageInput"], + model_version: Optional[str] = None, + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", + **kwargs + ) -> AsyncLROPoller[None]: + """Submit healthcare analysis job. + + Start a healthcare analysis job to recognize healthcare related entities (drugs, conditions, + symptoms, etc) and their relations. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + api_version = self._get_api_version('begin_health') + if api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'begin_health'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return await mixin_instance.begin_health(documents, model_version, string_index_type, **kwargs) + async def entities_linking( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.EntityLinkingResult": + ) -> "_models.EntityLinkingResult": """Linked entities from a well-known knowledge base. The API returns a list of recognized entities with links to a well-known knowledge base. See @@ -50,23 +204,24 @@ async def entities_linking( from ..v3_0.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from ..v3_1_preview_2.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'entities_linking'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return await mixin_instance.entities_linking(documents, model_version, show_stats, **kwargs) async def entities_recognition_general( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.EntitiesResult": + ) -> "_models.EntitiesResult": """Named Entity Recognition. The API returns a list of general named entities in a given document. For the list of supported @@ -92,25 +247,26 @@ async def entities_recognition_general( from ..v3_0.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from ..v3_1_preview_2.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'entities_recognition_general'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return await mixin_instance.entities_recognition_general(documents, model_version, show_stats, **kwargs) async def entities_recognition_pii( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, domain: Optional[str] = None, - string_index_type: Optional[Union[str, "models.StringIndexType"]] = "TextElements_v8", + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", **kwargs - ) -> "models.PiiEntitiesResult": + ) -> "_models.PiiEntitiesResult": """Entities containing personal information. The API returns a list of entities with personal information (\"SSN\", \"Bank Account\" etc) in @@ -141,23 +297,64 @@ async def entities_recognition_pii( api_version = self._get_api_version('entities_recognition_pii') if api_version == 'v3.1-preview.2': from ..v3_1_preview_2.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'entities_recognition_pii'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return await mixin_instance.entities_recognition_pii(documents, model_version, show_stats, domain, string_index_type, **kwargs) + async def health_status( + self, + job_id: str, + top: Optional[int] = 20, + skip: Optional[int] = 0, + show_stats: Optional[bool] = None, + **kwargs + ) -> "_models.HealthcareJobState": + """Get healthcare analysis job status and results. + + Get details of the healthcare prediction job specified by the jobId. + + :param job_id: Job ID. + :type job_id: str + :param top: (Optional) Set the maximum number of results per task. When both $top and $skip are + specified, $skip is applied first. + :type top: int + :param skip: (Optional) Set the number of elements to offset in the response. When both $top + and $skip are specified, $skip is applied first. + :type skip: int + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :keyword callable cls: A custom type or function that will be passed the direct response + :return: HealthcareJobState, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareJobState + :raises: ~azure.core.exceptions.HttpResponseError + """ + api_version = self._get_api_version('health_status') + if api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + else: + raise ValueError("API version {} does not have operation 'health_status'".format(api_version)) + mixin_instance = OperationClass() + mixin_instance._client = self._client + mixin_instance._config = self._config + mixin_instance._serialize = Serializer(self._models_dict(api_version)) + mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) + return await mixin_instance.health_status(job_id, top, skip, show_stats, **kwargs) + async def key_phrases( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.KeyPhraseResult": + ) -> "_models.KeyPhraseResult": """Key Phrases. The API returns a list of strings denoting the key phrases in the input text. See the :code:` "models.LanguageResult": + ) -> "_models.LanguageResult": """Detect Language. The API returns the detected language and a numeric score between 0 and 1. Scores close to 1 @@ -224,23 +422,24 @@ async def languages( from ..v3_0.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from ..v3_1_preview_2.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'languages'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return await mixin_instance.languages(documents, model_version, show_stats, **kwargs) async def sentiment( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.SentimentResponse": + ) -> "_models.SentimentResponse": """Sentiment. The API returns a sentiment prediction, as well as sentiment scores for each sentiment class @@ -266,12 +465,13 @@ async def sentiment( from ..v3_0.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass elif api_version == 'v3.1-preview.2': from ..v3_1_preview_2.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass + elif api_version == 'v3.1-preview.3': + from ..v3_1_preview_3.aio.operations import TextAnalyticsClientOperationsMixin as OperationClass else: raise ValueError("API version {} does not have operation 'sentiment'".format(api_version)) mixin_instance = OperationClass() mixin_instance._client = self._client mixin_instance._config = self._config mixin_instance._serialize = Serializer(self._models_dict(api_version)) - mixin_instance._serialize.client_side_validation = False mixin_instance._deserialize = Deserializer(self._models_dict(api_version)) return await mixin_instance.sentiment(documents, model_version, show_stats, **kwargs) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_text_analytics_client.py index 8f864b88e72b..996f2a2b8658 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/aio/_text_analytics_client.py @@ -42,6 +42,7 @@ class TextAnalyticsClient(TextAnalyticsClientOperationsMixin, MultiApiClientMixi missing in profile. :param profile: A profile definition, from KnownProfiles to dict. :type profile: azure.profiles.KnownProfiles + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. """ DEFAULT_API_VERSION = 'v3.0' @@ -65,6 +66,8 @@ def __init__( base_url = '{Endpoint}/text/analytics/v3.0' elif api_version == 'v3.1-preview.2': base_url = '{Endpoint}/text/analytics/v3.1-preview.2' + elif api_version == 'v3.1-preview.3': + base_url = '{Endpoint}/text/analytics/v3.1-preview.3' else: raise ValueError("API version {} is not available".format(api_version)) self._config = TextAnalyticsClientConfiguration(credential, endpoint, **kwargs) @@ -84,6 +87,7 @@ def models(cls, api_version=DEFAULT_API_VERSION): * v3.0: :mod:`v3_0.models` * v3.1-preview.2: :mod:`v3_1_preview_2.models` + * v3.1-preview.3: :mod:`v3_1_preview_3.models` """ if api_version == 'v3.0': from ..v3_0 import models @@ -91,6 +95,9 @@ def models(cls, api_version=DEFAULT_API_VERSION): elif api_version == 'v3.1-preview.2': from ..v3_1_preview_2 import models return models + elif api_version == 'v3.1-preview.3': + from ..v3_1_preview_3 import models + return models raise ValueError("API version {} is not available".format(api_version)) async def close(self): diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/_metadata.json b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/_metadata.json index aa353a1f074d..a86e49b71f23 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/_metadata.json +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/_metadata.json @@ -9,7 +9,7 @@ "custom_base_url": "\u0027{Endpoint}/text/analytics/v3.0\u0027", "azure_arm": false, "has_lro_operations": false, - "client_side_validation": false + "client_side_validation": true }, "global_parameters": { "sync": { @@ -56,60 +56,60 @@ "operation_mixins": { "entities_recognition_general" : { "sync": { - "signature": "def entities_recognition_general(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "signature": "def entities_recognition_general(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Named Entity Recognition.\n\nThe API returns a list of general named entities in a given document. For the list of supported\nentity types, check :code:`\u003ca href=\"https://aka.ms/taner\"\u003eSupported Entity Types in Text\nAnalytics API\u003c/a\u003e`. See the :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text\nAnalytics API\u003c/a\u003e` for the list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_0.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntitiesResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.EntitiesResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def entities_recognition_general(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"models.EntitiesResult\":\n", + "signature": "async def entities_recognition_general(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.EntitiesResult\":\n", "doc": "\"\"\"Named Entity Recognition.\n\nThe API returns a list of general named entities in a given document. For the list of supported\nentity types, check :code:`\u003ca href=\"https://aka.ms/taner\"\u003eSupported Entity Types in Text\nAnalytics API\u003c/a\u003e`. See the :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text\nAnalytics API\u003c/a\u003e` for the list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_0.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntitiesResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.EntitiesResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats" }, "entities_linking" : { "sync": { - "signature": "def entities_linking(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "signature": "def entities_linking(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Linked entities from a well-known knowledge base.\n\nThe API returns a list of recognized entities with links to a well-known knowledge base. See\nthe :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for\nthe list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_0.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntityLinkingResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.EntityLinkingResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def entities_linking(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"models.EntityLinkingResult\":\n", + "signature": "async def entities_linking(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.EntityLinkingResult\":\n", "doc": "\"\"\"Linked entities from a well-known knowledge base.\n\nThe API returns a list of recognized entities with links to a well-known knowledge base. See\nthe :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for\nthe list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_0.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntityLinkingResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.EntityLinkingResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats" }, "key_phrases" : { "sync": { - "signature": "def key_phrases(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "signature": "def key_phrases(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Key Phrases.\n\nThe API returns a list of strings denoting the key phrases in the input text. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_0.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: KeyPhraseResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.KeyPhraseResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def key_phrases(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"models.KeyPhraseResult\":\n", + "signature": "async def key_phrases(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.KeyPhraseResult\":\n", "doc": "\"\"\"Key Phrases.\n\nThe API returns a list of strings denoting the key phrases in the input text. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_0.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: KeyPhraseResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.KeyPhraseResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats" }, "languages" : { "sync": { - "signature": "def languages(\n self,\n documents, # type: List[\"models.LanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "signature": "def languages(\n self,\n documents, # type: List[\"_models.LanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Detect Language.\n\nThe API returns the detected language and a numeric score between 0 and 1. Scores close to 1\nindicate 100% certainty that the identified language is true. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents:\n:type documents: list[~azure.ai.textanalytics.v3_0.models.LanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: LanguageResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.LanguageResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def languages(\n self,\n documents: List[\"models.LanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"models.LanguageResult\":\n", + "signature": "async def languages(\n self,\n documents: List[\"_models.LanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.LanguageResult\":\n", "doc": "\"\"\"Detect Language.\n\nThe API returns the detected language and a numeric score between 0 and 1. Scores close to 1\nindicate 100% certainty that the identified language is true. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents:\n:type documents: list[~azure.ai.textanalytics.v3_0.models.LanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: LanguageResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.LanguageResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats" }, "sentiment" : { "sync": { - "signature": "def sentiment(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "signature": "def sentiment(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Sentiment.\n\nThe API returns a sentiment prediction, as well as sentiment scores for each sentiment class\n(Positive, Negative, and Neutral) for the document and each sentence within it. See the\n:code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the\nlist of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_0.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: SentimentResponse, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.SentimentResponse\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def sentiment(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"models.SentimentResponse\":\n", + "signature": "async def sentiment(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.SentimentResponse\":\n", "doc": "\"\"\"Sentiment.\n\nThe API returns a sentiment prediction, as well as sentiment scores for each sentiment class\n(Positive, Negative, and Neutral) for the document and each sentence within it. See the\n:code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the\nlist of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_0.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain input and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: SentimentResponse, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_0.models.SentimentResponse\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats" diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/_text_analytics_client.py index 3a7c99f7257a..c7754a163d67 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/_text_analytics_client.py @@ -44,7 +44,6 @@ def __init__( client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} self._serialize = Serializer(client_models) - self._serialize.client_side_validation = False self._deserialize = Deserializer(client_models) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/aio/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/aio/_text_analytics_client.py index 9e658f7b4af9..23c10e40524f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/aio/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/aio/_text_analytics_client.py @@ -41,7 +41,6 @@ def __init__( client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} self._serialize = Serializer(client_models) - self._serialize.client_side_validation = False self._deserialize = Deserializer(client_models) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/aio/operations/_text_analytics_client_operations.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/aio/operations/_text_analytics_client_operations.py index 53333fa3e5f2..76a7d9ebb856 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/aio/operations/_text_analytics_client_operations.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/aio/operations/_text_analytics_client_operations.py @@ -12,7 +12,7 @@ from azure.core.pipeline import PipelineResponse from azure.core.pipeline.transport import AsyncHttpResponse, HttpRequest -from ... import models +from ... import models as _models T = TypeVar('T') ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] @@ -21,11 +21,11 @@ class TextAnalyticsClientOperationsMixin: async def entities_recognition_general( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.EntitiesResult": + ) -> "_models.EntitiesResult": """Named Entity Recognition. The API returns a list of general named entities in a given document. For the list of supported @@ -46,13 +46,13 @@ async def entities_recognition_general( :rtype: ~azure.ai.textanalytics.v3_0.models.EntitiesResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.EntitiesResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntitiesResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -84,7 +84,7 @@ async def entities_recognition_general( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('EntitiesResult', pipeline_response) @@ -97,11 +97,11 @@ async def entities_recognition_general( async def entities_linking( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.EntityLinkingResult": + ) -> "_models.EntityLinkingResult": """Linked entities from a well-known knowledge base. The API returns a list of recognized entities with links to a well-known knowledge base. See @@ -121,13 +121,13 @@ async def entities_linking( :rtype: ~azure.ai.textanalytics.v3_0.models.EntityLinkingResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.EntityLinkingResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntityLinkingResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -159,7 +159,7 @@ async def entities_linking( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('EntityLinkingResult', pipeline_response) @@ -172,11 +172,11 @@ async def entities_linking( async def key_phrases( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.KeyPhraseResult": + ) -> "_models.KeyPhraseResult": """Key Phrases. The API returns a list of strings denoting the key phrases in the input text. See the :code:` "models.LanguageResult": + ) -> "_models.LanguageResult": """Detect Language. The API returns the detected language and a numeric score between 0 and 1. Scores close to 1 @@ -272,13 +272,13 @@ async def languages( :rtype: ~azure.ai.textanalytics.v3_0.models.LanguageResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.LanguageResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.LanguageResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.LanguageBatchInput(documents=documents) + _input = _models.LanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -310,7 +310,7 @@ async def languages( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('LanguageResult', pipeline_response) @@ -323,11 +323,11 @@ async def languages( async def sentiment( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.SentimentResponse": + ) -> "_models.SentimentResponse": """Sentiment. The API returns a sentiment prediction, as well as sentiment scores for each sentiment class @@ -348,13 +348,13 @@ async def sentiment( :rtype: ~azure.ai.textanalytics.v3_0.models.SentimentResponse :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.SentimentResponse"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.SentimentResponse"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -386,7 +386,7 @@ async def sentiment( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('SentimentResponse', pipeline_response) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/operations/_text_analytics_client_operations.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/operations/_text_analytics_client_operations.py index 9e2a8ff5f01e..1ba616f6370c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/operations/_text_analytics_client_operations.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_0/operations/_text_analytics_client_operations.py @@ -12,7 +12,7 @@ from azure.core.pipeline import PipelineResponse from azure.core.pipeline.transport import HttpRequest, HttpResponse -from .. import models +from .. import models as _models if TYPE_CHECKING: # pylint: disable=unused-import,ungrouped-imports @@ -25,12 +25,12 @@ class TextAnalyticsClientOperationsMixin(object): def entities_recognition_general( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any ): - # type: (...) -> "models.EntitiesResult" + # type: (...) -> "_models.EntitiesResult" """Named Entity Recognition. The API returns a list of general named entities in a given document. For the list of supported @@ -51,13 +51,13 @@ def entities_recognition_general( :rtype: ~azure.ai.textanalytics.v3_0.models.EntitiesResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.EntitiesResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntitiesResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -89,7 +89,7 @@ def entities_recognition_general( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('EntitiesResult', pipeline_response) @@ -102,12 +102,12 @@ def entities_recognition_general( def entities_linking( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any ): - # type: (...) -> "models.EntityLinkingResult" + # type: (...) -> "_models.EntityLinkingResult" """Linked entities from a well-known knowledge base. The API returns a list of recognized entities with links to a well-known knowledge base. See @@ -127,13 +127,13 @@ def entities_linking( :rtype: ~azure.ai.textanalytics.v3_0.models.EntityLinkingResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.EntityLinkingResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntityLinkingResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -165,7 +165,7 @@ def entities_linking( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('EntityLinkingResult', pipeline_response) @@ -178,12 +178,12 @@ def entities_linking( def key_phrases( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any ): - # type: (...) -> "models.KeyPhraseResult" + # type: (...) -> "_models.KeyPhraseResult" """Key Phrases. The API returns a list of strings denoting the key phrases in the input text. See the :code:` "models.LanguageResult" + # type: (...) -> "_models.LanguageResult" """Detect Language. The API returns the detected language and a numeric score between 0 and 1. Scores close to 1 @@ -280,13 +280,13 @@ def languages( :rtype: ~azure.ai.textanalytics.v3_0.models.LanguageResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.LanguageResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.LanguageResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.LanguageBatchInput(documents=documents) + _input = _models.LanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -318,7 +318,7 @@ def languages( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('LanguageResult', pipeline_response) @@ -331,12 +331,12 @@ def languages( def sentiment( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any ): - # type: (...) -> "models.SentimentResponse" + # type: (...) -> "_models.SentimentResponse" """Sentiment. The API returns a sentiment prediction, as well as sentiment scores for each sentiment class @@ -357,13 +357,13 @@ def sentiment( :rtype: ~azure.ai.textanalytics.v3_0.models.SentimentResponse :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.SentimentResponse"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.SentimentResponse"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -395,7 +395,7 @@ def sentiment( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('SentimentResponse', pipeline_response) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/_metadata.json b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/_metadata.json index 6169e7300adc..f9b950db6105 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/_metadata.json +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/_metadata.json @@ -9,7 +9,7 @@ "custom_base_url": "\u0027{Endpoint}/text/analytics/v3.1-preview.2\u0027", "azure_arm": false, "has_lro_operations": false, - "client_side_validation": false + "client_side_validation": true }, "global_parameters": { "sync": { @@ -56,72 +56,72 @@ "operation_mixins": { "entities_recognition_general" : { "sync": { - "signature": "def entities_recognition_general(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "signature": "def entities_recognition_general(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Named Entity Recognition.\n\nThe API returns a list of general named entities in a given document. For the list of supported\nentity types, check :code:`\u003ca href=\"https://aka.ms/taner\"\u003eSupported Entity Types in Text\nAnalytics API\u003c/a\u003e`. See the :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text\nAnalytics API\u003c/a\u003e` for the list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_2.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntitiesResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.EntitiesResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def entities_recognition_general(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"models.EntitiesResult\":\n", + "signature": "async def entities_recognition_general(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"_models.EntitiesResult\":\n", "doc": "\"\"\"Named Entity Recognition.\n\nThe API returns a list of general named entities in a given document. For the list of supported\nentity types, check :code:`\u003ca href=\"https://aka.ms/taner\"\u003eSupported Entity Types in Text\nAnalytics API\u003c/a\u003e`. See the :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text\nAnalytics API\u003c/a\u003e` for the list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_2.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntitiesResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.EntitiesResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats, string_index_type" }, "entities_recognition_pii" : { "sync": { - "signature": "def entities_recognition_pii(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n domain=None, # type: Optional[str]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "signature": "def entities_recognition_pii(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n domain=None, # type: Optional[str]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Entities containing personal information.\n\nThe API returns a list of entities with personal information (\\\"SSN\\\", \\\"Bank Account\\\" etc) in\nthe document. For the list of supported entity types, check :code:`\u003ca\nhref=\"https://aka.ms/tanerpii\"\u003eSupported Entity Types in Text Analytics API\u003c/a\u003e`. See the\n:code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the\nlist of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param domain: (Optional) if set to \u0027PHI\u0027, response will contain only PHI entities.\n:type domain: str\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_2.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: PiiEntitiesResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.PiiEntitiesResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def entities_recognition_pii(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n domain: Optional[str] = None,\n string_index_type: Optional[Union[str, \"models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"models.PiiEntitiesResult\":\n", + "signature": "async def entities_recognition_pii(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n domain: Optional[str] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"_models.PiiEntitiesResult\":\n", "doc": "\"\"\"Entities containing personal information.\n\nThe API returns a list of entities with personal information (\\\"SSN\\\", \\\"Bank Account\\\" etc) in\nthe document. For the list of supported entity types, check :code:`\u003ca\nhref=\"https://aka.ms/tanerpii\"\u003eSupported Entity Types in Text Analytics API\u003c/a\u003e`. See the\n:code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the\nlist of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param domain: (Optional) if set to \u0027PHI\u0027, response will contain only PHI entities.\n:type domain: str\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_2.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: PiiEntitiesResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.PiiEntitiesResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats, domain, string_index_type" }, "entities_linking" : { "sync": { - "signature": "def entities_linking(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "signature": "def entities_linking(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Linked entities from a well-known knowledge base.\n\nThe API returns a list of recognized entities with links to a well-known knowledge base. See\nthe :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for\nthe list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_2.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntityLinkingResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.EntityLinkingResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def entities_linking(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"models.EntityLinkingResult\":\n", + "signature": "async def entities_linking(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"_models.EntityLinkingResult\":\n", "doc": "\"\"\"Linked entities from a well-known knowledge base.\n\nThe API returns a list of recognized entities with links to a well-known knowledge base. See\nthe :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for\nthe list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_2.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntityLinkingResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.EntityLinkingResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats, string_index_type" }, "key_phrases" : { "sync": { - "signature": "def key_phrases(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "signature": "def key_phrases(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Key Phrases.\n\nThe API returns a list of strings denoting the key phrases in the input text. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: KeyPhraseResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.KeyPhraseResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def key_phrases(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"models.KeyPhraseResult\":\n", + "signature": "async def key_phrases(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.KeyPhraseResult\":\n", "doc": "\"\"\"Key Phrases.\n\nThe API returns a list of strings denoting the key phrases in the input text. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: KeyPhraseResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.KeyPhraseResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats" }, "languages" : { "sync": { - "signature": "def languages(\n self,\n documents, # type: List[\"models.LanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "signature": "def languages(\n self,\n documents, # type: List[\"_models.LanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Detect Language.\n\nThe API returns the detected language and a numeric score between 0 and 1. Scores close to 1\nindicate 100% certainty that the identified language is true. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents:\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.LanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: LanguageResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.LanguageResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def languages(\n self,\n documents: List[\"models.LanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"models.LanguageResult\":\n", + "signature": "async def languages(\n self,\n documents: List[\"_models.LanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.LanguageResult\":\n", "doc": "\"\"\"Detect Language.\n\nThe API returns the detected language and a numeric score between 0 and 1. Scores close to 1\nindicate 100% certainty that the identified language is true. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents:\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.LanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: LanguageResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.LanguageResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats" }, "sentiment" : { "sync": { - "signature": "def sentiment(\n self,\n documents, # type: List[\"models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n opinion_mining=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "signature": "def sentiment(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n opinion_mining=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", "doc": "\"\"\"Sentiment.\n\nThe API returns a detailed sentiment analysis for the input text. The analysis is done in\nmultiple levels of granularity, start from the a document level, down to sentence and key terms\n(aspects) and opinions.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param opinion_mining: (Optional) if set to true, response will contain input and document\n level statistics including aspect-based sentiment analysis results.\n:type opinion_mining: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_2.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: SentimentResponse, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.SentimentResponse\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "async": { "coroutine": true, - "signature": "async def sentiment(\n self,\n documents: List[\"models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n opinion_mining: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"models.SentimentResponse\":\n", + "signature": "async def sentiment(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n opinion_mining: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"_models.SentimentResponse\":\n", "doc": "\"\"\"Sentiment.\n\nThe API returns a detailed sentiment analysis for the input text. The analysis is done in\nmultiple levels of granularity, start from the a document level, down to sentence and key terms\n(aspects) and opinions.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_2.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param opinion_mining: (Optional) if set to true, response will contain input and document\n level statistics including aspect-based sentiment analysis results.\n:type opinion_mining: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_2.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: SentimentResponse, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.SentimentResponse\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" }, "call": "documents, model_version, show_stats, opinion_mining, string_index_type" diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/_text_analytics_client.py index 1e3c9bad5e20..816d79abf80c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/_text_analytics_client.py @@ -44,7 +44,6 @@ def __init__( client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} self._serialize = Serializer(client_models) - self._serialize.client_side_validation = False self._deserialize = Deserializer(client_models) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/aio/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/aio/_text_analytics_client.py index 823e21b32690..cd8b14f4ad6f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/aio/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/aio/_text_analytics_client.py @@ -41,7 +41,6 @@ def __init__( client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} self._serialize = Serializer(client_models) - self._serialize.client_side_validation = False self._deserialize = Deserializer(client_models) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/aio/operations/_text_analytics_client_operations.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/aio/operations/_text_analytics_client_operations.py index 41a0fe680745..ca0e4a1fd7b4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/aio/operations/_text_analytics_client_operations.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/aio/operations/_text_analytics_client_operations.py @@ -12,7 +12,7 @@ from azure.core.pipeline import PipelineResponse from azure.core.pipeline.transport import AsyncHttpResponse, HttpRequest -from ... import models +from ... import models as _models T = TypeVar('T') ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] @@ -21,12 +21,12 @@ class TextAnalyticsClientOperationsMixin: async def entities_recognition_general( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, - string_index_type: Optional[Union[str, "models.StringIndexType"]] = "TextElements_v8", + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", **kwargs - ) -> "models.EntitiesResult": + ) -> "_models.EntitiesResult": """Named Entity Recognition. The API returns a list of general named entities in a given document. For the list of supported @@ -51,13 +51,13 @@ async def entities_recognition_general( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.EntitiesResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.EntitiesResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntitiesResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -91,7 +91,7 @@ async def entities_recognition_general( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('EntitiesResult', pipeline_response) @@ -104,13 +104,13 @@ async def entities_recognition_general( async def entities_recognition_pii( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, domain: Optional[str] = None, - string_index_type: Optional[Union[str, "models.StringIndexType"]] = "TextElements_v8", + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", **kwargs - ) -> "models.PiiEntitiesResult": + ) -> "_models.PiiEntitiesResult": """Entities containing personal information. The API returns a list of entities with personal information (\"SSN\", \"Bank Account\" etc) in @@ -138,13 +138,13 @@ async def entities_recognition_pii( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.PiiEntitiesResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.PiiEntitiesResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.PiiEntitiesResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -180,7 +180,7 @@ async def entities_recognition_pii( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('PiiEntitiesResult', pipeline_response) @@ -193,12 +193,12 @@ async def entities_recognition_pii( async def entities_linking( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, - string_index_type: Optional[Union[str, "models.StringIndexType"]] = "TextElements_v8", + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", **kwargs - ) -> "models.EntityLinkingResult": + ) -> "_models.EntityLinkingResult": """Linked entities from a well-known knowledge base. The API returns a list of recognized entities with links to a well-known knowledge base. See @@ -222,13 +222,13 @@ async def entities_linking( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.EntityLinkingResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.EntityLinkingResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntityLinkingResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -262,7 +262,7 @@ async def entities_linking( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('EntityLinkingResult', pipeline_response) @@ -275,11 +275,11 @@ async def entities_linking( async def key_phrases( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, **kwargs - ) -> "models.KeyPhraseResult": + ) -> "_models.KeyPhraseResult": """Key Phrases. The API returns a list of strings denoting the key phrases in the input text. See the :code:` "models.LanguageResult": + ) -> "_models.LanguageResult": """Detect Language. The API returns the detected language and a numeric score between 0 and 1. Scores close to 1 @@ -375,13 +375,13 @@ async def languages( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.LanguageResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.LanguageResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.LanguageResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.LanguageBatchInput(documents=documents) + _input = _models.LanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -413,7 +413,7 @@ async def languages( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('LanguageResult', pipeline_response) @@ -426,13 +426,13 @@ async def languages( async def sentiment( self, - documents: List["models.MultiLanguageInput"], + documents: List["_models.MultiLanguageInput"], model_version: Optional[str] = None, show_stats: Optional[bool] = None, opinion_mining: Optional[bool] = None, - string_index_type: Optional[Union[str, "models.StringIndexType"]] = "TextElements_v8", + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", **kwargs - ) -> "models.SentimentResponse": + ) -> "_models.SentimentResponse": """Sentiment. The API returns a detailed sentiment analysis for the input text. The analysis is done in @@ -459,13 +459,13 @@ async def sentiment( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.SentimentResponse :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.SentimentResponse"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.SentimentResponse"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -501,7 +501,7 @@ async def sentiment( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('SentimentResponse', pipeline_response) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/models/_models.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/models/_models.py index e1a68a8f3518..46abd9f2b26e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/models/_models.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/models/_models.py @@ -884,6 +884,8 @@ class PiiDocumentEntities(msrest.serialization.Model): :param id: Required. Unique, non-empty document identifier. :type id: str + :param redacted_text: Required. Returns redacted text. + :type redacted_text: str :param entities: Required. Recognized entities in the document. :type entities: list[~azure.ai.textanalytics.v3_1_preview_2.models.Entity] :param warnings: Required. Warnings encountered while processing document. @@ -891,23 +893,21 @@ class PiiDocumentEntities(msrest.serialization.Model): :param statistics: if showStats=true was specified in the request this field will contain information about the document payload. :type statistics: ~azure.ai.textanalytics.v3_1_preview_2.models.DocumentStatistics - :param redacted_text: Required. Returns redacted text. - :type redacted_text: str """ _validation = { 'id': {'required': True}, + 'redacted_text': {'required': True}, 'entities': {'required': True}, 'warnings': {'required': True}, - 'redacted_text': {'required': True}, } _attribute_map = { 'id': {'key': 'id', 'type': 'str'}, + 'redacted_text': {'key': 'redactedText', 'type': 'str'}, 'entities': {'key': 'entities', 'type': '[Entity]'}, 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, - 'redacted_text': {'key': 'redactedText', 'type': 'str'}, } def __init__( @@ -916,10 +916,10 @@ def __init__( ): super(PiiDocumentEntities, self).__init__(**kwargs) self.id = kwargs['id'] + self.redacted_text = kwargs['redacted_text'] self.entities = kwargs['entities'] self.warnings = kwargs['warnings'] self.statistics = kwargs.get('statistics', None) - self.redacted_text = kwargs['redacted_text'] class PiiEntitiesResult(msrest.serialization.Model): diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/models/_models_py3.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/models/_models_py3.py index 0e46fdbdb097..bc7cfdf9904c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/models/_models_py3.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/models/_models_py3.py @@ -991,6 +991,8 @@ class PiiDocumentEntities(msrest.serialization.Model): :param id: Required. Unique, non-empty document identifier. :type id: str + :param redacted_text: Required. Returns redacted text. + :type redacted_text: str :param entities: Required. Recognized entities in the document. :type entities: list[~azure.ai.textanalytics.v3_1_preview_2.models.Entity] :param warnings: Required. Warnings encountered while processing document. @@ -998,41 +1000,39 @@ class PiiDocumentEntities(msrest.serialization.Model): :param statistics: if showStats=true was specified in the request this field will contain information about the document payload. :type statistics: ~azure.ai.textanalytics.v3_1_preview_2.models.DocumentStatistics - :param redacted_text: Required. Returns redacted text. - :type redacted_text: str """ _validation = { 'id': {'required': True}, + 'redacted_text': {'required': True}, 'entities': {'required': True}, 'warnings': {'required': True}, - 'redacted_text': {'required': True}, } _attribute_map = { 'id': {'key': 'id', 'type': 'str'}, + 'redacted_text': {'key': 'redactedText', 'type': 'str'}, 'entities': {'key': 'entities', 'type': '[Entity]'}, 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, - 'redacted_text': {'key': 'redactedText', 'type': 'str'}, } def __init__( self, *, id: str, + redacted_text: str, entities: List["Entity"], warnings: List["TextAnalyticsWarning"], - redacted_text: str, statistics: Optional["DocumentStatistics"] = None, **kwargs ): super(PiiDocumentEntities, self).__init__(**kwargs) self.id = id + self.redacted_text = redacted_text self.entities = entities self.warnings = warnings self.statistics = statistics - self.redacted_text = redacted_text class PiiEntitiesResult(msrest.serialization.Model): diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/operations/_text_analytics_client_operations.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/operations/_text_analytics_client_operations.py index 1097a08f74a7..bc1d549758a6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/operations/_text_analytics_client_operations.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_2/operations/_text_analytics_client_operations.py @@ -12,7 +12,7 @@ from azure.core.pipeline import PipelineResponse from azure.core.pipeline.transport import HttpRequest, HttpResponse -from .. import models +from .. import models as _models if TYPE_CHECKING: # pylint: disable=unused-import,ungrouped-imports @@ -25,13 +25,13 @@ class TextAnalyticsClientOperationsMixin(object): def entities_recognition_general( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] - string_index_type="TextElements_v8", # type: Optional[Union[str, "models.StringIndexType"]] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] **kwargs # type: Any ): - # type: (...) -> "models.EntitiesResult" + # type: (...) -> "_models.EntitiesResult" """Named Entity Recognition. The API returns a list of general named entities in a given document. For the list of supported @@ -56,13 +56,13 @@ def entities_recognition_general( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.EntitiesResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.EntitiesResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntitiesResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -96,7 +96,7 @@ def entities_recognition_general( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('EntitiesResult', pipeline_response) @@ -109,14 +109,14 @@ def entities_recognition_general( def entities_recognition_pii( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] domain=None, # type: Optional[str] - string_index_type="TextElements_v8", # type: Optional[Union[str, "models.StringIndexType"]] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] **kwargs # type: Any ): - # type: (...) -> "models.PiiEntitiesResult" + # type: (...) -> "_models.PiiEntitiesResult" """Entities containing personal information. The API returns a list of entities with personal information (\"SSN\", \"Bank Account\" etc) in @@ -144,13 +144,13 @@ def entities_recognition_pii( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.PiiEntitiesResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.PiiEntitiesResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.PiiEntitiesResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -186,7 +186,7 @@ def entities_recognition_pii( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('PiiEntitiesResult', pipeline_response) @@ -199,13 +199,13 @@ def entities_recognition_pii( def entities_linking( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] - string_index_type="TextElements_v8", # type: Optional[Union[str, "models.StringIndexType"]] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] **kwargs # type: Any ): - # type: (...) -> "models.EntityLinkingResult" + # type: (...) -> "_models.EntityLinkingResult" """Linked entities from a well-known knowledge base. The API returns a list of recognized entities with links to a well-known knowledge base. See @@ -229,13 +229,13 @@ def entities_linking( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.EntityLinkingResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.EntityLinkingResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntityLinkingResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -269,7 +269,7 @@ def entities_linking( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('EntityLinkingResult', pipeline_response) @@ -282,12 +282,12 @@ def entities_linking( def key_phrases( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] **kwargs # type: Any ): - # type: (...) -> "models.KeyPhraseResult" + # type: (...) -> "_models.KeyPhraseResult" """Key Phrases. The API returns a list of strings denoting the key phrases in the input text. See the :code:` "models.LanguageResult" + # type: (...) -> "_models.LanguageResult" """Detect Language. The API returns the detected language and a numeric score between 0 and 1. Scores close to 1 @@ -384,13 +384,13 @@ def languages( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.LanguageResult :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.LanguageResult"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.LanguageResult"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.LanguageBatchInput(documents=documents) + _input = _models.LanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -422,7 +422,7 @@ def languages( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('LanguageResult', pipeline_response) @@ -435,14 +435,14 @@ def languages( def sentiment( self, - documents, # type: List["models.MultiLanguageInput"] + documents, # type: List["_models.MultiLanguageInput"] model_version=None, # type: Optional[str] show_stats=None, # type: Optional[bool] opinion_mining=None, # type: Optional[bool] - string_index_type="TextElements_v8", # type: Optional[Union[str, "models.StringIndexType"]] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] **kwargs # type: Any ): - # type: (...) -> "models.SentimentResponse" + # type: (...) -> "_models.SentimentResponse" """Sentiment. The API returns a detailed sentiment analysis for the input text. The analysis is done in @@ -469,13 +469,13 @@ def sentiment( :rtype: ~azure.ai.textanalytics.v3_1_preview_2.models.SentimentResponse :raises: ~azure.core.exceptions.HttpResponseError """ - cls = kwargs.pop('cls', None) # type: ClsType["models.SentimentResponse"] + cls = kwargs.pop('cls', None) # type: ClsType["_models.SentimentResponse"] error_map = { 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - _input = models.MultiLanguageBatchInput(documents=documents) + _input = _models.MultiLanguageBatchInput(documents=documents) content_type = kwargs.pop("content_type", "application/json") accept = "application/json, text/json" @@ -511,7 +511,7 @@ def sentiment( if response.status_code not in [200]: map_error(status_code=response.status_code, response=response, error_map=error_map) - error = self._deserialize(models.ErrorResponse, response) + error = self._deserialize(_models.ErrorResponse, response) raise HttpResponseError(response=response, model=error) deserialized = self._deserialize('SentimentResponse', pipeline_response) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/__init__.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/__init__.py new file mode 100644 index 000000000000..ca973ce68900 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/__init__.py @@ -0,0 +1,16 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from ._text_analytics_client import TextAnalyticsClient +__all__ = ['TextAnalyticsClient'] + +try: + from ._patch import patch_sdk # type: ignore + patch_sdk() +except ImportError: + pass diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_configuration.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_configuration.py new file mode 100644 index 000000000000..e216512dcf2e --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_configuration.py @@ -0,0 +1,68 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from typing import TYPE_CHECKING + +from azure.core.configuration import Configuration +from azure.core.pipeline import policies + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from typing import Any + + from azure.core.credentials import TokenCredential + +VERSION = "unknown" + +class TextAnalyticsClientConfiguration(Configuration): + """Configuration for TextAnalyticsClient. + + Note that all parameters used to create this instance are saved as instance + attributes. + + :param credential: Credential needed for the client to connect to Azure. + :type credential: ~azure.core.credentials.TokenCredential + :param endpoint: Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com). + :type endpoint: str + """ + + def __init__( + self, + credential, # type: "TokenCredential" + endpoint, # type: str + **kwargs # type: Any + ): + # type: (...) -> None + if credential is None: + raise ValueError("Parameter 'credential' must not be None.") + if endpoint is None: + raise ValueError("Parameter 'endpoint' must not be None.") + super(TextAnalyticsClientConfiguration, self).__init__(**kwargs) + + self.credential = credential + self.endpoint = endpoint + self.credential_scopes = kwargs.pop('credential_scopes', ['https://cognitiveservices.azure.com/.default']) + kwargs.setdefault('sdk_moniker', 'ai-textanalytics/{}'.format(VERSION)) + self._configure(**kwargs) + + def _configure( + self, + **kwargs # type: Any + ): + # type: (...) -> None + self.user_agent_policy = kwargs.get('user_agent_policy') or policies.UserAgentPolicy(**kwargs) + self.headers_policy = kwargs.get('headers_policy') or policies.HeadersPolicy(**kwargs) + self.proxy_policy = kwargs.get('proxy_policy') or policies.ProxyPolicy(**kwargs) + self.logging_policy = kwargs.get('logging_policy') or policies.NetworkTraceLoggingPolicy(**kwargs) + self.http_logging_policy = kwargs.get('http_logging_policy') or policies.HttpLoggingPolicy(**kwargs) + self.retry_policy = kwargs.get('retry_policy') or policies.RetryPolicy(**kwargs) + self.custom_hook_policy = kwargs.get('custom_hook_policy') or policies.CustomHookPolicy(**kwargs) + self.redirect_policy = kwargs.get('redirect_policy') or policies.RedirectPolicy(**kwargs) + self.authentication_policy = kwargs.get('authentication_policy') + if self.credential and not self.authentication_policy: + self.authentication_policy = policies.BearerTokenCredentialPolicy(self.credential, *self.credential_scopes, **kwargs) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_metadata.json b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_metadata.json new file mode 100644 index 000000000000..73a0b91ccd01 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_metadata.json @@ -0,0 +1,228 @@ +{ + "chosen_version": "v3.1-preview.3", + "total_api_version_list": ["v3.1-preview.3"], + "client": { + "name": "TextAnalyticsClient", + "filename": "_text_analytics_client", + "description": "The Text Analytics API is a suite of natural language processing (NLP) services built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction and language detection. Further documentation can be found in :code:`\u003ca href=\"https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview\"\u003ehttps://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview\u003c/a\u003e`.", + "base_url": null, + "custom_base_url": "\u0027{Endpoint}/text/analytics/v3.1-preview.3\u0027", + "azure_arm": false, + "has_lro_operations": true, + "client_side_validation": true + }, + "global_parameters": { + "sync": { + "credential": { + "signature": "credential, # type: \"TokenCredential\"", + "description": "Credential needed for the client to connect to Azure.", + "docstring_type": "~azure.core.credentials.TokenCredential", + "required": true + }, + "endpoint": { + "signature": "endpoint, # type: str", + "description": "Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com).", + "docstring_type": "str", + "required": true + } + }, + "async": { + "credential": { + "signature": "credential, # type: \"AsyncTokenCredential\"", + "description": "Credential needed for the client to connect to Azure.", + "docstring_type": "~azure.core.credentials_async.AsyncTokenCredential", + "required": true + }, + "endpoint": { + "signature": "endpoint, # type: str", + "description": "Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com).", + "docstring_type": "str", + "required": true + } + }, + "constant": { + }, + "call": "credential, endpoint" + }, + "config": { + "credential": true, + "credential_scopes": ["https://cognitiveservices.azure.com/.default"], + "credential_default_policy_type": "BearerTokenCredentialPolicy", + "credential_default_policy_type_has_async_version": true, + "credential_key_header_name": null + }, + "operation_groups": { + }, + "operation_mixins": { + "_analyze_initial" : { + "sync": { + "signature": "def _analyze_initial(\n self,\n body=None, # type: Optional[\"_models.AnalyzeBatchInput\"]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"\n\n:param body: Collection of documents to analyze and tasks to execute.\n:type body: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeBatchInput\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: None, or the result of cls(response)\n:rtype: None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def _analyze_initial(\n self,\n body: Optional[\"_models.AnalyzeBatchInput\"] = None,\n **kwargs\n) -\u003e None:\n", + "doc": "\"\"\"\n\n:param body: Collection of documents to analyze and tasks to execute.\n:type body: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeBatchInput\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: None, or the result of cls(response)\n:rtype: None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "body" + }, + "begin_analyze" : { + "sync": { + "signature": "def begin_analyze(\n self,\n body=None, # type: Optional[\"_models.AnalyzeBatchInput\"]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Submit analysis job.\n\nSubmit a collection of text documents for analysis. Specify one or more unique tasks to be\nexecuted.\n\n:param body: Collection of documents to analyze and tasks to execute.\n:type body: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeBatchInput\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: True for ARMPolling, False for no polling, or a\n polling object for personal polling strategy\n:paramtype polling: bool or ~azure.core.polling.PollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.\n:return: An instance of LROPoller that returns either None or the result of cls(response)\n:rtype: ~azure.core.polling.LROPoller[None]\n:raises ~azure.core.exceptions.HttpResponseError:\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def begin_analyze(\n self,\n body: Optional[\"_models.AnalyzeBatchInput\"] = None,\n **kwargs\n) -\u003e AsyncLROPoller[None]:\n", + "doc": "\"\"\"Submit analysis job.\n\nSubmit a collection of text documents for analysis. Specify one or more unique tasks to be\nexecuted.\n\n:param body: Collection of documents to analyze and tasks to execute.\n:type body: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeBatchInput\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: True for ARMPolling, False for no polling, or a\n polling object for personal polling strategy\n:paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.\n:return: An instance of AsyncLROPoller that returns either None or the result of cls(response)\n:rtype: ~azure.core.polling.AsyncLROPoller[None]\n:raises ~azure.core.exceptions.HttpResponseError:\n\"\"\"" + }, + "call": "body" + }, + "analyze_status" : { + "sync": { + "signature": "def analyze_status(\n self,\n job_id, # type: str\n show_stats=None, # type: Optional[bool]\n top=20, # type: Optional[int]\n skip=0, # type: Optional[int]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Get analysis status and results.\n\nGet the status of an analysis job. A job may consist of one or more tasks. Once all tasks are\ncompleted, the job will transition to the completed state and results will be available for\neach task.\n\n:param job_id: Job ID for Analyze.\n:type job_id: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param top: (Optional) Set the maximum number of results per task. When both $top and $skip are\n specified, $skip is applied first.\n:type top: int\n:param skip: (Optional) Set the number of elements to offset in the response. When both $top\n and $skip are specified, $skip is applied first.\n:type skip: int\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: AnalyzeJobState, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeJobState\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def analyze_status(\n self,\n job_id: str,\n show_stats: Optional[bool] = None,\n top: Optional[int] = 20,\n skip: Optional[int] = 0,\n **kwargs\n) -\u003e \"_models.AnalyzeJobState\":\n", + "doc": "\"\"\"Get analysis status and results.\n\nGet the status of an analysis job. A job may consist of one or more tasks. Once all tasks are\ncompleted, the job will transition to the completed state and results will be available for\neach task.\n\n:param job_id: Job ID for Analyze.\n:type job_id: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param top: (Optional) Set the maximum number of results per task. When both $top and $skip are\n specified, $skip is applied first.\n:type top: int\n:param skip: (Optional) Set the number of elements to offset in the response. When both $top\n and $skip are specified, $skip is applied first.\n:type skip: int\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: AnalyzeJobState, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeJobState\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "job_id, show_stats, top, skip" + }, + "health_status" : { + "sync": { + "signature": "def health_status(\n self,\n job_id, # type: str\n top=20, # type: Optional[int]\n skip=0, # type: Optional[int]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Get healthcare analysis job status and results.\n\nGet details of the healthcare prediction job specified by the jobId.\n\n:param job_id: Job ID.\n:type job_id: str\n:param top: (Optional) Set the maximum number of results per task. When both $top and $skip are\n specified, $skip is applied first.\n:type top: int\n:param skip: (Optional) Set the number of elements to offset in the response. When both $top\n and $skip are specified, $skip is applied first.\n:type skip: int\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: HealthcareJobState, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareJobState\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def health_status(\n self,\n job_id: str,\n top: Optional[int] = 20,\n skip: Optional[int] = 0,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.HealthcareJobState\":\n", + "doc": "\"\"\"Get healthcare analysis job status and results.\n\nGet details of the healthcare prediction job specified by the jobId.\n\n:param job_id: Job ID.\n:type job_id: str\n:param top: (Optional) Set the maximum number of results per task. When both $top and $skip are\n specified, $skip is applied first.\n:type top: int\n:param skip: (Optional) Set the number of elements to offset in the response. When both $top\n and $skip are specified, $skip is applied first.\n:type skip: int\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: HealthcareJobState, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareJobState\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "job_id, top, skip, show_stats" + }, + "_cancel_health_job_initial" : { + "sync": { + "signature": "def _cancel_health_job_initial(\n self,\n job_id, # type: str\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"\n\n:param job_id: Job ID.\n:type job_id: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: None, or the result of cls(response)\n:rtype: None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def _cancel_health_job_initial(\n self,\n job_id: str,\n **kwargs\n) -\u003e None:\n", + "doc": "\"\"\"\n\n:param job_id: Job ID.\n:type job_id: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: None, or the result of cls(response)\n:rtype: None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "job_id" + }, + "begin_cancel_health_job" : { + "sync": { + "signature": "def begin_cancel_health_job(\n self,\n job_id, # type: str\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Cancel healthcare prediction job.\n\nCancel healthcare prediction job.\n\n:param job_id: Job ID.\n:type job_id: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: True for ARMPolling, False for no polling, or a\n polling object for personal polling strategy\n:paramtype polling: bool or ~azure.core.polling.PollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.\n:return: An instance of LROPoller that returns either None or the result of cls(response)\n:rtype: ~azure.core.polling.LROPoller[None]\n:raises ~azure.core.exceptions.HttpResponseError:\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def begin_cancel_health_job(\n self,\n job_id: str,\n **kwargs\n) -\u003e AsyncLROPoller[None]:\n", + "doc": "\"\"\"Cancel healthcare prediction job.\n\nCancel healthcare prediction job.\n\n:param job_id: Job ID.\n:type job_id: str\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: True for ARMPolling, False for no polling, or a\n polling object for personal polling strategy\n:paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.\n:return: An instance of AsyncLROPoller that returns either None or the result of cls(response)\n:rtype: ~azure.core.polling.AsyncLROPoller[None]\n:raises ~azure.core.exceptions.HttpResponseError:\n\"\"\"" + }, + "call": "job_id" + }, + "_health_initial" : { + "sync": { + "signature": "def _health_initial(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: None, or the result of cls(response)\n:rtype: None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def _health_initial(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e None:\n", + "doc": "\"\"\"\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: None, or the result of cls(response)\n:rtype: None\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "documents, model_version, string_index_type" + }, + "begin_health" : { + "sync": { + "signature": "def begin_health(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Submit healthcare analysis job.\n\nStart a healthcare analysis job to recognize healthcare related entities (drugs, conditions,\nsymptoms, etc) and their relations.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: True for ARMPolling, False for no polling, or a\n polling object for personal polling strategy\n:paramtype polling: bool or ~azure.core.polling.PollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.\n:return: An instance of LROPoller that returns either None or the result of cls(response)\n:rtype: ~azure.core.polling.LROPoller[None]\n:raises ~azure.core.exceptions.HttpResponseError:\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def begin_health(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e AsyncLROPoller[None]:\n", + "doc": "\"\"\"Submit healthcare analysis job.\n\nStart a healthcare analysis job to recognize healthcare related entities (drugs, conditions,\nsymptoms, etc) and their relations.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:keyword str continuation_token: A continuation token to restart a poller from a saved state.\n:keyword polling: True for ARMPolling, False for no polling, or a\n polling object for personal polling strategy\n:paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod\n:keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present.\n:return: An instance of AsyncLROPoller that returns either None or the result of cls(response)\n:rtype: ~azure.core.polling.AsyncLROPoller[None]\n:raises ~azure.core.exceptions.HttpResponseError:\n\"\"\"" + }, + "call": "documents, model_version, string_index_type" + }, + "entities_recognition_general" : { + "sync": { + "signature": "def entities_recognition_general(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Named Entity Recognition.\n\nThe API returns a list of general named entities in a given document. For the list of supported\nentity types, check :code:`\u003ca href=\"https://aka.ms/taner\"\u003eSupported Entity Types in Text\nAnalytics API\u003c/a\u003e`. See the :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text\nAnalytics API\u003c/a\u003e` for the list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntitiesResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def entities_recognition_general(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"_models.EntitiesResult\":\n", + "doc": "\"\"\"Named Entity Recognition.\n\nThe API returns a list of general named entities in a given document. For the list of supported\nentity types, check :code:`\u003ca href=\"https://aka.ms/taner\"\u003eSupported Entity Types in Text\nAnalytics API\u003c/a\u003e`. See the :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text\nAnalytics API\u003c/a\u003e` for the list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntitiesResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "documents, model_version, show_stats, string_index_type" + }, + "entities_recognition_pii" : { + "sync": { + "signature": "def entities_recognition_pii(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n domain=None, # type: Optional[str]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Entities containing personal information.\n\nThe API returns a list of entities with personal information (\\\"SSN\\\", \\\"Bank Account\\\" etc) in\nthe document. For the list of supported entity types, check :code:`\u003ca\nhref=\"https://aka.ms/tanerpii\"\u003eSupported Entity Types in Text Analytics API\u003c/a\u003e`. See the\n:code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the\nlist of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param domain: (Optional) if specified, will set the PII domain to include only a subset of the\n entity categories. Possible values include: \u0027PHI\u0027, \u0027none\u0027.\n:type domain: str\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: PiiResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def entities_recognition_pii(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n domain: Optional[str] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"_models.PiiResult\":\n", + "doc": "\"\"\"Entities containing personal information.\n\nThe API returns a list of entities with personal information (\\\"SSN\\\", \\\"Bank Account\\\" etc) in\nthe document. For the list of supported entity types, check :code:`\u003ca\nhref=\"https://aka.ms/tanerpii\"\u003eSupported Entity Types in Text Analytics API\u003c/a\u003e`. See the\n:code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the\nlist of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param domain: (Optional) if specified, will set the PII domain to include only a subset of the\n entity categories. Possible values include: \u0027PHI\u0027, \u0027none\u0027.\n:type domain: str\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: PiiResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "documents, model_version, show_stats, domain, string_index_type" + }, + "entities_linking" : { + "sync": { + "signature": "def entities_linking(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Linked entities from a well-known knowledge base.\n\nThe API returns a list of recognized entities with links to a well-known knowledge base. See\nthe :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for\nthe list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntityLinkingResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.EntityLinkingResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def entities_linking(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"_models.EntityLinkingResult\":\n", + "doc": "\"\"\"Linked entities from a well-known knowledge base.\n\nThe API returns a list of recognized entities with links to a well-known knowledge base. See\nthe :code:`\u003ca href=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for\nthe list of enabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: EntityLinkingResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.EntityLinkingResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "documents, model_version, show_stats, string_index_type" + }, + "key_phrases" : { + "sync": { + "signature": "def key_phrases(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Key Phrases.\n\nThe API returns a list of strings denoting the key phrases in the input text. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: KeyPhraseResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhraseResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def key_phrases(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.KeyPhraseResult\":\n", + "doc": "\"\"\"Key Phrases.\n\nThe API returns a list of strings denoting the key phrases in the input text. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: KeyPhraseResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhraseResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "documents, model_version, show_stats" + }, + "languages" : { + "sync": { + "signature": "def languages(\n self,\n documents, # type: List[\"_models.LanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Detect Language.\n\nThe API returns the detected language and a numeric score between 0 and 1. Scores close to 1\nindicate 100% certainty that the identified language is true. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents:\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.LanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: LanguageResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.LanguageResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def languages(\n self,\n documents: List[\"_models.LanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n **kwargs\n) -\u003e \"_models.LanguageResult\":\n", + "doc": "\"\"\"Detect Language.\n\nThe API returns the detected language and a numeric score between 0 and 1. Scores close to 1\nindicate 100% certainty that the identified language is true. See the :code:`\u003ca\nhref=\"https://aka.ms/talangs\"\u003eSupported languages in Text Analytics API\u003c/a\u003e` for the list of\nenabled languages.\n\n:param documents:\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.LanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: LanguageResult, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.LanguageResult\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "documents, model_version, show_stats" + }, + "sentiment" : { + "sync": { + "signature": "def sentiment(\n self,\n documents, # type: List[\"_models.MultiLanguageInput\"]\n model_version=None, # type: Optional[str]\n show_stats=None, # type: Optional[bool]\n opinion_mining=None, # type: Optional[bool]\n string_index_type=\"TextElements_v8\", # type: Optional[Union[str, \"_models.StringIndexType\"]]\n **kwargs # type: Any\n):\n", + "doc": "\"\"\"Sentiment.\n\nThe API returns a detailed sentiment analysis for the input text. The analysis is done in\nmultiple levels of granularity, start from the a document level, down to sentence and key terms\n(aspects) and opinions.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param opinion_mining: (Optional) if set to true, response will contain input and document\n level statistics including aspect-based sentiment analysis results.\n:type opinion_mining: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: SentimentResponse, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.SentimentResponse\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "async": { + "coroutine": true, + "signature": "async def sentiment(\n self,\n documents: List[\"_models.MultiLanguageInput\"],\n model_version: Optional[str] = None,\n show_stats: Optional[bool] = None,\n opinion_mining: Optional[bool] = None,\n string_index_type: Optional[Union[str, \"_models.StringIndexType\"]] = \"TextElements_v8\",\n **kwargs\n) -\u003e \"_models.SentimentResponse\":\n", + "doc": "\"\"\"Sentiment.\n\nThe API returns a detailed sentiment analysis for the input text. The analysis is done in\nmultiple levels of granularity, start from the a document level, down to sentence and key terms\n(aspects) and opinions.\n\n:param documents: The set of documents to process as part of this batch.\n:type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput]\n:param model_version: (Optional) This value indicates which model will be used for scoring. If\n a model-version is not specified, the API should default to the latest, non-preview version.\n:type model_version: str\n:param show_stats: (Optional) if set to true, response will contain request and document level\n statistics.\n:type show_stats: bool\n:param opinion_mining: (Optional) if set to true, response will contain input and document\n level statistics including aspect-based sentiment analysis results.\n:type opinion_mining: bool\n:param string_index_type: (Optional) Specifies the method used to interpret string offsets.\n Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information\n see https://aka.ms/text-analytics-offsets.\n:type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType\n:keyword callable cls: A custom type or function that will be passed the direct response\n:return: SentimentResponse, or the result of cls(response)\n:rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.SentimentResponse\n:raises: ~azure.core.exceptions.HttpResponseError\n\"\"\"" + }, + "call": "documents, model_version, show_stats, opinion_mining, string_index_type" + } + }, + "sync_imports": "{\"regular\": {\"azurecore\": {\"azure.core.exceptions\": [\"ClientAuthenticationError\", \"HttpResponseError\", \"ResourceExistsError\", \"ResourceNotFoundError\", \"map_error\"], \"azure.core.pipeline\": [\"PipelineResponse\"], \"azure.core.pipeline.transport\": [\"HttpRequest\", \"HttpResponse\"], \"azure.core.polling\": [\"LROPoller\", \"NoPolling\", \"PollingMethod\"], \"azure.core.polling.base_polling\": [\"LROBasePolling\"]}, \"stdlib\": {\"warnings\": [null]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\", \"Callable\", \"Dict\", \"Generic\", \"List\", \"Optional\", \"TypeVar\", \"Union\"]}}}", + "async_imports": "{\"regular\": {\"azurecore\": {\"azure.core.exceptions\": [\"ClientAuthenticationError\", \"HttpResponseError\", \"ResourceExistsError\", \"ResourceNotFoundError\", \"map_error\"], \"azure.core.pipeline\": [\"PipelineResponse\"], \"azure.core.pipeline.transport\": [\"AsyncHttpResponse\", \"HttpRequest\"], \"azure.core.polling\": [\"AsyncLROPoller\", \"AsyncNoPolling\", \"AsyncPollingMethod\"], \"azure.core.polling.async_base_polling\": [\"AsyncLROBasePolling\"]}, \"stdlib\": {\"warnings\": [null]}}, \"conditional\": {\"stdlib\": {\"typing\": [\"Any\", \"Callable\", \"Dict\", \"Generic\", \"List\", \"Optional\", \"TypeVar\", \"Union\"]}}}" +} \ No newline at end of file diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_text_analytics_client.py new file mode 100644 index 000000000000..8404272ff998 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/_text_analytics_client.py @@ -0,0 +1,62 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from typing import TYPE_CHECKING + +from azure.core import PipelineClient +from msrest import Deserializer, Serializer + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from typing import Any + + from azure.core.credentials import TokenCredential + +from ._configuration import TextAnalyticsClientConfiguration +from .operations import TextAnalyticsClientOperationsMixin +from . import models + + +class TextAnalyticsClient(TextAnalyticsClientOperationsMixin): + """The Text Analytics API is a suite of natural language processing (NLP) services built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction and language detection. Further documentation can be found in :code:`https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview`. + + :param credential: Credential needed for the client to connect to Azure. + :type credential: ~azure.core.credentials.TokenCredential + :param endpoint: Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com). + :type endpoint: str + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + """ + + def __init__( + self, + credential, # type: "TokenCredential" + endpoint, # type: str + **kwargs # type: Any + ): + # type: (...) -> None + base_url = '{Endpoint}/text/analytics/v3.1-preview.3' + self._config = TextAnalyticsClientConfiguration(credential, endpoint, **kwargs) + self._client = PipelineClient(base_url=base_url, config=self._config, **kwargs) + + client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} + self._serialize = Serializer(client_models) + self._deserialize = Deserializer(client_models) + + + def close(self): + # type: () -> None + self._client.close() + + def __enter__(self): + # type: () -> TextAnalyticsClient + self._client.__enter__() + return self + + def __exit__(self, *exc_details): + # type: (Any) -> None + self._client.__exit__(*exc_details) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/__init__.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/__init__.py new file mode 100644 index 000000000000..b64fe33ea84d --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/__init__.py @@ -0,0 +1,10 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from ._text_analytics_client import TextAnalyticsClient +__all__ = ['TextAnalyticsClient'] diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/_configuration.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/_configuration.py new file mode 100644 index 000000000000..033d80c38005 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/_configuration.py @@ -0,0 +1,64 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from typing import Any, TYPE_CHECKING + +from azure.core.configuration import Configuration +from azure.core.pipeline import policies + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials_async import AsyncTokenCredential + +VERSION = "unknown" + +class TextAnalyticsClientConfiguration(Configuration): + """Configuration for TextAnalyticsClient. + + Note that all parameters used to create this instance are saved as instance + attributes. + + :param credential: Credential needed for the client to connect to Azure. + :type credential: ~azure.core.credentials_async.AsyncTokenCredential + :param endpoint: Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com). + :type endpoint: str + """ + + def __init__( + self, + credential: "AsyncTokenCredential", + endpoint: str, + **kwargs: Any + ) -> None: + if credential is None: + raise ValueError("Parameter 'credential' must not be None.") + if endpoint is None: + raise ValueError("Parameter 'endpoint' must not be None.") + super(TextAnalyticsClientConfiguration, self).__init__(**kwargs) + + self.credential = credential + self.endpoint = endpoint + self.credential_scopes = kwargs.pop('credential_scopes', ['https://cognitiveservices.azure.com/.default']) + kwargs.setdefault('sdk_moniker', 'ai-textanalytics/{}'.format(VERSION)) + self._configure(**kwargs) + + def _configure( + self, + **kwargs: Any + ) -> None: + self.user_agent_policy = kwargs.get('user_agent_policy') or policies.UserAgentPolicy(**kwargs) + self.headers_policy = kwargs.get('headers_policy') or policies.HeadersPolicy(**kwargs) + self.proxy_policy = kwargs.get('proxy_policy') or policies.ProxyPolicy(**kwargs) + self.logging_policy = kwargs.get('logging_policy') or policies.NetworkTraceLoggingPolicy(**kwargs) + self.http_logging_policy = kwargs.get('http_logging_policy') or policies.HttpLoggingPolicy(**kwargs) + self.retry_policy = kwargs.get('retry_policy') or policies.AsyncRetryPolicy(**kwargs) + self.custom_hook_policy = kwargs.get('custom_hook_policy') or policies.CustomHookPolicy(**kwargs) + self.redirect_policy = kwargs.get('redirect_policy') or policies.AsyncRedirectPolicy(**kwargs) + self.authentication_policy = kwargs.get('authentication_policy') + if self.credential and not self.authentication_policy: + self.authentication_policy = policies.AsyncBearerTokenCredentialPolicy(self.credential, *self.credential_scopes, **kwargs) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/_text_analytics_client.py new file mode 100644 index 000000000000..467fa665842b --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/_text_analytics_client.py @@ -0,0 +1,56 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from typing import Any, TYPE_CHECKING + +from azure.core import AsyncPipelineClient +from msrest import Deserializer, Serializer + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from azure.core.credentials_async import AsyncTokenCredential + +from ._configuration import TextAnalyticsClientConfiguration +from .operations import TextAnalyticsClientOperationsMixin +from .. import models + + +class TextAnalyticsClient(TextAnalyticsClientOperationsMixin): + """The Text Analytics API is a suite of natural language processing (NLP) services built with best-in-class Microsoft machine learning algorithms. The API can be used to analyze unstructured text for tasks such as sentiment analysis, key phrase extraction and language detection. Further documentation can be found in :code:`https://docs.microsoft.com/en-us/azure/cognitive-services/text-analytics/overview`. + + :param credential: Credential needed for the client to connect to Azure. + :type credential: ~azure.core.credentials_async.AsyncTokenCredential + :param endpoint: Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus.api.cognitive.microsoft.com). + :type endpoint: str + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + """ + + def __init__( + self, + credential: "AsyncTokenCredential", + endpoint: str, + **kwargs: Any + ) -> None: + base_url = '{Endpoint}/text/analytics/v3.1-preview.3' + self._config = TextAnalyticsClientConfiguration(credential, endpoint, **kwargs) + self._client = AsyncPipelineClient(base_url=base_url, config=self._config, **kwargs) + + client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} + self._serialize = Serializer(client_models) + self._deserialize = Deserializer(client_models) + + + async def close(self) -> None: + await self._client.close() + + async def __aenter__(self) -> "TextAnalyticsClient": + await self._client.__aenter__() + return self + + async def __aexit__(self, *exc_details) -> None: + await self._client.__aexit__(*exc_details) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/operations/__init__.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/operations/__init__.py new file mode 100644 index 000000000000..4384511c0346 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/operations/__init__.py @@ -0,0 +1,13 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from ._text_analytics_client_operations import TextAnalyticsClientOperationsMixin + +__all__ = [ + 'TextAnalyticsClientOperationsMixin', +] diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/operations/_text_analytics_client_operations.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/operations/_text_analytics_client_operations.py new file mode 100644 index 000000000000..ed88279ac6cd --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/aio/operations/_text_analytics_client_operations.py @@ -0,0 +1,1039 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from typing import Any, Callable, Dict, Generic, List, Optional, TypeVar, Union +import warnings + +from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import AsyncHttpResponse, HttpRequest +from azure.core.polling import AsyncLROPoller, AsyncNoPolling, AsyncPollingMethod +from azure.core.polling.async_base_polling import AsyncLROBasePolling + +from ... import models as _models + +T = TypeVar('T') +ClsType = Optional[Callable[[PipelineResponse[HttpRequest, AsyncHttpResponse], T, Dict[str, Any]], Any]] + +class TextAnalyticsClientOperationsMixin: + + async def _analyze_initial( + self, + body: Optional["_models.AnalyzeBatchInput"] = None, + **kwargs + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self._analyze_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + if body is not None: + body_content = self._serialize.body(body, 'AnalyzeBatchInput') + else: + body_content = None + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + response_headers = {} + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + + if cls: + return cls(pipeline_response, None, response_headers) + + _analyze_initial.metadata = {'url': '/analyze'} # type: ignore + + async def begin_analyze( + self, + body: Optional["_models.AnalyzeBatchInput"] = None, + **kwargs + ) -> AsyncLROPoller[None]: + """Submit analysis job. + + Submit a collection of text documents for analysis. Specify one or more unique tasks to be + executed. + + :param body: Collection of documents to analyze and tasks to execute. + :type body: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeBatchInput + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', False) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._analyze_initial( + body=body, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + + if polling is True: polling_method = AsyncLROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_analyze.metadata = {'url': '/analyze'} # type: ignore + + async def analyze_status( + self, + job_id: str, + show_stats: Optional[bool] = None, + top: Optional[int] = 20, + skip: Optional[int] = 0, + **kwargs + ) -> "_models.AnalyzeJobState": + """Get analysis status and results. + + Get the status of an analysis job. A job may consist of one or more tasks. Once all tasks are + completed, the job will transition to the completed state and results will be available for + each task. + + :param job_id: Job ID for Analyze. + :type job_id: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param top: (Optional) Set the maximum number of results per task. When both $top and $skip are + specified, $skip is applied first. + :type top: int + :param skip: (Optional) Set the number of elements to offset in the response. When both $top + and $skip are specified, $skip is applied first. + :type skip: int + :keyword callable cls: A custom type or function that will be passed the direct response + :return: AnalyzeJobState, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeJobState + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.AnalyzeJobState"] + error_map = { + 401: ClientAuthenticationError, + 409: ResourceExistsError, + 404: lambda response: ResourceNotFoundError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + accept = "application/json, text/json" + + # Construct URL + url = self.analyze_status.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'jobId': self._serialize.url("job_id", job_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if top is not None: + query_parameters['$top'] = self._serialize.query("top", top, 'int', maximum=50, minimum=1) + if skip is not None: + query_parameters['$skip'] = self._serialize.query("skip", skip, 'int', minimum=0) + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + request = self._client.get(url, query_parameters, header_parameters) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('AnalyzeJobState', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + analyze_status.metadata = {'url': '/analyze/jobs/{jobId}'} # type: ignore + + async def health_status( + self, + job_id: str, + top: Optional[int] = 20, + skip: Optional[int] = 0, + show_stats: Optional[bool] = None, + **kwargs + ) -> "_models.HealthcareJobState": + """Get healthcare analysis job status and results. + + Get details of the healthcare prediction job specified by the jobId. + + :param job_id: Job ID. + :type job_id: str + :param top: (Optional) Set the maximum number of results per task. When both $top and $skip are + specified, $skip is applied first. + :type top: int + :param skip: (Optional) Set the number of elements to offset in the response. When both $top + and $skip are specified, $skip is applied first. + :type skip: int + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :keyword callable cls: A custom type or function that will be passed the direct response + :return: HealthcareJobState, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareJobState + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.HealthcareJobState"] + error_map = { + 401: ClientAuthenticationError, + 409: ResourceExistsError, + 404: lambda response: ResourceNotFoundError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + accept = "application/json, text/json" + + # Construct URL + url = self.health_status.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'jobId': self._serialize.url("job_id", job_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if top is not None: + query_parameters['$top'] = self._serialize.query("top", top, 'int', maximum=50, minimum=1) + if skip is not None: + query_parameters['$skip'] = self._serialize.query("skip", skip, 'int', minimum=0) + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + request = self._client.get(url, query_parameters, header_parameters) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('HealthcareJobState', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + health_status.metadata = {'url': '/entities/health/jobs/{jobId}'} # type: ignore + + async def _cancel_health_job_initial( + self, + job_id: str, + **kwargs + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, + 409: ResourceExistsError, + 404: lambda response: ResourceNotFoundError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + accept = "application/json, text/json" + + # Construct URL + url = self._cancel_health_job_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'jobId': self._serialize.url("job_id", job_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + request = self._client.delete(url, query_parameters, header_parameters) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + response_headers = {} + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + + if cls: + return cls(pipeline_response, None, response_headers) + + _cancel_health_job_initial.metadata = {'url': '/entities/health/jobs/{jobId}'} # type: ignore + + async def begin_cancel_health_job( + self, + job_id: str, + **kwargs + ) -> AsyncLROPoller[None]: + """Cancel healthcare prediction job. + + Cancel healthcare prediction job. + + :param job_id: Job ID. + :type job_id: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', False) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._cancel_health_job_initial( + job_id=job_id, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'jobId': self._serialize.url("job_id", job_id, 'str'), + } + + if polling is True: polling_method = AsyncLROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_cancel_health_job.metadata = {'url': '/entities/health/jobs/{jobId}'} # type: ignore + + async def _health_initial( + self, + documents: List["_models.MultiLanguageInput"], + model_version: Optional[str] = None, + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", + **kwargs + ) -> None: + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self._health_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + response_headers = {} + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + + if cls: + return cls(pipeline_response, None, response_headers) + + _health_initial.metadata = {'url': '/entities/health/jobs'} # type: ignore + + async def begin_health( + self, + documents: List["_models.MultiLanguageInput"], + model_version: Optional[str] = None, + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", + **kwargs + ) -> AsyncLROPoller[None]: + """Submit healthcare analysis job. + + Start a healthcare analysis job to recognize healthcare related entities (drugs, conditions, + symptoms, etc) and their relations. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.AsyncPollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of AsyncLROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.AsyncLROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', False) # type: Union[bool, AsyncPollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = await self._health_initial( + documents=documents, + model_version=model_version, + string_index_type=string_index_type, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + + if polling is True: polling_method = AsyncLROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = AsyncNoPolling() + else: polling_method = polling + if cont_token: + return AsyncLROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return AsyncLROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_health.metadata = {'url': '/entities/health/jobs'} # type: ignore + + async def entities_recognition_general( + self, + documents: List["_models.MultiLanguageInput"], + model_version: Optional[str] = None, + show_stats: Optional[bool] = None, + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", + **kwargs + ) -> "_models.EntitiesResult": + """Named Entity Recognition. + + The API returns a list of general named entities in a given document. For the list of supported + entity types, check :code:`Supported Entity Types in Text + Analytics API`. See the :code:`Supported languages in Text + Analytics API` for the list of enabled languages. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :return: EntitiesResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntitiesResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.entities_recognition_general.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('EntitiesResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + entities_recognition_general.metadata = {'url': '/entities/recognition/general'} # type: ignore + + async def entities_recognition_pii( + self, + documents: List["_models.MultiLanguageInput"], + model_version: Optional[str] = None, + show_stats: Optional[bool] = None, + domain: Optional[str] = None, + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", + **kwargs + ) -> "_models.PiiResult": + """Entities containing personal information. + + The API returns a list of entities with personal information (\"SSN\", \"Bank Account\" etc) in + the document. For the list of supported entity types, check :code:`Supported Entity Types in Text Analytics API`. See the + :code:`Supported languages in Text Analytics API` for the + list of enabled languages. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param domain: (Optional) if specified, will set the PII domain to include only a subset of the + entity categories. Possible values include: 'PHI', 'none'. + :type domain: str + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PiiResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.PiiResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.entities_recognition_pii.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if domain is not None: + query_parameters['domain'] = self._serialize.query("domain", domain, 'str') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('PiiResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + entities_recognition_pii.metadata = {'url': '/entities/recognition/pii'} # type: ignore + + async def entities_linking( + self, + documents: List["_models.MultiLanguageInput"], + model_version: Optional[str] = None, + show_stats: Optional[bool] = None, + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", + **kwargs + ) -> "_models.EntityLinkingResult": + """Linked entities from a well-known knowledge base. + + The API returns a list of recognized entities with links to a well-known knowledge base. See + the :code:`Supported languages in Text Analytics API` for + the list of enabled languages. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :return: EntityLinkingResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.EntityLinkingResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntityLinkingResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.entities_linking.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('EntityLinkingResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + entities_linking.metadata = {'url': '/entities/linking'} # type: ignore + + async def key_phrases( + self, + documents: List["_models.MultiLanguageInput"], + model_version: Optional[str] = None, + show_stats: Optional[bool] = None, + **kwargs + ) -> "_models.KeyPhraseResult": + """Key Phrases. + + The API returns a list of strings denoting the key phrases in the input text. See the :code:`Supported languages in Text Analytics API` for the list of + enabled languages. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :keyword callable cls: A custom type or function that will be passed the direct response + :return: KeyPhraseResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhraseResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.KeyPhraseResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.key_phrases.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('KeyPhraseResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + key_phrases.metadata = {'url': '/keyPhrases'} # type: ignore + + async def languages( + self, + documents: List["_models.LanguageInput"], + model_version: Optional[str] = None, + show_stats: Optional[bool] = None, + **kwargs + ) -> "_models.LanguageResult": + """Detect Language. + + The API returns the detected language and a numeric score between 0 and 1. Scores close to 1 + indicate 100% certainty that the identified language is true. See the :code:`Supported languages in Text Analytics API` for the list of + enabled languages. + + :param documents: + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.LanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :keyword callable cls: A custom type or function that will be passed the direct response + :return: LanguageResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.LanguageResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.LanguageResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.LanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.languages.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'LanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('LanguageResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + languages.metadata = {'url': '/languages'} # type: ignore + + async def sentiment( + self, + documents: List["_models.MultiLanguageInput"], + model_version: Optional[str] = None, + show_stats: Optional[bool] = None, + opinion_mining: Optional[bool] = None, + string_index_type: Optional[Union[str, "_models.StringIndexType"]] = "TextElements_v8", + **kwargs + ) -> "_models.SentimentResponse": + """Sentiment. + + The API returns a detailed sentiment analysis for the input text. The analysis is done in + multiple levels of granularity, start from the a document level, down to sentence and key terms + (aspects) and opinions. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param opinion_mining: (Optional) if set to true, response will contain input and document + level statistics including aspect-based sentiment analysis results. + :type opinion_mining: bool + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :return: SentimentResponse, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.SentimentResponse + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.SentimentResponse"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.sentiment.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if opinion_mining is not None: + query_parameters['opinionMining'] = self._serialize.query("opinion_mining", opinion_mining, 'bool') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = await self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('SentimentResponse', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + sentiment.metadata = {'url': '/sentiment'} # type: ignore diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/__init__.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/__init__.py new file mode 100644 index 000000000000..5b0c3c08fc83 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/__init__.py @@ -0,0 +1,224 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +try: + from ._models_py3 import AnalyzeBatchInput + from ._models_py3 import AnalyzeJobState + from ._models_py3 import AspectConfidenceScoreLabel + from ._models_py3 import AspectRelation + from ._models_py3 import Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1 + from ._models_py3 import Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1 + from ._models_py3 import Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1 + from ._models_py3 import DetectedLanguage + from ._models_py3 import DocumentEntities + from ._models_py3 import DocumentError + from ._models_py3 import DocumentHealthcareEntities + from ._models_py3 import DocumentKeyPhrases + from ._models_py3 import DocumentLanguage + from ._models_py3 import DocumentLinkedEntities + from ._models_py3 import DocumentSentiment + from ._models_py3 import DocumentStatistics + from ._models_py3 import EntitiesResult + from ._models_py3 import EntitiesTask + from ._models_py3 import EntitiesTaskParameters + from ._models_py3 import Entity + from ._models_py3 import EntityLinkingResult + from ._models_py3 import ErrorResponse + from ._models_py3 import HealthcareEntity + from ._models_py3 import HealthcareEntityLink + from ._models_py3 import HealthcareJobState + from ._models_py3 import HealthcareRelation + from ._models_py3 import HealthcareResult + from ._models_py3 import InnerError + from ._models_py3 import JobDescriptor + from ._models_py3 import JobManifest + from ._models_py3 import JobManifestTasks + from ._models_py3 import JobMetadata + from ._models_py3 import KeyPhraseResult + from ._models_py3 import KeyPhrasesTask + from ._models_py3 import KeyPhrasesTaskParameters + from ._models_py3 import LanguageBatchInput + from ._models_py3 import LanguageInput + from ._models_py3 import LanguageResult + from ._models_py3 import LinkedEntity + from ._models_py3 import Match + from ._models_py3 import MultiLanguageBatchInput + from ._models_py3 import MultiLanguageInput + from ._models_py3 import Pagination + from ._models_py3 import PiiDocumentEntities + from ._models_py3 import PiiResult + from ._models_py3 import PiiTask + from ._models_py3 import PiiTaskParameters + from ._models_py3 import RequestStatistics + from ._models_py3 import SentenceAspect + from ._models_py3 import SentenceOpinion + from ._models_py3 import SentenceSentiment + from ._models_py3 import SentimentConfidenceScorePerLabel + from ._models_py3 import SentimentResponse + from ._models_py3 import TaskState + from ._models_py3 import TasksState + from ._models_py3 import TasksStateTasks + from ._models_py3 import TasksStateTasksDetails + from ._models_py3 import TasksStateTasksEntityRecognitionPiiTasksItem + from ._models_py3 import TasksStateTasksEntityRecognitionTasksItem + from ._models_py3 import TasksStateTasksKeyPhraseExtractionTasksItem + from ._models_py3 import TextAnalyticsError + from ._models_py3 import TextAnalyticsWarning +except (SyntaxError, ImportError): + from ._models import AnalyzeBatchInput # type: ignore + from ._models import AnalyzeJobState # type: ignore + from ._models import AspectConfidenceScoreLabel # type: ignore + from ._models import AspectRelation # type: ignore + from ._models import Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1 # type: ignore + from ._models import Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1 # type: ignore + from ._models import Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1 # type: ignore + from ._models import DetectedLanguage # type: ignore + from ._models import DocumentEntities # type: ignore + from ._models import DocumentError # type: ignore + from ._models import DocumentHealthcareEntities # type: ignore + from ._models import DocumentKeyPhrases # type: ignore + from ._models import DocumentLanguage # type: ignore + from ._models import DocumentLinkedEntities # type: ignore + from ._models import DocumentSentiment # type: ignore + from ._models import DocumentStatistics # type: ignore + from ._models import EntitiesResult # type: ignore + from ._models import EntitiesTask # type: ignore + from ._models import EntitiesTaskParameters # type: ignore + from ._models import Entity # type: ignore + from ._models import EntityLinkingResult # type: ignore + from ._models import ErrorResponse # type: ignore + from ._models import HealthcareEntity # type: ignore + from ._models import HealthcareEntityLink # type: ignore + from ._models import HealthcareJobState # type: ignore + from ._models import HealthcareRelation # type: ignore + from ._models import HealthcareResult # type: ignore + from ._models import InnerError # type: ignore + from ._models import JobDescriptor # type: ignore + from ._models import JobManifest # type: ignore + from ._models import JobManifestTasks # type: ignore + from ._models import JobMetadata # type: ignore + from ._models import KeyPhraseResult # type: ignore + from ._models import KeyPhrasesTask # type: ignore + from ._models import KeyPhrasesTaskParameters # type: ignore + from ._models import LanguageBatchInput # type: ignore + from ._models import LanguageInput # type: ignore + from ._models import LanguageResult # type: ignore + from ._models import LinkedEntity # type: ignore + from ._models import Match # type: ignore + from ._models import MultiLanguageBatchInput # type: ignore + from ._models import MultiLanguageInput # type: ignore + from ._models import Pagination # type: ignore + from ._models import PiiDocumentEntities # type: ignore + from ._models import PiiResult # type: ignore + from ._models import PiiTask # type: ignore + from ._models import PiiTaskParameters # type: ignore + from ._models import RequestStatistics # type: ignore + from ._models import SentenceAspect # type: ignore + from ._models import SentenceOpinion # type: ignore + from ._models import SentenceSentiment # type: ignore + from ._models import SentimentConfidenceScorePerLabel # type: ignore + from ._models import SentimentResponse # type: ignore + from ._models import TaskState # type: ignore + from ._models import TasksState # type: ignore + from ._models import TasksStateTasks # type: ignore + from ._models import TasksStateTasksDetails # type: ignore + from ._models import TasksStateTasksEntityRecognitionPiiTasksItem # type: ignore + from ._models import TasksStateTasksEntityRecognitionTasksItem # type: ignore + from ._models import TasksStateTasksKeyPhraseExtractionTasksItem # type: ignore + from ._models import TextAnalyticsError # type: ignore + from ._models import TextAnalyticsWarning # type: ignore + +from ._text_analytics_client_enums import ( + AspectRelationType, + DocumentSentimentValue, + ErrorCodeValue, + InnerErrorCodeValue, + PiiTaskParametersDomain, + SentenceSentimentValue, + State, + StringIndexType, + StringIndexTypeResponse, + TokenSentimentValue, + WarningCodeValue, +) + +__all__ = [ + 'AnalyzeBatchInput', + 'AnalyzeJobState', + 'AspectConfidenceScoreLabel', + 'AspectRelation', + 'Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1', + 'Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1', + 'Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1', + 'DetectedLanguage', + 'DocumentEntities', + 'DocumentError', + 'DocumentHealthcareEntities', + 'DocumentKeyPhrases', + 'DocumentLanguage', + 'DocumentLinkedEntities', + 'DocumentSentiment', + 'DocumentStatistics', + 'EntitiesResult', + 'EntitiesTask', + 'EntitiesTaskParameters', + 'Entity', + 'EntityLinkingResult', + 'ErrorResponse', + 'HealthcareEntity', + 'HealthcareEntityLink', + 'HealthcareJobState', + 'HealthcareRelation', + 'HealthcareResult', + 'InnerError', + 'JobDescriptor', + 'JobManifest', + 'JobManifestTasks', + 'JobMetadata', + 'KeyPhraseResult', + 'KeyPhrasesTask', + 'KeyPhrasesTaskParameters', + 'LanguageBatchInput', + 'LanguageInput', + 'LanguageResult', + 'LinkedEntity', + 'Match', + 'MultiLanguageBatchInput', + 'MultiLanguageInput', + 'Pagination', + 'PiiDocumentEntities', + 'PiiResult', + 'PiiTask', + 'PiiTaskParameters', + 'RequestStatistics', + 'SentenceAspect', + 'SentenceOpinion', + 'SentenceSentiment', + 'SentimentConfidenceScorePerLabel', + 'SentimentResponse', + 'TaskState', + 'TasksState', + 'TasksStateTasks', + 'TasksStateTasksDetails', + 'TasksStateTasksEntityRecognitionPiiTasksItem', + 'TasksStateTasksEntityRecognitionTasksItem', + 'TasksStateTasksKeyPhraseExtractionTasksItem', + 'TextAnalyticsError', + 'TextAnalyticsWarning', + 'AspectRelationType', + 'DocumentSentimentValue', + 'ErrorCodeValue', + 'InnerErrorCodeValue', + 'PiiTaskParametersDomain', + 'SentenceSentimentValue', + 'State', + 'StringIndexType', + 'StringIndexTypeResponse', + 'TokenSentimentValue', + 'WarningCodeValue', +] diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_models.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_models.py new file mode 100644 index 000000000000..2a8d8564a397 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_models.py @@ -0,0 +1,2329 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from azure.core.exceptions import HttpResponseError +import msrest.serialization + + +class JobManifest(msrest.serialization.Model): + """JobManifest. + + All required parameters must be populated in order to send to Azure. + + :param tasks: Required. The set of tasks to execute on the input documents. Cannot specify the + same task more than once. + :type tasks: ~azure.ai.textanalytics.v3_1_preview_3.models.JobManifestTasks + """ + + _validation = { + 'tasks': {'required': True}, + } + + _attribute_map = { + 'tasks': {'key': 'tasks', 'type': 'JobManifestTasks'}, + } + + def __init__( + self, + **kwargs + ): + super(JobManifest, self).__init__(**kwargs) + self.tasks = kwargs['tasks'] + + +class JobDescriptor(msrest.serialization.Model): + """JobDescriptor. + + :param display_name: Optional display name for the analysis job. + :type display_name: str + """ + + _attribute_map = { + 'display_name': {'key': 'displayName', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(JobDescriptor, self).__init__(**kwargs) + self.display_name = kwargs.get('display_name', None) + + +class AnalyzeBatchInput(JobDescriptor, JobManifest): + """AnalyzeBatchInput. + + All required parameters must be populated in order to send to Azure. + + :param tasks: Required. The set of tasks to execute on the input documents. Cannot specify the + same task more than once. + :type tasks: ~azure.ai.textanalytics.v3_1_preview_3.models.JobManifestTasks + :param display_name: Optional display name for the analysis job. + :type display_name: str + :param analysis_input: Required. Contains a set of input documents to be analyzed by the + service. + :type analysis_input: ~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageBatchInput + """ + + _validation = { + 'tasks': {'required': True}, + 'analysis_input': {'required': True}, + } + + _attribute_map = { + 'tasks': {'key': 'tasks', 'type': 'JobManifestTasks'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'analysis_input': {'key': 'analysisInput', 'type': 'MultiLanguageBatchInput'}, + } + + def __init__( + self, + **kwargs + ): + super(AnalyzeBatchInput, self).__init__(**kwargs) + self.tasks = kwargs['tasks'] + self.analysis_input = kwargs['analysis_input'] + self.display_name = kwargs.get('display_name', None) + self.analysis_input = kwargs['analysis_input'] + + +class Pagination(msrest.serialization.Model): + """Pagination. + + :param next_link: + :type next_link: str + """ + + _attribute_map = { + 'next_link': {'key': '@nextLink', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(Pagination, self).__init__(**kwargs) + self.next_link = kwargs.get('next_link', None) + + +class TasksState(msrest.serialization.Model): + """TasksState. + + All required parameters must be populated in order to send to Azure. + + :param tasks: Required. + :type tasks: ~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasks + """ + + _validation = { + 'tasks': {'required': True}, + } + + _attribute_map = { + 'tasks': {'key': 'tasks', 'type': 'TasksStateTasks'}, + } + + def __init__( + self, + **kwargs + ): + super(TasksState, self).__init__(**kwargs) + self.tasks = kwargs['tasks'] + + +class JobMetadata(msrest.serialization.Model): + """JobMetadata. + + All required parameters must be populated in order to send to Azure. + + :param created_date_time: Required. + :type created_date_time: ~datetime.datetime + :param display_name: + :type display_name: str + :param expiration_date_time: + :type expiration_date_time: ~datetime.datetime + :param job_id: Required. + :type job_id: str + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'created_date_time': {'required': True}, + 'job_id': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'created_date_time': {'key': 'createdDateTime', 'type': 'iso-8601'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'expiration_date_time': {'key': 'expirationDateTime', 'type': 'iso-8601'}, + 'job_id': {'key': 'jobId', 'type': 'str'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(JobMetadata, self).__init__(**kwargs) + self.created_date_time = kwargs['created_date_time'] + self.display_name = kwargs.get('display_name', None) + self.expiration_date_time = kwargs.get('expiration_date_time', None) + self.job_id = kwargs['job_id'] + self.last_update_date_time = kwargs['last_update_date_time'] + self.status = kwargs['status'] + + +class AnalyzeJobState(JobMetadata, TasksState, Pagination): + """AnalyzeJobState. + + All required parameters must be populated in order to send to Azure. + + :param next_link: + :type next_link: str + :param tasks: Required. + :type tasks: ~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasks + :param created_date_time: Required. + :type created_date_time: ~datetime.datetime + :param display_name: + :type display_name: str + :param expiration_date_time: + :type expiration_date_time: ~datetime.datetime + :param job_id: Required. + :type job_id: str + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + :param errors: + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + """ + + _validation = { + 'tasks': {'required': True}, + 'created_date_time': {'required': True}, + 'job_id': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'next_link': {'key': '@nextLink', 'type': 'str'}, + 'tasks': {'key': 'tasks', 'type': 'TasksStateTasks'}, + 'created_date_time': {'key': 'createdDateTime', 'type': 'iso-8601'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'expiration_date_time': {'key': 'expirationDateTime', 'type': 'iso-8601'}, + 'job_id': {'key': 'jobId', 'type': 'str'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'status': {'key': 'status', 'type': 'str'}, + 'errors': {'key': 'errors', 'type': '[TextAnalyticsError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + } + + def __init__( + self, + **kwargs + ): + super(AnalyzeJobState, self).__init__(**kwargs) + self.next_link = kwargs.get('next_link', None) + self.tasks = kwargs['tasks'] + self.errors = kwargs.get('errors', None) + self.statistics = kwargs.get('statistics', None) + self.next_link = kwargs.get('next_link', None) + self.created_date_time = kwargs['created_date_time'] + self.display_name = kwargs.get('display_name', None) + self.expiration_date_time = kwargs.get('expiration_date_time', None) + self.job_id = kwargs['job_id'] + self.last_update_date_time = kwargs['last_update_date_time'] + self.status = kwargs['status'] + self.errors = kwargs.get('errors', None) + self.statistics = kwargs.get('statistics', None) + self.tasks = kwargs['tasks'] + self.created_date_time = kwargs['created_date_time'] + self.display_name = kwargs.get('display_name', None) + self.expiration_date_time = kwargs.get('expiration_date_time', None) + self.job_id = kwargs['job_id'] + self.last_update_date_time = kwargs['last_update_date_time'] + self.status = kwargs['status'] + self.errors = kwargs.get('errors', None) + self.statistics = kwargs.get('statistics', None) + + +class AspectConfidenceScoreLabel(msrest.serialization.Model): + """Represents the confidence scores across all sentiment classes: positive, neutral, negative. + + All required parameters must be populated in order to send to Azure. + + :param positive: Required. + :type positive: float + :param negative: Required. + :type negative: float + """ + + _validation = { + 'positive': {'required': True}, + 'negative': {'required': True}, + } + + _attribute_map = { + 'positive': {'key': 'positive', 'type': 'float'}, + 'negative': {'key': 'negative', 'type': 'float'}, + } + + def __init__( + self, + **kwargs + ): + super(AspectConfidenceScoreLabel, self).__init__(**kwargs) + self.positive = kwargs['positive'] + self.negative = kwargs['negative'] + + +class AspectRelation(msrest.serialization.Model): + """AspectRelation. + + All required parameters must be populated in order to send to Azure. + + :param relation_type: Required. The type related to the aspect. Possible values include: + "opinion", "aspect". + :type relation_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.AspectRelationType + :param ref: Required. The JSON pointer indicating the linked object. + :type ref: str + """ + + _validation = { + 'relation_type': {'required': True}, + 'ref': {'required': True}, + } + + _attribute_map = { + 'relation_type': {'key': 'relationType', 'type': 'str'}, + 'ref': {'key': 'ref', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(AspectRelation, self).__init__(**kwargs) + self.relation_type = kwargs['relation_type'] + self.ref = kwargs['ref'] + + +class Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1(msrest.serialization.Model): + """Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesResult + """ + + _validation = { + 'results': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'EntitiesResult'}, + } + + def __init__( + self, + **kwargs + ): + super(Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1, self).__init__(**kwargs) + self.results = kwargs['results'] + + +class Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1(msrest.serialization.Model): + """Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiResult + """ + + _validation = { + 'results': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'PiiResult'}, + } + + def __init__( + self, + **kwargs + ): + super(Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1, self).__init__(**kwargs) + self.results = kwargs['results'] + + +class Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1(msrest.serialization.Model): + """Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhraseResult + """ + + _validation = { + 'results': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'KeyPhraseResult'}, + } + + def __init__( + self, + **kwargs + ): + super(Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1, self).__init__(**kwargs) + self.results = kwargs['results'] + + +class DetectedLanguage(msrest.serialization.Model): + """DetectedLanguage. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. Long name of a detected language (e.g. English, French). + :type name: str + :param iso6391_name: Required. A two letter representation of the detected language according + to the ISO 639-1 standard (e.g. en, fr). + :type iso6391_name: str + :param confidence_score: Required. A confidence score between 0 and 1. Scores close to 1 + indicate 100% certainty that the identified language is true. + :type confidence_score: float + """ + + _validation = { + 'name': {'required': True}, + 'iso6391_name': {'required': True}, + 'confidence_score': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'iso6391_name': {'key': 'iso6391Name', 'type': 'str'}, + 'confidence_score': {'key': 'confidenceScore', 'type': 'float'}, + } + + def __init__( + self, + **kwargs + ): + super(DetectedLanguage, self).__init__(**kwargs) + self.name = kwargs['name'] + self.iso6391_name = kwargs['iso6391_name'] + self.confidence_score = kwargs['confidence_score'] + + +class DocumentEntities(msrest.serialization.Model): + """DocumentEntities. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param entities: Required. Recognized entities in the document. + :type entities: list[~azure.ai.textanalytics.v3_1_preview_3.models.Entity] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'entities': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'entities': {'key': 'entities', 'type': '[Entity]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + **kwargs + ): + super(DocumentEntities, self).__init__(**kwargs) + self.id = kwargs['id'] + self.entities = kwargs['entities'] + self.warnings = kwargs['warnings'] + self.statistics = kwargs.get('statistics', None) + + +class DocumentError(msrest.serialization.Model): + """DocumentError. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Document Id. + :type id: str + :param error: Required. Document Error. + :type error: ~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError + """ + + _validation = { + 'id': {'required': True}, + 'error': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'error': {'key': 'error', 'type': 'TextAnalyticsError'}, + } + + def __init__( + self, + **kwargs + ): + super(DocumentError, self).__init__(**kwargs) + self.id = kwargs['id'] + self.error = kwargs['error'] + + +class DocumentHealthcareEntities(msrest.serialization.Model): + """DocumentHealthcareEntities. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param entities: Required. Healthcare entities. + :type entities: list[~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareEntity] + :param relations: Required. Healthcare entity relations. + :type relations: list[~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareRelation] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'entities': {'required': True}, + 'relations': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'entities': {'key': 'entities', 'type': '[HealthcareEntity]'}, + 'relations': {'key': 'relations', 'type': '[HealthcareRelation]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + **kwargs + ): + super(DocumentHealthcareEntities, self).__init__(**kwargs) + self.id = kwargs['id'] + self.entities = kwargs['entities'] + self.relations = kwargs['relations'] + self.warnings = kwargs['warnings'] + self.statistics = kwargs.get('statistics', None) + + +class DocumentKeyPhrases(msrest.serialization.Model): + """DocumentKeyPhrases. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param key_phrases: Required. A list of representative words or phrases. The number of key + phrases returned is proportional to the number of words in the input document. + :type key_phrases: list[str] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'key_phrases': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'key_phrases': {'key': 'keyPhrases', 'type': '[str]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + **kwargs + ): + super(DocumentKeyPhrases, self).__init__(**kwargs) + self.id = kwargs['id'] + self.key_phrases = kwargs['key_phrases'] + self.warnings = kwargs['warnings'] + self.statistics = kwargs.get('statistics', None) + + +class DocumentLanguage(msrest.serialization.Model): + """DocumentLanguage. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param detected_language: Required. Detected Language. + :type detected_language: ~azure.ai.textanalytics.v3_1_preview_3.models.DetectedLanguage + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'detected_language': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'detected_language': {'key': 'detectedLanguage', 'type': 'DetectedLanguage'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + **kwargs + ): + super(DocumentLanguage, self).__init__(**kwargs) + self.id = kwargs['id'] + self.detected_language = kwargs['detected_language'] + self.warnings = kwargs['warnings'] + self.statistics = kwargs.get('statistics', None) + + +class DocumentLinkedEntities(msrest.serialization.Model): + """DocumentLinkedEntities. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param entities: Required. Recognized well-known entities in the document. + :type entities: list[~azure.ai.textanalytics.v3_1_preview_3.models.LinkedEntity] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'entities': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'entities': {'key': 'entities', 'type': '[LinkedEntity]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + **kwargs + ): + super(DocumentLinkedEntities, self).__init__(**kwargs) + self.id = kwargs['id'] + self.entities = kwargs['entities'] + self.warnings = kwargs['warnings'] + self.statistics = kwargs.get('statistics', None) + + +class DocumentSentiment(msrest.serialization.Model): + """DocumentSentiment. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param sentiment: Required. Predicted sentiment for document (Negative, Neutral, Positive, or + Mixed). Possible values include: "positive", "neutral", "negative", "mixed". + :type sentiment: str or ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentSentimentValue + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + :param confidence_scores: Required. Document level sentiment confidence scores between 0 and 1 + for each sentiment class. + :type confidence_scores: + ~azure.ai.textanalytics.v3_1_preview_3.models.SentimentConfidenceScorePerLabel + :param sentences: Required. Sentence level sentiment analysis. + :type sentences: list[~azure.ai.textanalytics.v3_1_preview_3.models.SentenceSentiment] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + """ + + _validation = { + 'id': {'required': True}, + 'sentiment': {'required': True}, + 'confidence_scores': {'required': True}, + 'sentences': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'sentiment': {'key': 'sentiment', 'type': 'str'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + 'confidence_scores': {'key': 'confidenceScores', 'type': 'SentimentConfidenceScorePerLabel'}, + 'sentences': {'key': 'sentences', 'type': '[SentenceSentiment]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + } + + def __init__( + self, + **kwargs + ): + super(DocumentSentiment, self).__init__(**kwargs) + self.id = kwargs['id'] + self.sentiment = kwargs['sentiment'] + self.statistics = kwargs.get('statistics', None) + self.confidence_scores = kwargs['confidence_scores'] + self.sentences = kwargs['sentences'] + self.warnings = kwargs['warnings'] + + +class DocumentStatistics(msrest.serialization.Model): + """if showStats=true was specified in the request this field will contain information about the document payload. + + All required parameters must be populated in order to send to Azure. + + :param characters_count: Required. Number of text elements recognized in the document. + :type characters_count: int + :param transactions_count: Required. Number of transactions for the document. + :type transactions_count: int + """ + + _validation = { + 'characters_count': {'required': True}, + 'transactions_count': {'required': True}, + } + + _attribute_map = { + 'characters_count': {'key': 'charactersCount', 'type': 'int'}, + 'transactions_count': {'key': 'transactionsCount', 'type': 'int'}, + } + + def __init__( + self, + **kwargs + ): + super(DocumentStatistics, self).__init__(**kwargs) + self.characters_count = kwargs['characters_count'] + self.transactions_count = kwargs['transactions_count'] + + +class EntitiesResult(msrest.serialization.Model): + """EntitiesResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentEntities] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentEntities]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(EntitiesResult, self).__init__(**kwargs) + self.documents = kwargs['documents'] + self.errors = kwargs['errors'] + self.statistics = kwargs.get('statistics', None) + self.model_version = kwargs['model_version'] + + +class EntitiesTask(msrest.serialization.Model): + """EntitiesTask. + + :param parameters: + :type parameters: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesTaskParameters + """ + + _attribute_map = { + 'parameters': {'key': 'parameters', 'type': 'EntitiesTaskParameters'}, + } + + def __init__( + self, + **kwargs + ): + super(EntitiesTask, self).__init__(**kwargs) + self.parameters = kwargs.get('parameters', None) + + +class EntitiesTaskParameters(msrest.serialization.Model): + """EntitiesTaskParameters. + + :param model_version: + :type model_version: str + :param string_index_type: Possible values include: "TextElements_v8", "UnicodeCodePoint", + "Utf16CodeUnit". Default value: "TextElements_v8". + :type string_index_type: str or + ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexTypeResponse + """ + + _attribute_map = { + 'model_version': {'key': 'model-version', 'type': 'str'}, + 'string_index_type': {'key': 'stringIndexType', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(EntitiesTaskParameters, self).__init__(**kwargs) + self.model_version = kwargs.get('model_version', "latest") + self.string_index_type = kwargs.get('string_index_type', "TextElements_v8") + + +class Entity(msrest.serialization.Model): + """Entity. + + All required parameters must be populated in order to send to Azure. + + :param text: Required. Entity text as appears in the request. + :type text: str + :param category: Required. Entity type. + :type category: str + :param subcategory: (Optional) Entity sub type. + :type subcategory: str + :param offset: Required. Start position for the entity text. Use of different 'stringIndexType' + values can affect the offset returned. + :type offset: int + :param length: Required. Length for the entity text. Use of different 'stringIndexType' values + can affect the length returned. + :type length: int + :param confidence_score: Required. Confidence score between 0 and 1 of the extracted entity. + :type confidence_score: float + """ + + _validation = { + 'text': {'required': True}, + 'category': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + 'confidence_score': {'required': True}, + } + + _attribute_map = { + 'text': {'key': 'text', 'type': 'str'}, + 'category': {'key': 'category', 'type': 'str'}, + 'subcategory': {'key': 'subcategory', 'type': 'str'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'confidence_score': {'key': 'confidenceScore', 'type': 'float'}, + } + + def __init__( + self, + **kwargs + ): + super(Entity, self).__init__(**kwargs) + self.text = kwargs['text'] + self.category = kwargs['category'] + self.subcategory = kwargs.get('subcategory', None) + self.offset = kwargs['offset'] + self.length = kwargs['length'] + self.confidence_score = kwargs['confidence_score'] + + +class EntityLinkingResult(msrest.serialization.Model): + """EntityLinkingResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentLinkedEntities] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentLinkedEntities]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(EntityLinkingResult, self).__init__(**kwargs) + self.documents = kwargs['documents'] + self.errors = kwargs['errors'] + self.statistics = kwargs.get('statistics', None) + self.model_version = kwargs['model_version'] + + +class ErrorResponse(msrest.serialization.Model): + """ErrorResponse. + + All required parameters must be populated in order to send to Azure. + + :param error: Required. Document Error. + :type error: ~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError + """ + + _validation = { + 'error': {'required': True}, + } + + _attribute_map = { + 'error': {'key': 'error', 'type': 'TextAnalyticsError'}, + } + + def __init__( + self, + **kwargs + ): + super(ErrorResponse, self).__init__(**kwargs) + self.error = kwargs['error'] + + +class HealthcareEntity(Entity): + """HealthcareEntity. + + All required parameters must be populated in order to send to Azure. + + :param text: Required. Entity text as appears in the request. + :type text: str + :param category: Required. Entity type. + :type category: str + :param subcategory: (Optional) Entity sub type. + :type subcategory: str + :param offset: Required. Start position for the entity text. Use of different 'stringIndexType' + values can affect the offset returned. + :type offset: int + :param length: Required. Length for the entity text. Use of different 'stringIndexType' values + can affect the length returned. + :type length: int + :param confidence_score: Required. Confidence score between 0 and 1 of the extracted entity. + :type confidence_score: float + :param is_negated: Required. + :type is_negated: bool + :param links: Entity references in known data sources. + :type links: list[~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareEntityLink] + """ + + _validation = { + 'text': {'required': True}, + 'category': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + 'confidence_score': {'required': True}, + 'is_negated': {'required': True}, + } + + _attribute_map = { + 'text': {'key': 'text', 'type': 'str'}, + 'category': {'key': 'category', 'type': 'str'}, + 'subcategory': {'key': 'subcategory', 'type': 'str'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'confidence_score': {'key': 'confidenceScore', 'type': 'float'}, + 'is_negated': {'key': 'isNegated', 'type': 'bool'}, + 'links': {'key': 'links', 'type': '[HealthcareEntityLink]'}, + } + + def __init__( + self, + **kwargs + ): + super(HealthcareEntity, self).__init__(**kwargs) + self.is_negated = kwargs['is_negated'] + self.links = kwargs.get('links', None) + + +class HealthcareEntityLink(msrest.serialization.Model): + """HealthcareEntityLink. + + All required parameters must be populated in order to send to Azure. + + :param data_source: Required. Entity Catalog. Examples include: UMLS, CHV, MSH, etc. + :type data_source: str + :param id: Required. Entity id in the given source catalog. + :type id: str + """ + + _validation = { + 'data_source': {'required': True}, + 'id': {'required': True}, + } + + _attribute_map = { + 'data_source': {'key': 'dataSource', 'type': 'str'}, + 'id': {'key': 'id', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(HealthcareEntityLink, self).__init__(**kwargs) + self.data_source = kwargs['data_source'] + self.id = kwargs['id'] + + +class HealthcareJobState(JobMetadata, Pagination): + """HealthcareJobState. + + All required parameters must be populated in order to send to Azure. + + :param next_link: + :type next_link: str + :param created_date_time: Required. + :type created_date_time: ~datetime.datetime + :param display_name: + :type display_name: str + :param expiration_date_time: + :type expiration_date_time: ~datetime.datetime + :param job_id: Required. + :type job_id: str + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + :param results: + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareResult + :param errors: + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError] + """ + + _validation = { + 'created_date_time': {'required': True}, + 'job_id': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'next_link': {'key': '@nextLink', 'type': 'str'}, + 'created_date_time': {'key': 'createdDateTime', 'type': 'iso-8601'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'expiration_date_time': {'key': 'expirationDateTime', 'type': 'iso-8601'}, + 'job_id': {'key': 'jobId', 'type': 'str'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'status': {'key': 'status', 'type': 'str'}, + 'results': {'key': 'results', 'type': 'HealthcareResult'}, + 'errors': {'key': 'errors', 'type': '[TextAnalyticsError]'}, + } + + def __init__( + self, + **kwargs + ): + super(HealthcareJobState, self).__init__(**kwargs) + self.next_link = kwargs.get('next_link', None) + self.results = kwargs.get('results', None) + self.errors = kwargs.get('errors', None) + self.created_date_time = kwargs['created_date_time'] + self.display_name = kwargs.get('display_name', None) + self.expiration_date_time = kwargs.get('expiration_date_time', None) + self.job_id = kwargs['job_id'] + self.last_update_date_time = kwargs['last_update_date_time'] + self.status = kwargs['status'] + self.results = kwargs.get('results', None) + self.errors = kwargs.get('errors', None) + + +class HealthcareRelation(msrest.serialization.Model): + """HealthcareRelation. + + All required parameters must be populated in order to send to Azure. + + :param relation_type: Required. Type of relation. Examples include: ``DosageOfMedication`` or + 'FrequencyOfMedication', etc. + :type relation_type: str + :param bidirectional: Required. If true the relation between the entities is bidirectional, + otherwise directionality is source to target. + :type bidirectional: bool + :param source: Required. Reference link to the source entity. + :type source: str + :param target: Required. Reference link to the target entity. + :type target: str + """ + + _validation = { + 'relation_type': {'required': True}, + 'bidirectional': {'required': True}, + 'source': {'required': True}, + 'target': {'required': True}, + } + + _attribute_map = { + 'relation_type': {'key': 'relationType', 'type': 'str'}, + 'bidirectional': {'key': 'bidirectional', 'type': 'bool'}, + 'source': {'key': 'source', 'type': 'str'}, + 'target': {'key': 'target', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(HealthcareRelation, self).__init__(**kwargs) + self.relation_type = kwargs['relation_type'] + self.bidirectional = kwargs['bidirectional'] + self.source = kwargs['source'] + self.target = kwargs['target'] + + +class HealthcareResult(msrest.serialization.Model): + """HealthcareResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentHealthcareEntities] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentHealthcareEntities]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(HealthcareResult, self).__init__(**kwargs) + self.documents = kwargs['documents'] + self.errors = kwargs['errors'] + self.statistics = kwargs.get('statistics', None) + self.model_version = kwargs['model_version'] + + +class InnerError(msrest.serialization.Model): + """InnerError. + + All required parameters must be populated in order to send to Azure. + + :param code: Required. Error code. Possible values include: "InvalidParameterValue", + "InvalidRequestBodyFormat", "EmptyRequest", "MissingInputRecords", "InvalidDocument", + "ModelVersionIncorrect", "InvalidDocumentBatch", "UnsupportedLanguageCode", + "InvalidCountryHint". + :type code: str or ~azure.ai.textanalytics.v3_1_preview_3.models.InnerErrorCodeValue + :param message: Required. Error message. + :type message: str + :param details: Error details. + :type details: dict[str, str] + :param target: Error target. + :type target: str + :param innererror: Inner error contains more specific information. + :type innererror: ~azure.ai.textanalytics.v3_1_preview_3.models.InnerError + """ + + _validation = { + 'code': {'required': True}, + 'message': {'required': True}, + } + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'details': {'key': 'details', 'type': '{str}'}, + 'target': {'key': 'target', 'type': 'str'}, + 'innererror': {'key': 'innererror', 'type': 'InnerError'}, + } + + def __init__( + self, + **kwargs + ): + super(InnerError, self).__init__(**kwargs) + self.code = kwargs['code'] + self.message = kwargs['message'] + self.details = kwargs.get('details', None) + self.target = kwargs.get('target', None) + self.innererror = kwargs.get('innererror', None) + + +class JobManifestTasks(msrest.serialization.Model): + """The set of tasks to execute on the input documents. Cannot specify the same task more than once. + + :param entity_recognition_tasks: + :type entity_recognition_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesTask] + :param entity_recognition_pii_tasks: + :type entity_recognition_pii_tasks: list[~azure.ai.textanalytics.v3_1_preview_3.models.PiiTask] + :param key_phrase_extraction_tasks: + :type key_phrase_extraction_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhrasesTask] + """ + + _attribute_map = { + 'entity_recognition_tasks': {'key': 'entityRecognitionTasks', 'type': '[EntitiesTask]'}, + 'entity_recognition_pii_tasks': {'key': 'entityRecognitionPiiTasks', 'type': '[PiiTask]'}, + 'key_phrase_extraction_tasks': {'key': 'keyPhraseExtractionTasks', 'type': '[KeyPhrasesTask]'}, + } + + def __init__( + self, + **kwargs + ): + super(JobManifestTasks, self).__init__(**kwargs) + self.entity_recognition_tasks = kwargs.get('entity_recognition_tasks', None) + self.entity_recognition_pii_tasks = kwargs.get('entity_recognition_pii_tasks', None) + self.key_phrase_extraction_tasks = kwargs.get('key_phrase_extraction_tasks', None) + + +class KeyPhraseResult(msrest.serialization.Model): + """KeyPhraseResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentKeyPhrases] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentKeyPhrases]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(KeyPhraseResult, self).__init__(**kwargs) + self.documents = kwargs['documents'] + self.errors = kwargs['errors'] + self.statistics = kwargs.get('statistics', None) + self.model_version = kwargs['model_version'] + + +class KeyPhrasesTask(msrest.serialization.Model): + """KeyPhrasesTask. + + :param parameters: + :type parameters: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhrasesTaskParameters + """ + + _attribute_map = { + 'parameters': {'key': 'parameters', 'type': 'KeyPhrasesTaskParameters'}, + } + + def __init__( + self, + **kwargs + ): + super(KeyPhrasesTask, self).__init__(**kwargs) + self.parameters = kwargs.get('parameters', None) + + +class KeyPhrasesTaskParameters(msrest.serialization.Model): + """KeyPhrasesTaskParameters. + + :param model_version: + :type model_version: str + """ + + _attribute_map = { + 'model_version': {'key': 'model-version', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(KeyPhrasesTaskParameters, self).__init__(**kwargs) + self.model_version = kwargs.get('model_version', "latest") + + +class LanguageBatchInput(msrest.serialization.Model): + """LanguageBatchInput. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.LanguageInput] + """ + + _validation = { + 'documents': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[LanguageInput]'}, + } + + def __init__( + self, + **kwargs + ): + super(LanguageBatchInput, self).__init__(**kwargs) + self.documents = kwargs['documents'] + + +class LanguageInput(msrest.serialization.Model): + """LanguageInput. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param text: Required. + :type text: str + :param country_hint: + :type country_hint: str + """ + + _validation = { + 'id': {'required': True}, + 'text': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'text': {'key': 'text', 'type': 'str'}, + 'country_hint': {'key': 'countryHint', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(LanguageInput, self).__init__(**kwargs) + self.id = kwargs['id'] + self.text = kwargs['text'] + self.country_hint = kwargs.get('country_hint', None) + + +class LanguageResult(msrest.serialization.Model): + """LanguageResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentLanguage] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentLanguage]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(LanguageResult, self).__init__(**kwargs) + self.documents = kwargs['documents'] + self.errors = kwargs['errors'] + self.statistics = kwargs.get('statistics', None) + self.model_version = kwargs['model_version'] + + +class LinkedEntity(msrest.serialization.Model): + """LinkedEntity. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. Entity Linking formal name. + :type name: str + :param matches: Required. List of instances this entity appears in the text. + :type matches: list[~azure.ai.textanalytics.v3_1_preview_3.models.Match] + :param language: Required. Language used in the data source. + :type language: str + :param id: Unique identifier of the recognized entity from the data source. + :type id: str + :param url: Required. URL for the entity's page from the data source. + :type url: str + :param data_source: Required. Data source used to extract entity linking, such as Wiki/Bing + etc. + :type data_source: str + :param bing_id: Bing Entity Search API unique identifier of the recognized entity. + :type bing_id: str + """ + + _validation = { + 'name': {'required': True}, + 'matches': {'required': True}, + 'language': {'required': True}, + 'url': {'required': True}, + 'data_source': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'matches': {'key': 'matches', 'type': '[Match]'}, + 'language': {'key': 'language', 'type': 'str'}, + 'id': {'key': 'id', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + 'data_source': {'key': 'dataSource', 'type': 'str'}, + 'bing_id': {'key': 'bingId', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(LinkedEntity, self).__init__(**kwargs) + self.name = kwargs['name'] + self.matches = kwargs['matches'] + self.language = kwargs['language'] + self.id = kwargs.get('id', None) + self.url = kwargs['url'] + self.data_source = kwargs['data_source'] + self.bing_id = kwargs.get('bing_id', None) + + +class Match(msrest.serialization.Model): + """Match. + + All required parameters must be populated in order to send to Azure. + + :param confidence_score: Required. If a well-known item is recognized, a decimal number + denoting the confidence level between 0 and 1 will be returned. + :type confidence_score: float + :param text: Required. Entity text as appears in the request. + :type text: str + :param offset: Required. Start position for the entity match text. + :type offset: int + :param length: Required. Length for the entity match text. + :type length: int + """ + + _validation = { + 'confidence_score': {'required': True}, + 'text': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + } + + _attribute_map = { + 'confidence_score': {'key': 'confidenceScore', 'type': 'float'}, + 'text': {'key': 'text', 'type': 'str'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + } + + def __init__( + self, + **kwargs + ): + super(Match, self).__init__(**kwargs) + self.confidence_score = kwargs['confidence_score'] + self.text = kwargs['text'] + self.offset = kwargs['offset'] + self.length = kwargs['length'] + + +class MultiLanguageBatchInput(msrest.serialization.Model): + """Contains a set of input documents to be analyzed by the service. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + """ + + _validation = { + 'documents': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[MultiLanguageInput]'}, + } + + def __init__( + self, + **kwargs + ): + super(MultiLanguageBatchInput, self).__init__(**kwargs) + self.documents = kwargs['documents'] + + +class MultiLanguageInput(msrest.serialization.Model): + """Contains an input document to be analyzed by the service. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. A unique, non-empty document identifier. + :type id: str + :param text: Required. The input text to process. + :type text: str + :param language: (Optional) This is the 2 letter ISO 639-1 representation of a language. For + example, use "en" for English; "es" for Spanish etc. If not set, use "en" for English as + default. + :type language: str + """ + + _validation = { + 'id': {'required': True}, + 'text': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'text': {'key': 'text', 'type': 'str'}, + 'language': {'key': 'language', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(MultiLanguageInput, self).__init__(**kwargs) + self.id = kwargs['id'] + self.text = kwargs['text'] + self.language = kwargs.get('language', None) + + +class PiiDocumentEntities(msrest.serialization.Model): + """PiiDocumentEntities. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param redacted_text: Required. Returns redacted text. + :type redacted_text: str + :param entities: Required. Recognized entities in the document. + :type entities: list[~azure.ai.textanalytics.v3_1_preview_3.models.Entity] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'redacted_text': {'required': True}, + 'entities': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'redacted_text': {'key': 'redactedText', 'type': 'str'}, + 'entities': {'key': 'entities', 'type': '[Entity]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + **kwargs + ): + super(PiiDocumentEntities, self).__init__(**kwargs) + self.id = kwargs['id'] + self.redacted_text = kwargs['redacted_text'] + self.entities = kwargs['entities'] + self.warnings = kwargs['warnings'] + self.statistics = kwargs.get('statistics', None) + + +class PiiResult(msrest.serialization.Model): + """PiiResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.PiiDocumentEntities] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[PiiDocumentEntities]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(PiiResult, self).__init__(**kwargs) + self.documents = kwargs['documents'] + self.errors = kwargs['errors'] + self.statistics = kwargs.get('statistics', None) + self.model_version = kwargs['model_version'] + + +class PiiTask(msrest.serialization.Model): + """PiiTask. + + :param parameters: + :type parameters: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiTaskParameters + """ + + _attribute_map = { + 'parameters': {'key': 'parameters', 'type': 'PiiTaskParameters'}, + } + + def __init__( + self, + **kwargs + ): + super(PiiTask, self).__init__(**kwargs) + self.parameters = kwargs.get('parameters', None) + + +class PiiTaskParameters(msrest.serialization.Model): + """PiiTaskParameters. + + :param domain: Possible values include: "phi", "none". Default value: "none". + :type domain: str or ~azure.ai.textanalytics.v3_1_preview_3.models.PiiTaskParametersDomain + :param model_version: + :type model_version: str + :param string_index_type: Possible values include: "TextElements_v8", "UnicodeCodePoint", + "Utf16CodeUnit". Default value: "TextElements_v8". + :type string_index_type: str or + ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexTypeResponse + """ + + _attribute_map = { + 'domain': {'key': 'domain', 'type': 'str'}, + 'model_version': {'key': 'model-version', 'type': 'str'}, + 'string_index_type': {'key': 'stringIndexType', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(PiiTaskParameters, self).__init__(**kwargs) + self.domain = kwargs.get('domain', "none") + self.model_version = kwargs.get('model_version', "latest") + self.string_index_type = kwargs.get('string_index_type', "TextElements_v8") + + +class RequestStatistics(msrest.serialization.Model): + """if showStats=true was specified in the request this field will contain information about the request payload. + + All required parameters must be populated in order to send to Azure. + + :param documents_count: Required. Number of documents submitted in the request. + :type documents_count: int + :param valid_documents_count: Required. Number of valid documents. This excludes empty, over- + size limit or non-supported languages documents. + :type valid_documents_count: int + :param erroneous_documents_count: Required. Number of invalid documents. This includes empty, + over-size limit or non-supported languages documents. + :type erroneous_documents_count: int + :param transactions_count: Required. Number of transactions for the request. + :type transactions_count: long + """ + + _validation = { + 'documents_count': {'required': True}, + 'valid_documents_count': {'required': True}, + 'erroneous_documents_count': {'required': True}, + 'transactions_count': {'required': True}, + } + + _attribute_map = { + 'documents_count': {'key': 'documentsCount', 'type': 'int'}, + 'valid_documents_count': {'key': 'validDocumentsCount', 'type': 'int'}, + 'erroneous_documents_count': {'key': 'erroneousDocumentsCount', 'type': 'int'}, + 'transactions_count': {'key': 'transactionsCount', 'type': 'long'}, + } + + def __init__( + self, + **kwargs + ): + super(RequestStatistics, self).__init__(**kwargs) + self.documents_count = kwargs['documents_count'] + self.valid_documents_count = kwargs['valid_documents_count'] + self.erroneous_documents_count = kwargs['erroneous_documents_count'] + self.transactions_count = kwargs['transactions_count'] + + +class SentenceAspect(msrest.serialization.Model): + """SentenceAspect. + + All required parameters must be populated in order to send to Azure. + + :param sentiment: Required. Aspect level sentiment for the aspect in the sentence. Possible + values include: "positive", "mixed", "negative". + :type sentiment: str or ~azure.ai.textanalytics.v3_1_preview_3.models.TokenSentimentValue + :param confidence_scores: Required. Aspect level sentiment confidence scores for the aspect in + the sentence. + :type confidence_scores: + ~azure.ai.textanalytics.v3_1_preview_3.models.AspectConfidenceScoreLabel + :param offset: Required. The aspect offset from the start of the sentence. + :type offset: int + :param length: Required. The length of the aspect. + :type length: int + :param text: Required. The aspect text detected. + :type text: str + :param relations: Required. The array of either opinion or aspect object which is related to + the aspect. + :type relations: list[~azure.ai.textanalytics.v3_1_preview_3.models.AspectRelation] + """ + + _validation = { + 'sentiment': {'required': True}, + 'confidence_scores': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + 'text': {'required': True}, + 'relations': {'required': True}, + } + + _attribute_map = { + 'sentiment': {'key': 'sentiment', 'type': 'str'}, + 'confidence_scores': {'key': 'confidenceScores', 'type': 'AspectConfidenceScoreLabel'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'text': {'key': 'text', 'type': 'str'}, + 'relations': {'key': 'relations', 'type': '[AspectRelation]'}, + } + + def __init__( + self, + **kwargs + ): + super(SentenceAspect, self).__init__(**kwargs) + self.sentiment = kwargs['sentiment'] + self.confidence_scores = kwargs['confidence_scores'] + self.offset = kwargs['offset'] + self.length = kwargs['length'] + self.text = kwargs['text'] + self.relations = kwargs['relations'] + + +class SentenceOpinion(msrest.serialization.Model): + """SentenceOpinion. + + All required parameters must be populated in order to send to Azure. + + :param sentiment: Required. Opinion level sentiment for the aspect in the sentence. Possible + values include: "positive", "mixed", "negative". + :type sentiment: str or ~azure.ai.textanalytics.v3_1_preview_3.models.TokenSentimentValue + :param confidence_scores: Required. Opinion level sentiment confidence scores for the aspect in + the sentence. + :type confidence_scores: + ~azure.ai.textanalytics.v3_1_preview_3.models.AspectConfidenceScoreLabel + :param offset: Required. The opinion offset from the start of the sentence. + :type offset: int + :param length: Required. The length of the opinion. + :type length: int + :param text: Required. The aspect text detected. + :type text: str + :param is_negated: Required. The indicator representing if the opinion is negated. + :type is_negated: bool + """ + + _validation = { + 'sentiment': {'required': True}, + 'confidence_scores': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + 'text': {'required': True}, + 'is_negated': {'required': True}, + } + + _attribute_map = { + 'sentiment': {'key': 'sentiment', 'type': 'str'}, + 'confidence_scores': {'key': 'confidenceScores', 'type': 'AspectConfidenceScoreLabel'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'text': {'key': 'text', 'type': 'str'}, + 'is_negated': {'key': 'isNegated', 'type': 'bool'}, + } + + def __init__( + self, + **kwargs + ): + super(SentenceOpinion, self).__init__(**kwargs) + self.sentiment = kwargs['sentiment'] + self.confidence_scores = kwargs['confidence_scores'] + self.offset = kwargs['offset'] + self.length = kwargs['length'] + self.text = kwargs['text'] + self.is_negated = kwargs['is_negated'] + + +class SentenceSentiment(msrest.serialization.Model): + """SentenceSentiment. + + All required parameters must be populated in order to send to Azure. + + :param text: Required. The sentence text. + :type text: str + :param sentiment: Required. The predicted Sentiment for the sentence. Possible values include: + "positive", "neutral", "negative". + :type sentiment: str or ~azure.ai.textanalytics.v3_1_preview_3.models.SentenceSentimentValue + :param confidence_scores: Required. The sentiment confidence score between 0 and 1 for the + sentence for all classes. + :type confidence_scores: + ~azure.ai.textanalytics.v3_1_preview_3.models.SentimentConfidenceScorePerLabel + :param offset: Required. The sentence offset from the start of the document. + :type offset: int + :param length: Required. The length of the sentence. + :type length: int + :param aspects: The array of aspect object for the sentence. + :type aspects: list[~azure.ai.textanalytics.v3_1_preview_3.models.SentenceAspect] + :param opinions: The array of opinion object for the sentence. + :type opinions: list[~azure.ai.textanalytics.v3_1_preview_3.models.SentenceOpinion] + """ + + _validation = { + 'text': {'required': True}, + 'sentiment': {'required': True}, + 'confidence_scores': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + } + + _attribute_map = { + 'text': {'key': 'text', 'type': 'str'}, + 'sentiment': {'key': 'sentiment', 'type': 'str'}, + 'confidence_scores': {'key': 'confidenceScores', 'type': 'SentimentConfidenceScorePerLabel'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'aspects': {'key': 'aspects', 'type': '[SentenceAspect]'}, + 'opinions': {'key': 'opinions', 'type': '[SentenceOpinion]'}, + } + + def __init__( + self, + **kwargs + ): + super(SentenceSentiment, self).__init__(**kwargs) + self.text = kwargs['text'] + self.sentiment = kwargs['sentiment'] + self.confidence_scores = kwargs['confidence_scores'] + self.offset = kwargs['offset'] + self.length = kwargs['length'] + self.aspects = kwargs.get('aspects', None) + self.opinions = kwargs.get('opinions', None) + + +class SentimentConfidenceScorePerLabel(msrest.serialization.Model): + """Represents the confidence scores between 0 and 1 across all sentiment classes: positive, neutral, negative. + + All required parameters must be populated in order to send to Azure. + + :param positive: Required. + :type positive: float + :param neutral: Required. + :type neutral: float + :param negative: Required. + :type negative: float + """ + + _validation = { + 'positive': {'required': True}, + 'neutral': {'required': True}, + 'negative': {'required': True}, + } + + _attribute_map = { + 'positive': {'key': 'positive', 'type': 'float'}, + 'neutral': {'key': 'neutral', 'type': 'float'}, + 'negative': {'key': 'negative', 'type': 'float'}, + } + + def __init__( + self, + **kwargs + ): + super(SentimentConfidenceScorePerLabel, self).__init__(**kwargs) + self.positive = kwargs['positive'] + self.neutral = kwargs['neutral'] + self.negative = kwargs['negative'] + + +class SentimentResponse(msrest.serialization.Model): + """SentimentResponse. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Sentiment analysis per document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentSentiment] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentSentiment]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(SentimentResponse, self).__init__(**kwargs) + self.documents = kwargs['documents'] + self.errors = kwargs['errors'] + self.statistics = kwargs.get('statistics', None) + self.model_version = kwargs['model_version'] + + +class TasksStateTasks(msrest.serialization.Model): + """TasksStateTasks. + + All required parameters must be populated in order to send to Azure. + + :param details: + :type details: ~azure.ai.textanalytics.v3_1_preview_3.models.TaskState + :param completed: Required. + :type completed: int + :param failed: Required. + :type failed: int + :param in_progress: Required. + :type in_progress: int + :param total: Required. + :type total: int + :param entity_recognition_tasks: + :type entity_recognition_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasksEntityRecognitionTasksItem] + :param entity_recognition_pii_tasks: + :type entity_recognition_pii_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasksEntityRecognitionPiiTasksItem] + :param key_phrase_extraction_tasks: + :type key_phrase_extraction_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasksKeyPhraseExtractionTasksItem] + """ + + _validation = { + 'completed': {'required': True}, + 'failed': {'required': True}, + 'in_progress': {'required': True}, + 'total': {'required': True}, + } + + _attribute_map = { + 'details': {'key': 'details', 'type': 'TaskState'}, + 'completed': {'key': 'completed', 'type': 'int'}, + 'failed': {'key': 'failed', 'type': 'int'}, + 'in_progress': {'key': 'inProgress', 'type': 'int'}, + 'total': {'key': 'total', 'type': 'int'}, + 'entity_recognition_tasks': {'key': 'entityRecognitionTasks', 'type': '[TasksStateTasksEntityRecognitionTasksItem]'}, + 'entity_recognition_pii_tasks': {'key': 'entityRecognitionPiiTasks', 'type': '[TasksStateTasksEntityRecognitionPiiTasksItem]'}, + 'key_phrase_extraction_tasks': {'key': 'keyPhraseExtractionTasks', 'type': '[TasksStateTasksKeyPhraseExtractionTasksItem]'}, + } + + def __init__( + self, + **kwargs + ): + super(TasksStateTasks, self).__init__(**kwargs) + self.details = kwargs.get('details', None) + self.completed = kwargs['completed'] + self.failed = kwargs['failed'] + self.in_progress = kwargs['in_progress'] + self.total = kwargs['total'] + self.entity_recognition_tasks = kwargs.get('entity_recognition_tasks', None) + self.entity_recognition_pii_tasks = kwargs.get('entity_recognition_pii_tasks', None) + self.key_phrase_extraction_tasks = kwargs.get('key_phrase_extraction_tasks', None) + + +class TaskState(msrest.serialization.Model): + """TaskState. + + All required parameters must be populated in order to send to Azure. + + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(TaskState, self).__init__(**kwargs) + self.last_update_date_time = kwargs['last_update_date_time'] + self.name = kwargs.get('name', None) + self.status = kwargs['status'] + + +class TasksStateTasksDetails(TaskState): + """TasksStateTasksDetails. + + All required parameters must be populated in order to send to Azure. + + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(TasksStateTasksDetails, self).__init__(**kwargs) + + +class TasksStateTasksEntityRecognitionPiiTasksItem(TaskState, Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1): + """TasksStateTasksEntityRecognitionPiiTasksItem. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiResult + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'results': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'PiiResult'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(TasksStateTasksEntityRecognitionPiiTasksItem, self).__init__(**kwargs) + self.results = kwargs['results'] + self.last_update_date_time = kwargs['last_update_date_time'] + self.name = kwargs.get('name', None) + self.status = kwargs['status'] + + +class TasksStateTasksEntityRecognitionTasksItem(TaskState, Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1): + """TasksStateTasksEntityRecognitionTasksItem. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesResult + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'results': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'EntitiesResult'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(TasksStateTasksEntityRecognitionTasksItem, self).__init__(**kwargs) + self.results = kwargs['results'] + self.last_update_date_time = kwargs['last_update_date_time'] + self.name = kwargs.get('name', None) + self.status = kwargs['status'] + + +class TasksStateTasksKeyPhraseExtractionTasksItem(TaskState, Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1): + """TasksStateTasksKeyPhraseExtractionTasksItem. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhraseResult + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'results': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'KeyPhraseResult'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(TasksStateTasksKeyPhraseExtractionTasksItem, self).__init__(**kwargs) + self.results = kwargs['results'] + self.last_update_date_time = kwargs['last_update_date_time'] + self.name = kwargs.get('name', None) + self.status = kwargs['status'] + + +class TextAnalyticsError(msrest.serialization.Model): + """TextAnalyticsError. + + All required parameters must be populated in order to send to Azure. + + :param code: Required. Error code. Possible values include: "InvalidRequest", + "InvalidArgument", "InternalServerError", "ServiceUnavailable", "NotFound". + :type code: str or ~azure.ai.textanalytics.v3_1_preview_3.models.ErrorCodeValue + :param message: Required. Error message. + :type message: str + :param target: Error target. + :type target: str + :param innererror: Inner error contains more specific information. + :type innererror: ~azure.ai.textanalytics.v3_1_preview_3.models.InnerError + :param details: Details about specific errors that led to this reported error. + :type details: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError] + """ + + _validation = { + 'code': {'required': True}, + 'message': {'required': True}, + } + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'target': {'key': 'target', 'type': 'str'}, + 'innererror': {'key': 'innererror', 'type': 'InnerError'}, + 'details': {'key': 'details', 'type': '[TextAnalyticsError]'}, + } + + def __init__( + self, + **kwargs + ): + super(TextAnalyticsError, self).__init__(**kwargs) + self.code = kwargs['code'] + self.message = kwargs['message'] + self.target = kwargs.get('target', None) + self.innererror = kwargs.get('innererror', None) + self.details = kwargs.get('details', None) + + +class TextAnalyticsWarning(msrest.serialization.Model): + """TextAnalyticsWarning. + + All required parameters must be populated in order to send to Azure. + + :param code: Required. Error code. Possible values include: "LongWordsInDocument", + "DocumentTruncated". + :type code: str or ~azure.ai.textanalytics.v3_1_preview_3.models.WarningCodeValue + :param message: Required. Warning message. + :type message: str + :param target_ref: A JSON pointer reference indicating the target object. + :type target_ref: str + """ + + _validation = { + 'code': {'required': True}, + 'message': {'required': True}, + } + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'target_ref': {'key': 'targetRef', 'type': 'str'}, + } + + def __init__( + self, + **kwargs + ): + super(TextAnalyticsWarning, self).__init__(**kwargs) + self.code = kwargs['code'] + self.message = kwargs['message'] + self.target_ref = kwargs.get('target_ref', None) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_models_py3.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_models_py3.py new file mode 100644 index 000000000000..2f18fb57dde7 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_models_py3.py @@ -0,0 +1,2619 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +import datetime +from typing import Dict, List, Optional, Union + +from azure.core.exceptions import HttpResponseError +import msrest.serialization + +from ._text_analytics_client_enums import * + + +class JobManifest(msrest.serialization.Model): + """JobManifest. + + All required parameters must be populated in order to send to Azure. + + :param tasks: Required. The set of tasks to execute on the input documents. Cannot specify the + same task more than once. + :type tasks: ~azure.ai.textanalytics.v3_1_preview_3.models.JobManifestTasks + """ + + _validation = { + 'tasks': {'required': True}, + } + + _attribute_map = { + 'tasks': {'key': 'tasks', 'type': 'JobManifestTasks'}, + } + + def __init__( + self, + *, + tasks: "JobManifestTasks", + **kwargs + ): + super(JobManifest, self).__init__(**kwargs) + self.tasks = tasks + + +class JobDescriptor(msrest.serialization.Model): + """JobDescriptor. + + :param display_name: Optional display name for the analysis job. + :type display_name: str + """ + + _attribute_map = { + 'display_name': {'key': 'displayName', 'type': 'str'}, + } + + def __init__( + self, + *, + display_name: Optional[str] = None, + **kwargs + ): + super(JobDescriptor, self).__init__(**kwargs) + self.display_name = display_name + + +class AnalyzeBatchInput(JobDescriptor, JobManifest): + """AnalyzeBatchInput. + + All required parameters must be populated in order to send to Azure. + + :param tasks: Required. The set of tasks to execute on the input documents. Cannot specify the + same task more than once. + :type tasks: ~azure.ai.textanalytics.v3_1_preview_3.models.JobManifestTasks + :param display_name: Optional display name for the analysis job. + :type display_name: str + :param analysis_input: Required. Contains a set of input documents to be analyzed by the + service. + :type analysis_input: ~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageBatchInput + """ + + _validation = { + 'tasks': {'required': True}, + 'analysis_input': {'required': True}, + } + + _attribute_map = { + 'tasks': {'key': 'tasks', 'type': 'JobManifestTasks'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'analysis_input': {'key': 'analysisInput', 'type': 'MultiLanguageBatchInput'}, + } + + def __init__( + self, + *, + tasks: "JobManifestTasks", + analysis_input: "MultiLanguageBatchInput", + display_name: Optional[str] = None, + **kwargs + ): + super(AnalyzeBatchInput, self).__init__(display_name=display_name, tasks=tasks, **kwargs) + self.tasks = tasks + self.analysis_input = analysis_input + self.display_name = display_name + self.analysis_input = analysis_input + + +class Pagination(msrest.serialization.Model): + """Pagination. + + :param next_link: + :type next_link: str + """ + + _attribute_map = { + 'next_link': {'key': '@nextLink', 'type': 'str'}, + } + + def __init__( + self, + *, + next_link: Optional[str] = None, + **kwargs + ): + super(Pagination, self).__init__(**kwargs) + self.next_link = next_link + + +class TasksState(msrest.serialization.Model): + """TasksState. + + All required parameters must be populated in order to send to Azure. + + :param tasks: Required. + :type tasks: ~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasks + """ + + _validation = { + 'tasks': {'required': True}, + } + + _attribute_map = { + 'tasks': {'key': 'tasks', 'type': 'TasksStateTasks'}, + } + + def __init__( + self, + *, + tasks: "TasksStateTasks", + **kwargs + ): + super(TasksState, self).__init__(**kwargs) + self.tasks = tasks + + +class JobMetadata(msrest.serialization.Model): + """JobMetadata. + + All required parameters must be populated in order to send to Azure. + + :param created_date_time: Required. + :type created_date_time: ~datetime.datetime + :param display_name: + :type display_name: str + :param expiration_date_time: + :type expiration_date_time: ~datetime.datetime + :param job_id: Required. + :type job_id: str + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'created_date_time': {'required': True}, + 'job_id': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'created_date_time': {'key': 'createdDateTime', 'type': 'iso-8601'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'expiration_date_time': {'key': 'expirationDateTime', 'type': 'iso-8601'}, + 'job_id': {'key': 'jobId', 'type': 'str'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + *, + created_date_time: datetime.datetime, + job_id: str, + last_update_date_time: datetime.datetime, + status: Union[str, "State"], + display_name: Optional[str] = None, + expiration_date_time: Optional[datetime.datetime] = None, + **kwargs + ): + super(JobMetadata, self).__init__(**kwargs) + self.created_date_time = created_date_time + self.display_name = display_name + self.expiration_date_time = expiration_date_time + self.job_id = job_id + self.last_update_date_time = last_update_date_time + self.status = status + + +class AnalyzeJobState(JobMetadata, TasksState, Pagination): + """AnalyzeJobState. + + All required parameters must be populated in order to send to Azure. + + :param next_link: + :type next_link: str + :param tasks: Required. + :type tasks: ~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasks + :param created_date_time: Required. + :type created_date_time: ~datetime.datetime + :param display_name: + :type display_name: str + :param expiration_date_time: + :type expiration_date_time: ~datetime.datetime + :param job_id: Required. + :type job_id: str + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + :param errors: + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + """ + + _validation = { + 'tasks': {'required': True}, + 'created_date_time': {'required': True}, + 'job_id': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'next_link': {'key': '@nextLink', 'type': 'str'}, + 'tasks': {'key': 'tasks', 'type': 'TasksStateTasks'}, + 'created_date_time': {'key': 'createdDateTime', 'type': 'iso-8601'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'expiration_date_time': {'key': 'expirationDateTime', 'type': 'iso-8601'}, + 'job_id': {'key': 'jobId', 'type': 'str'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'status': {'key': 'status', 'type': 'str'}, + 'errors': {'key': 'errors', 'type': '[TextAnalyticsError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + } + + def __init__( + self, + *, + tasks: "TasksStateTasks", + created_date_time: datetime.datetime, + job_id: str, + last_update_date_time: datetime.datetime, + status: Union[str, "State"], + next_link: Optional[str] = None, + display_name: Optional[str] = None, + expiration_date_time: Optional[datetime.datetime] = None, + errors: Optional[List["TextAnalyticsError"]] = None, + statistics: Optional["RequestStatistics"] = None, + **kwargs + ): + super(AnalyzeJobState, self).__init__(created_date_time=created_date_time, display_name=display_name, expiration_date_time=expiration_date_time, job_id=job_id, last_update_date_time=last_update_date_time, status=status, tasks=tasks, next_link=next_link, **kwargs) + self.next_link = next_link + self.tasks = tasks + self.errors = errors + self.statistics = statistics + self.next_link = next_link + self.created_date_time = created_date_time + self.display_name = display_name + self.expiration_date_time = expiration_date_time + self.job_id = job_id + self.last_update_date_time = last_update_date_time + self.status = status + self.errors = errors + self.statistics = statistics + self.tasks = tasks + self.created_date_time = created_date_time + self.display_name = display_name + self.expiration_date_time = expiration_date_time + self.job_id = job_id + self.last_update_date_time = last_update_date_time + self.status = status + self.errors = errors + self.statistics = statistics + + +class AspectConfidenceScoreLabel(msrest.serialization.Model): + """Represents the confidence scores across all sentiment classes: positive, neutral, negative. + + All required parameters must be populated in order to send to Azure. + + :param positive: Required. + :type positive: float + :param negative: Required. + :type negative: float + """ + + _validation = { + 'positive': {'required': True}, + 'negative': {'required': True}, + } + + _attribute_map = { + 'positive': {'key': 'positive', 'type': 'float'}, + 'negative': {'key': 'negative', 'type': 'float'}, + } + + def __init__( + self, + *, + positive: float, + negative: float, + **kwargs + ): + super(AspectConfidenceScoreLabel, self).__init__(**kwargs) + self.positive = positive + self.negative = negative + + +class AspectRelation(msrest.serialization.Model): + """AspectRelation. + + All required parameters must be populated in order to send to Azure. + + :param relation_type: Required. The type related to the aspect. Possible values include: + "opinion", "aspect". + :type relation_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.AspectRelationType + :param ref: Required. The JSON pointer indicating the linked object. + :type ref: str + """ + + _validation = { + 'relation_type': {'required': True}, + 'ref': {'required': True}, + } + + _attribute_map = { + 'relation_type': {'key': 'relationType', 'type': 'str'}, + 'ref': {'key': 'ref', 'type': 'str'}, + } + + def __init__( + self, + *, + relation_type: Union[str, "AspectRelationType"], + ref: str, + **kwargs + ): + super(AspectRelation, self).__init__(**kwargs) + self.relation_type = relation_type + self.ref = ref + + +class Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1(msrest.serialization.Model): + """Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesResult + """ + + _validation = { + 'results': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'EntitiesResult'}, + } + + def __init__( + self, + *, + results: "EntitiesResult", + **kwargs + ): + super(Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1, self).__init__(**kwargs) + self.results = results + + +class Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1(msrest.serialization.Model): + """Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiResult + """ + + _validation = { + 'results': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'PiiResult'}, + } + + def __init__( + self, + *, + results: "PiiResult", + **kwargs + ): + super(Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1, self).__init__(**kwargs) + self.results = results + + +class Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1(msrest.serialization.Model): + """Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhraseResult + """ + + _validation = { + 'results': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'KeyPhraseResult'}, + } + + def __init__( + self, + *, + results: "KeyPhraseResult", + **kwargs + ): + super(Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1, self).__init__(**kwargs) + self.results = results + + +class DetectedLanguage(msrest.serialization.Model): + """DetectedLanguage. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. Long name of a detected language (e.g. English, French). + :type name: str + :param iso6391_name: Required. A two letter representation of the detected language according + to the ISO 639-1 standard (e.g. en, fr). + :type iso6391_name: str + :param confidence_score: Required. A confidence score between 0 and 1. Scores close to 1 + indicate 100% certainty that the identified language is true. + :type confidence_score: float + """ + + _validation = { + 'name': {'required': True}, + 'iso6391_name': {'required': True}, + 'confidence_score': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'iso6391_name': {'key': 'iso6391Name', 'type': 'str'}, + 'confidence_score': {'key': 'confidenceScore', 'type': 'float'}, + } + + def __init__( + self, + *, + name: str, + iso6391_name: str, + confidence_score: float, + **kwargs + ): + super(DetectedLanguage, self).__init__(**kwargs) + self.name = name + self.iso6391_name = iso6391_name + self.confidence_score = confidence_score + + +class DocumentEntities(msrest.serialization.Model): + """DocumentEntities. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param entities: Required. Recognized entities in the document. + :type entities: list[~azure.ai.textanalytics.v3_1_preview_3.models.Entity] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'entities': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'entities': {'key': 'entities', 'type': '[Entity]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + *, + id: str, + entities: List["Entity"], + warnings: List["TextAnalyticsWarning"], + statistics: Optional["DocumentStatistics"] = None, + **kwargs + ): + super(DocumentEntities, self).__init__(**kwargs) + self.id = id + self.entities = entities + self.warnings = warnings + self.statistics = statistics + + +class DocumentError(msrest.serialization.Model): + """DocumentError. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Document Id. + :type id: str + :param error: Required. Document Error. + :type error: ~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError + """ + + _validation = { + 'id': {'required': True}, + 'error': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'error': {'key': 'error', 'type': 'TextAnalyticsError'}, + } + + def __init__( + self, + *, + id: str, + error: "TextAnalyticsError", + **kwargs + ): + super(DocumentError, self).__init__(**kwargs) + self.id = id + self.error = error + + +class DocumentHealthcareEntities(msrest.serialization.Model): + """DocumentHealthcareEntities. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param entities: Required. Healthcare entities. + :type entities: list[~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareEntity] + :param relations: Required. Healthcare entity relations. + :type relations: list[~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareRelation] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'entities': {'required': True}, + 'relations': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'entities': {'key': 'entities', 'type': '[HealthcareEntity]'}, + 'relations': {'key': 'relations', 'type': '[HealthcareRelation]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + *, + id: str, + entities: List["HealthcareEntity"], + relations: List["HealthcareRelation"], + warnings: List["TextAnalyticsWarning"], + statistics: Optional["DocumentStatistics"] = None, + **kwargs + ): + super(DocumentHealthcareEntities, self).__init__(**kwargs) + self.id = id + self.entities = entities + self.relations = relations + self.warnings = warnings + self.statistics = statistics + + +class DocumentKeyPhrases(msrest.serialization.Model): + """DocumentKeyPhrases. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param key_phrases: Required. A list of representative words or phrases. The number of key + phrases returned is proportional to the number of words in the input document. + :type key_phrases: list[str] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'key_phrases': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'key_phrases': {'key': 'keyPhrases', 'type': '[str]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + *, + id: str, + key_phrases: List[str], + warnings: List["TextAnalyticsWarning"], + statistics: Optional["DocumentStatistics"] = None, + **kwargs + ): + super(DocumentKeyPhrases, self).__init__(**kwargs) + self.id = id + self.key_phrases = key_phrases + self.warnings = warnings + self.statistics = statistics + + +class DocumentLanguage(msrest.serialization.Model): + """DocumentLanguage. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param detected_language: Required. Detected Language. + :type detected_language: ~azure.ai.textanalytics.v3_1_preview_3.models.DetectedLanguage + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'detected_language': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'detected_language': {'key': 'detectedLanguage', 'type': 'DetectedLanguage'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + *, + id: str, + detected_language: "DetectedLanguage", + warnings: List["TextAnalyticsWarning"], + statistics: Optional["DocumentStatistics"] = None, + **kwargs + ): + super(DocumentLanguage, self).__init__(**kwargs) + self.id = id + self.detected_language = detected_language + self.warnings = warnings + self.statistics = statistics + + +class DocumentLinkedEntities(msrest.serialization.Model): + """DocumentLinkedEntities. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param entities: Required. Recognized well-known entities in the document. + :type entities: list[~azure.ai.textanalytics.v3_1_preview_3.models.LinkedEntity] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'entities': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'entities': {'key': 'entities', 'type': '[LinkedEntity]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + *, + id: str, + entities: List["LinkedEntity"], + warnings: List["TextAnalyticsWarning"], + statistics: Optional["DocumentStatistics"] = None, + **kwargs + ): + super(DocumentLinkedEntities, self).__init__(**kwargs) + self.id = id + self.entities = entities + self.warnings = warnings + self.statistics = statistics + + +class DocumentSentiment(msrest.serialization.Model): + """DocumentSentiment. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param sentiment: Required. Predicted sentiment for document (Negative, Neutral, Positive, or + Mixed). Possible values include: "positive", "neutral", "negative", "mixed". + :type sentiment: str or ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentSentimentValue + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + :param confidence_scores: Required. Document level sentiment confidence scores between 0 and 1 + for each sentiment class. + :type confidence_scores: + ~azure.ai.textanalytics.v3_1_preview_3.models.SentimentConfidenceScorePerLabel + :param sentences: Required. Sentence level sentiment analysis. + :type sentences: list[~azure.ai.textanalytics.v3_1_preview_3.models.SentenceSentiment] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + """ + + _validation = { + 'id': {'required': True}, + 'sentiment': {'required': True}, + 'confidence_scores': {'required': True}, + 'sentences': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'sentiment': {'key': 'sentiment', 'type': 'str'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + 'confidence_scores': {'key': 'confidenceScores', 'type': 'SentimentConfidenceScorePerLabel'}, + 'sentences': {'key': 'sentences', 'type': '[SentenceSentiment]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + } + + def __init__( + self, + *, + id: str, + sentiment: Union[str, "DocumentSentimentValue"], + confidence_scores: "SentimentConfidenceScorePerLabel", + sentences: List["SentenceSentiment"], + warnings: List["TextAnalyticsWarning"], + statistics: Optional["DocumentStatistics"] = None, + **kwargs + ): + super(DocumentSentiment, self).__init__(**kwargs) + self.id = id + self.sentiment = sentiment + self.statistics = statistics + self.confidence_scores = confidence_scores + self.sentences = sentences + self.warnings = warnings + + +class DocumentStatistics(msrest.serialization.Model): + """if showStats=true was specified in the request this field will contain information about the document payload. + + All required parameters must be populated in order to send to Azure. + + :param characters_count: Required. Number of text elements recognized in the document. + :type characters_count: int + :param transactions_count: Required. Number of transactions for the document. + :type transactions_count: int + """ + + _validation = { + 'characters_count': {'required': True}, + 'transactions_count': {'required': True}, + } + + _attribute_map = { + 'characters_count': {'key': 'charactersCount', 'type': 'int'}, + 'transactions_count': {'key': 'transactionsCount', 'type': 'int'}, + } + + def __init__( + self, + *, + characters_count: int, + transactions_count: int, + **kwargs + ): + super(DocumentStatistics, self).__init__(**kwargs) + self.characters_count = characters_count + self.transactions_count = transactions_count + + +class EntitiesResult(msrest.serialization.Model): + """EntitiesResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentEntities] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentEntities]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + *, + documents: List["DocumentEntities"], + errors: List["DocumentError"], + model_version: str, + statistics: Optional["RequestStatistics"] = None, + **kwargs + ): + super(EntitiesResult, self).__init__(**kwargs) + self.documents = documents + self.errors = errors + self.statistics = statistics + self.model_version = model_version + + +class EntitiesTask(msrest.serialization.Model): + """EntitiesTask. + + :param parameters: + :type parameters: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesTaskParameters + """ + + _attribute_map = { + 'parameters': {'key': 'parameters', 'type': 'EntitiesTaskParameters'}, + } + + def __init__( + self, + *, + parameters: Optional["EntitiesTaskParameters"] = None, + **kwargs + ): + super(EntitiesTask, self).__init__(**kwargs) + self.parameters = parameters + + +class EntitiesTaskParameters(msrest.serialization.Model): + """EntitiesTaskParameters. + + :param model_version: + :type model_version: str + :param string_index_type: Possible values include: "TextElements_v8", "UnicodeCodePoint", + "Utf16CodeUnit". Default value: "TextElements_v8". + :type string_index_type: str or + ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexTypeResponse + """ + + _attribute_map = { + 'model_version': {'key': 'model-version', 'type': 'str'}, + 'string_index_type': {'key': 'stringIndexType', 'type': 'str'}, + } + + def __init__( + self, + *, + model_version: Optional[str] = "latest", + string_index_type: Optional[Union[str, "StringIndexTypeResponse"]] = "TextElements_v8", + **kwargs + ): + super(EntitiesTaskParameters, self).__init__(**kwargs) + self.model_version = model_version + self.string_index_type = string_index_type + + +class Entity(msrest.serialization.Model): + """Entity. + + All required parameters must be populated in order to send to Azure. + + :param text: Required. Entity text as appears in the request. + :type text: str + :param category: Required. Entity type. + :type category: str + :param subcategory: (Optional) Entity sub type. + :type subcategory: str + :param offset: Required. Start position for the entity text. Use of different 'stringIndexType' + values can affect the offset returned. + :type offset: int + :param length: Required. Length for the entity text. Use of different 'stringIndexType' values + can affect the length returned. + :type length: int + :param confidence_score: Required. Confidence score between 0 and 1 of the extracted entity. + :type confidence_score: float + """ + + _validation = { + 'text': {'required': True}, + 'category': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + 'confidence_score': {'required': True}, + } + + _attribute_map = { + 'text': {'key': 'text', 'type': 'str'}, + 'category': {'key': 'category', 'type': 'str'}, + 'subcategory': {'key': 'subcategory', 'type': 'str'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'confidence_score': {'key': 'confidenceScore', 'type': 'float'}, + } + + def __init__( + self, + *, + text: str, + category: str, + offset: int, + length: int, + confidence_score: float, + subcategory: Optional[str] = None, + **kwargs + ): + super(Entity, self).__init__(**kwargs) + self.text = text + self.category = category + self.subcategory = subcategory + self.offset = offset + self.length = length + self.confidence_score = confidence_score + + +class EntityLinkingResult(msrest.serialization.Model): + """EntityLinkingResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentLinkedEntities] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentLinkedEntities]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + *, + documents: List["DocumentLinkedEntities"], + errors: List["DocumentError"], + model_version: str, + statistics: Optional["RequestStatistics"] = None, + **kwargs + ): + super(EntityLinkingResult, self).__init__(**kwargs) + self.documents = documents + self.errors = errors + self.statistics = statistics + self.model_version = model_version + + +class ErrorResponse(msrest.serialization.Model): + """ErrorResponse. + + All required parameters must be populated in order to send to Azure. + + :param error: Required. Document Error. + :type error: ~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError + """ + + _validation = { + 'error': {'required': True}, + } + + _attribute_map = { + 'error': {'key': 'error', 'type': 'TextAnalyticsError'}, + } + + def __init__( + self, + *, + error: "TextAnalyticsError", + **kwargs + ): + super(ErrorResponse, self).__init__(**kwargs) + self.error = error + + +class HealthcareEntity(Entity): + """HealthcareEntity. + + All required parameters must be populated in order to send to Azure. + + :param text: Required. Entity text as appears in the request. + :type text: str + :param category: Required. Entity type. + :type category: str + :param subcategory: (Optional) Entity sub type. + :type subcategory: str + :param offset: Required. Start position for the entity text. Use of different 'stringIndexType' + values can affect the offset returned. + :type offset: int + :param length: Required. Length for the entity text. Use of different 'stringIndexType' values + can affect the length returned. + :type length: int + :param confidence_score: Required. Confidence score between 0 and 1 of the extracted entity. + :type confidence_score: float + :param is_negated: Required. + :type is_negated: bool + :param links: Entity references in known data sources. + :type links: list[~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareEntityLink] + """ + + _validation = { + 'text': {'required': True}, + 'category': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + 'confidence_score': {'required': True}, + 'is_negated': {'required': True}, + } + + _attribute_map = { + 'text': {'key': 'text', 'type': 'str'}, + 'category': {'key': 'category', 'type': 'str'}, + 'subcategory': {'key': 'subcategory', 'type': 'str'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'confidence_score': {'key': 'confidenceScore', 'type': 'float'}, + 'is_negated': {'key': 'isNegated', 'type': 'bool'}, + 'links': {'key': 'links', 'type': '[HealthcareEntityLink]'}, + } + + def __init__( + self, + *, + text: str, + category: str, + offset: int, + length: int, + confidence_score: float, + is_negated: bool, + subcategory: Optional[str] = None, + links: Optional[List["HealthcareEntityLink"]] = None, + **kwargs + ): + super(HealthcareEntity, self).__init__(text=text, category=category, subcategory=subcategory, offset=offset, length=length, confidence_score=confidence_score, **kwargs) + self.is_negated = is_negated + self.links = links + + +class HealthcareEntityLink(msrest.serialization.Model): + """HealthcareEntityLink. + + All required parameters must be populated in order to send to Azure. + + :param data_source: Required. Entity Catalog. Examples include: UMLS, CHV, MSH, etc. + :type data_source: str + :param id: Required. Entity id in the given source catalog. + :type id: str + """ + + _validation = { + 'data_source': {'required': True}, + 'id': {'required': True}, + } + + _attribute_map = { + 'data_source': {'key': 'dataSource', 'type': 'str'}, + 'id': {'key': 'id', 'type': 'str'}, + } + + def __init__( + self, + *, + data_source: str, + id: str, + **kwargs + ): + super(HealthcareEntityLink, self).__init__(**kwargs) + self.data_source = data_source + self.id = id + + +class HealthcareJobState(JobMetadata, Pagination): + """HealthcareJobState. + + All required parameters must be populated in order to send to Azure. + + :param next_link: + :type next_link: str + :param created_date_time: Required. + :type created_date_time: ~datetime.datetime + :param display_name: + :type display_name: str + :param expiration_date_time: + :type expiration_date_time: ~datetime.datetime + :param job_id: Required. + :type job_id: str + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + :param results: + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareResult + :param errors: + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError] + """ + + _validation = { + 'created_date_time': {'required': True}, + 'job_id': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'next_link': {'key': '@nextLink', 'type': 'str'}, + 'created_date_time': {'key': 'createdDateTime', 'type': 'iso-8601'}, + 'display_name': {'key': 'displayName', 'type': 'str'}, + 'expiration_date_time': {'key': 'expirationDateTime', 'type': 'iso-8601'}, + 'job_id': {'key': 'jobId', 'type': 'str'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'status': {'key': 'status', 'type': 'str'}, + 'results': {'key': 'results', 'type': 'HealthcareResult'}, + 'errors': {'key': 'errors', 'type': '[TextAnalyticsError]'}, + } + + def __init__( + self, + *, + created_date_time: datetime.datetime, + job_id: str, + last_update_date_time: datetime.datetime, + status: Union[str, "State"], + next_link: Optional[str] = None, + display_name: Optional[str] = None, + expiration_date_time: Optional[datetime.datetime] = None, + results: Optional["HealthcareResult"] = None, + errors: Optional[List["TextAnalyticsError"]] = None, + **kwargs + ): + super(HealthcareJobState, self).__init__(created_date_time=created_date_time, display_name=display_name, expiration_date_time=expiration_date_time, job_id=job_id, last_update_date_time=last_update_date_time, status=status, next_link=next_link, **kwargs) + self.next_link = next_link + self.results = results + self.errors = errors + self.created_date_time = created_date_time + self.display_name = display_name + self.expiration_date_time = expiration_date_time + self.job_id = job_id + self.last_update_date_time = last_update_date_time + self.status = status + self.results = results + self.errors = errors + + +class HealthcareRelation(msrest.serialization.Model): + """HealthcareRelation. + + All required parameters must be populated in order to send to Azure. + + :param relation_type: Required. Type of relation. Examples include: ``DosageOfMedication`` or + 'FrequencyOfMedication', etc. + :type relation_type: str + :param bidirectional: Required. If true the relation between the entities is bidirectional, + otherwise directionality is source to target. + :type bidirectional: bool + :param source: Required. Reference link to the source entity. + :type source: str + :param target: Required. Reference link to the target entity. + :type target: str + """ + + _validation = { + 'relation_type': {'required': True}, + 'bidirectional': {'required': True}, + 'source': {'required': True}, + 'target': {'required': True}, + } + + _attribute_map = { + 'relation_type': {'key': 'relationType', 'type': 'str'}, + 'bidirectional': {'key': 'bidirectional', 'type': 'bool'}, + 'source': {'key': 'source', 'type': 'str'}, + 'target': {'key': 'target', 'type': 'str'}, + } + + def __init__( + self, + *, + relation_type: str, + bidirectional: bool, + source: str, + target: str, + **kwargs + ): + super(HealthcareRelation, self).__init__(**kwargs) + self.relation_type = relation_type + self.bidirectional = bidirectional + self.source = source + self.target = target + + +class HealthcareResult(msrest.serialization.Model): + """HealthcareResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentHealthcareEntities] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentHealthcareEntities]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + *, + documents: List["DocumentHealthcareEntities"], + errors: List["DocumentError"], + model_version: str, + statistics: Optional["RequestStatistics"] = None, + **kwargs + ): + super(HealthcareResult, self).__init__(**kwargs) + self.documents = documents + self.errors = errors + self.statistics = statistics + self.model_version = model_version + + +class InnerError(msrest.serialization.Model): + """InnerError. + + All required parameters must be populated in order to send to Azure. + + :param code: Required. Error code. Possible values include: "InvalidParameterValue", + "InvalidRequestBodyFormat", "EmptyRequest", "MissingInputRecords", "InvalidDocument", + "ModelVersionIncorrect", "InvalidDocumentBatch", "UnsupportedLanguageCode", + "InvalidCountryHint". + :type code: str or ~azure.ai.textanalytics.v3_1_preview_3.models.InnerErrorCodeValue + :param message: Required. Error message. + :type message: str + :param details: Error details. + :type details: dict[str, str] + :param target: Error target. + :type target: str + :param innererror: Inner error contains more specific information. + :type innererror: ~azure.ai.textanalytics.v3_1_preview_3.models.InnerError + """ + + _validation = { + 'code': {'required': True}, + 'message': {'required': True}, + } + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'details': {'key': 'details', 'type': '{str}'}, + 'target': {'key': 'target', 'type': 'str'}, + 'innererror': {'key': 'innererror', 'type': 'InnerError'}, + } + + def __init__( + self, + *, + code: Union[str, "InnerErrorCodeValue"], + message: str, + details: Optional[Dict[str, str]] = None, + target: Optional[str] = None, + innererror: Optional["InnerError"] = None, + **kwargs + ): + super(InnerError, self).__init__(**kwargs) + self.code = code + self.message = message + self.details = details + self.target = target + self.innererror = innererror + + +class JobManifestTasks(msrest.serialization.Model): + """The set of tasks to execute on the input documents. Cannot specify the same task more than once. + + :param entity_recognition_tasks: + :type entity_recognition_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesTask] + :param entity_recognition_pii_tasks: + :type entity_recognition_pii_tasks: list[~azure.ai.textanalytics.v3_1_preview_3.models.PiiTask] + :param key_phrase_extraction_tasks: + :type key_phrase_extraction_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhrasesTask] + """ + + _attribute_map = { + 'entity_recognition_tasks': {'key': 'entityRecognitionTasks', 'type': '[EntitiesTask]'}, + 'entity_recognition_pii_tasks': {'key': 'entityRecognitionPiiTasks', 'type': '[PiiTask]'}, + 'key_phrase_extraction_tasks': {'key': 'keyPhraseExtractionTasks', 'type': '[KeyPhrasesTask]'}, + } + + def __init__( + self, + *, + entity_recognition_tasks: Optional[List["EntitiesTask"]] = None, + entity_recognition_pii_tasks: Optional[List["PiiTask"]] = None, + key_phrase_extraction_tasks: Optional[List["KeyPhrasesTask"]] = None, + **kwargs + ): + super(JobManifestTasks, self).__init__(**kwargs) + self.entity_recognition_tasks = entity_recognition_tasks + self.entity_recognition_pii_tasks = entity_recognition_pii_tasks + self.key_phrase_extraction_tasks = key_phrase_extraction_tasks + + +class KeyPhraseResult(msrest.serialization.Model): + """KeyPhraseResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentKeyPhrases] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentKeyPhrases]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + *, + documents: List["DocumentKeyPhrases"], + errors: List["DocumentError"], + model_version: str, + statistics: Optional["RequestStatistics"] = None, + **kwargs + ): + super(KeyPhraseResult, self).__init__(**kwargs) + self.documents = documents + self.errors = errors + self.statistics = statistics + self.model_version = model_version + + +class KeyPhrasesTask(msrest.serialization.Model): + """KeyPhrasesTask. + + :param parameters: + :type parameters: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhrasesTaskParameters + """ + + _attribute_map = { + 'parameters': {'key': 'parameters', 'type': 'KeyPhrasesTaskParameters'}, + } + + def __init__( + self, + *, + parameters: Optional["KeyPhrasesTaskParameters"] = None, + **kwargs + ): + super(KeyPhrasesTask, self).__init__(**kwargs) + self.parameters = parameters + + +class KeyPhrasesTaskParameters(msrest.serialization.Model): + """KeyPhrasesTaskParameters. + + :param model_version: + :type model_version: str + """ + + _attribute_map = { + 'model_version': {'key': 'model-version', 'type': 'str'}, + } + + def __init__( + self, + *, + model_version: Optional[str] = "latest", + **kwargs + ): + super(KeyPhrasesTaskParameters, self).__init__(**kwargs) + self.model_version = model_version + + +class LanguageBatchInput(msrest.serialization.Model): + """LanguageBatchInput. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.LanguageInput] + """ + + _validation = { + 'documents': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[LanguageInput]'}, + } + + def __init__( + self, + *, + documents: List["LanguageInput"], + **kwargs + ): + super(LanguageBatchInput, self).__init__(**kwargs) + self.documents = documents + + +class LanguageInput(msrest.serialization.Model): + """LanguageInput. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param text: Required. + :type text: str + :param country_hint: + :type country_hint: str + """ + + _validation = { + 'id': {'required': True}, + 'text': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'text': {'key': 'text', 'type': 'str'}, + 'country_hint': {'key': 'countryHint', 'type': 'str'}, + } + + def __init__( + self, + *, + id: str, + text: str, + country_hint: Optional[str] = None, + **kwargs + ): + super(LanguageInput, self).__init__(**kwargs) + self.id = id + self.text = text + self.country_hint = country_hint + + +class LanguageResult(msrest.serialization.Model): + """LanguageResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentLanguage] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentLanguage]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + *, + documents: List["DocumentLanguage"], + errors: List["DocumentError"], + model_version: str, + statistics: Optional["RequestStatistics"] = None, + **kwargs + ): + super(LanguageResult, self).__init__(**kwargs) + self.documents = documents + self.errors = errors + self.statistics = statistics + self.model_version = model_version + + +class LinkedEntity(msrest.serialization.Model): + """LinkedEntity. + + All required parameters must be populated in order to send to Azure. + + :param name: Required. Entity Linking formal name. + :type name: str + :param matches: Required. List of instances this entity appears in the text. + :type matches: list[~azure.ai.textanalytics.v3_1_preview_3.models.Match] + :param language: Required. Language used in the data source. + :type language: str + :param id: Unique identifier of the recognized entity from the data source. + :type id: str + :param url: Required. URL for the entity's page from the data source. + :type url: str + :param data_source: Required. Data source used to extract entity linking, such as Wiki/Bing + etc. + :type data_source: str + :param bing_id: Bing Entity Search API unique identifier of the recognized entity. + :type bing_id: str + """ + + _validation = { + 'name': {'required': True}, + 'matches': {'required': True}, + 'language': {'required': True}, + 'url': {'required': True}, + 'data_source': {'required': True}, + } + + _attribute_map = { + 'name': {'key': 'name', 'type': 'str'}, + 'matches': {'key': 'matches', 'type': '[Match]'}, + 'language': {'key': 'language', 'type': 'str'}, + 'id': {'key': 'id', 'type': 'str'}, + 'url': {'key': 'url', 'type': 'str'}, + 'data_source': {'key': 'dataSource', 'type': 'str'}, + 'bing_id': {'key': 'bingId', 'type': 'str'}, + } + + def __init__( + self, + *, + name: str, + matches: List["Match"], + language: str, + url: str, + data_source: str, + id: Optional[str] = None, + bing_id: Optional[str] = None, + **kwargs + ): + super(LinkedEntity, self).__init__(**kwargs) + self.name = name + self.matches = matches + self.language = language + self.id = id + self.url = url + self.data_source = data_source + self.bing_id = bing_id + + +class Match(msrest.serialization.Model): + """Match. + + All required parameters must be populated in order to send to Azure. + + :param confidence_score: Required. If a well-known item is recognized, a decimal number + denoting the confidence level between 0 and 1 will be returned. + :type confidence_score: float + :param text: Required. Entity text as appears in the request. + :type text: str + :param offset: Required. Start position for the entity match text. + :type offset: int + :param length: Required. Length for the entity match text. + :type length: int + """ + + _validation = { + 'confidence_score': {'required': True}, + 'text': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + } + + _attribute_map = { + 'confidence_score': {'key': 'confidenceScore', 'type': 'float'}, + 'text': {'key': 'text', 'type': 'str'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + } + + def __init__( + self, + *, + confidence_score: float, + text: str, + offset: int, + length: int, + **kwargs + ): + super(Match, self).__init__(**kwargs) + self.confidence_score = confidence_score + self.text = text + self.offset = offset + self.length = length + + +class MultiLanguageBatchInput(msrest.serialization.Model): + """Contains a set of input documents to be analyzed by the service. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + """ + + _validation = { + 'documents': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[MultiLanguageInput]'}, + } + + def __init__( + self, + *, + documents: List["MultiLanguageInput"], + **kwargs + ): + super(MultiLanguageBatchInput, self).__init__(**kwargs) + self.documents = documents + + +class MultiLanguageInput(msrest.serialization.Model): + """Contains an input document to be analyzed by the service. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. A unique, non-empty document identifier. + :type id: str + :param text: Required. The input text to process. + :type text: str + :param language: (Optional) This is the 2 letter ISO 639-1 representation of a language. For + example, use "en" for English; "es" for Spanish etc. If not set, use "en" for English as + default. + :type language: str + """ + + _validation = { + 'id': {'required': True}, + 'text': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'text': {'key': 'text', 'type': 'str'}, + 'language': {'key': 'language', 'type': 'str'}, + } + + def __init__( + self, + *, + id: str, + text: str, + language: Optional[str] = None, + **kwargs + ): + super(MultiLanguageInput, self).__init__(**kwargs) + self.id = id + self.text = text + self.language = language + + +class PiiDocumentEntities(msrest.serialization.Model): + """PiiDocumentEntities. + + All required parameters must be populated in order to send to Azure. + + :param id: Required. Unique, non-empty document identifier. + :type id: str + :param redacted_text: Required. Returns redacted text. + :type redacted_text: str + :param entities: Required. Recognized entities in the document. + :type entities: list[~azure.ai.textanalytics.v3_1_preview_3.models.Entity] + :param warnings: Required. Warnings encountered while processing document. + :type warnings: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsWarning] + :param statistics: if showStats=true was specified in the request this field will contain + information about the document payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.DocumentStatistics + """ + + _validation = { + 'id': {'required': True}, + 'redacted_text': {'required': True}, + 'entities': {'required': True}, + 'warnings': {'required': True}, + } + + _attribute_map = { + 'id': {'key': 'id', 'type': 'str'}, + 'redacted_text': {'key': 'redactedText', 'type': 'str'}, + 'entities': {'key': 'entities', 'type': '[Entity]'}, + 'warnings': {'key': 'warnings', 'type': '[TextAnalyticsWarning]'}, + 'statistics': {'key': 'statistics', 'type': 'DocumentStatistics'}, + } + + def __init__( + self, + *, + id: str, + redacted_text: str, + entities: List["Entity"], + warnings: List["TextAnalyticsWarning"], + statistics: Optional["DocumentStatistics"] = None, + **kwargs + ): + super(PiiDocumentEntities, self).__init__(**kwargs) + self.id = id + self.redacted_text = redacted_text + self.entities = entities + self.warnings = warnings + self.statistics = statistics + + +class PiiResult(msrest.serialization.Model): + """PiiResult. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Response by document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.PiiDocumentEntities] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[PiiDocumentEntities]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + *, + documents: List["PiiDocumentEntities"], + errors: List["DocumentError"], + model_version: str, + statistics: Optional["RequestStatistics"] = None, + **kwargs + ): + super(PiiResult, self).__init__(**kwargs) + self.documents = documents + self.errors = errors + self.statistics = statistics + self.model_version = model_version + + +class PiiTask(msrest.serialization.Model): + """PiiTask. + + :param parameters: + :type parameters: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiTaskParameters + """ + + _attribute_map = { + 'parameters': {'key': 'parameters', 'type': 'PiiTaskParameters'}, + } + + def __init__( + self, + *, + parameters: Optional["PiiTaskParameters"] = None, + **kwargs + ): + super(PiiTask, self).__init__(**kwargs) + self.parameters = parameters + + +class PiiTaskParameters(msrest.serialization.Model): + """PiiTaskParameters. + + :param domain: Possible values include: "phi", "none". Default value: "none". + :type domain: str or ~azure.ai.textanalytics.v3_1_preview_3.models.PiiTaskParametersDomain + :param model_version: + :type model_version: str + :param string_index_type: Possible values include: "TextElements_v8", "UnicodeCodePoint", + "Utf16CodeUnit". Default value: "TextElements_v8". + :type string_index_type: str or + ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexTypeResponse + """ + + _attribute_map = { + 'domain': {'key': 'domain', 'type': 'str'}, + 'model_version': {'key': 'model-version', 'type': 'str'}, + 'string_index_type': {'key': 'stringIndexType', 'type': 'str'}, + } + + def __init__( + self, + *, + domain: Optional[Union[str, "PiiTaskParametersDomain"]] = "none", + model_version: Optional[str] = "latest", + string_index_type: Optional[Union[str, "StringIndexTypeResponse"]] = "TextElements_v8", + **kwargs + ): + super(PiiTaskParameters, self).__init__(**kwargs) + self.domain = domain + self.model_version = model_version + self.string_index_type = string_index_type + + +class RequestStatistics(msrest.serialization.Model): + """if showStats=true was specified in the request this field will contain information about the request payload. + + All required parameters must be populated in order to send to Azure. + + :param documents_count: Required. Number of documents submitted in the request. + :type documents_count: int + :param valid_documents_count: Required. Number of valid documents. This excludes empty, over- + size limit or non-supported languages documents. + :type valid_documents_count: int + :param erroneous_documents_count: Required. Number of invalid documents. This includes empty, + over-size limit or non-supported languages documents. + :type erroneous_documents_count: int + :param transactions_count: Required. Number of transactions for the request. + :type transactions_count: long + """ + + _validation = { + 'documents_count': {'required': True}, + 'valid_documents_count': {'required': True}, + 'erroneous_documents_count': {'required': True}, + 'transactions_count': {'required': True}, + } + + _attribute_map = { + 'documents_count': {'key': 'documentsCount', 'type': 'int'}, + 'valid_documents_count': {'key': 'validDocumentsCount', 'type': 'int'}, + 'erroneous_documents_count': {'key': 'erroneousDocumentsCount', 'type': 'int'}, + 'transactions_count': {'key': 'transactionsCount', 'type': 'long'}, + } + + def __init__( + self, + *, + documents_count: int, + valid_documents_count: int, + erroneous_documents_count: int, + transactions_count: int, + **kwargs + ): + super(RequestStatistics, self).__init__(**kwargs) + self.documents_count = documents_count + self.valid_documents_count = valid_documents_count + self.erroneous_documents_count = erroneous_documents_count + self.transactions_count = transactions_count + + +class SentenceAspect(msrest.serialization.Model): + """SentenceAspect. + + All required parameters must be populated in order to send to Azure. + + :param sentiment: Required. Aspect level sentiment for the aspect in the sentence. Possible + values include: "positive", "mixed", "negative". + :type sentiment: str or ~azure.ai.textanalytics.v3_1_preview_3.models.TokenSentimentValue + :param confidence_scores: Required. Aspect level sentiment confidence scores for the aspect in + the sentence. + :type confidence_scores: + ~azure.ai.textanalytics.v3_1_preview_3.models.AspectConfidenceScoreLabel + :param offset: Required. The aspect offset from the start of the sentence. + :type offset: int + :param length: Required. The length of the aspect. + :type length: int + :param text: Required. The aspect text detected. + :type text: str + :param relations: Required. The array of either opinion or aspect object which is related to + the aspect. + :type relations: list[~azure.ai.textanalytics.v3_1_preview_3.models.AspectRelation] + """ + + _validation = { + 'sentiment': {'required': True}, + 'confidence_scores': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + 'text': {'required': True}, + 'relations': {'required': True}, + } + + _attribute_map = { + 'sentiment': {'key': 'sentiment', 'type': 'str'}, + 'confidence_scores': {'key': 'confidenceScores', 'type': 'AspectConfidenceScoreLabel'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'text': {'key': 'text', 'type': 'str'}, + 'relations': {'key': 'relations', 'type': '[AspectRelation]'}, + } + + def __init__( + self, + *, + sentiment: Union[str, "TokenSentimentValue"], + confidence_scores: "AspectConfidenceScoreLabel", + offset: int, + length: int, + text: str, + relations: List["AspectRelation"], + **kwargs + ): + super(SentenceAspect, self).__init__(**kwargs) + self.sentiment = sentiment + self.confidence_scores = confidence_scores + self.offset = offset + self.length = length + self.text = text + self.relations = relations + + +class SentenceOpinion(msrest.serialization.Model): + """SentenceOpinion. + + All required parameters must be populated in order to send to Azure. + + :param sentiment: Required. Opinion level sentiment for the aspect in the sentence. Possible + values include: "positive", "mixed", "negative". + :type sentiment: str or ~azure.ai.textanalytics.v3_1_preview_3.models.TokenSentimentValue + :param confidence_scores: Required. Opinion level sentiment confidence scores for the aspect in + the sentence. + :type confidence_scores: + ~azure.ai.textanalytics.v3_1_preview_3.models.AspectConfidenceScoreLabel + :param offset: Required. The opinion offset from the start of the sentence. + :type offset: int + :param length: Required. The length of the opinion. + :type length: int + :param text: Required. The aspect text detected. + :type text: str + :param is_negated: Required. The indicator representing if the opinion is negated. + :type is_negated: bool + """ + + _validation = { + 'sentiment': {'required': True}, + 'confidence_scores': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + 'text': {'required': True}, + 'is_negated': {'required': True}, + } + + _attribute_map = { + 'sentiment': {'key': 'sentiment', 'type': 'str'}, + 'confidence_scores': {'key': 'confidenceScores', 'type': 'AspectConfidenceScoreLabel'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'text': {'key': 'text', 'type': 'str'}, + 'is_negated': {'key': 'isNegated', 'type': 'bool'}, + } + + def __init__( + self, + *, + sentiment: Union[str, "TokenSentimentValue"], + confidence_scores: "AspectConfidenceScoreLabel", + offset: int, + length: int, + text: str, + is_negated: bool, + **kwargs + ): + super(SentenceOpinion, self).__init__(**kwargs) + self.sentiment = sentiment + self.confidence_scores = confidence_scores + self.offset = offset + self.length = length + self.text = text + self.is_negated = is_negated + + +class SentenceSentiment(msrest.serialization.Model): + """SentenceSentiment. + + All required parameters must be populated in order to send to Azure. + + :param text: Required. The sentence text. + :type text: str + :param sentiment: Required. The predicted Sentiment for the sentence. Possible values include: + "positive", "neutral", "negative". + :type sentiment: str or ~azure.ai.textanalytics.v3_1_preview_3.models.SentenceSentimentValue + :param confidence_scores: Required. The sentiment confidence score between 0 and 1 for the + sentence for all classes. + :type confidence_scores: + ~azure.ai.textanalytics.v3_1_preview_3.models.SentimentConfidenceScorePerLabel + :param offset: Required. The sentence offset from the start of the document. + :type offset: int + :param length: Required. The length of the sentence. + :type length: int + :param aspects: The array of aspect object for the sentence. + :type aspects: list[~azure.ai.textanalytics.v3_1_preview_3.models.SentenceAspect] + :param opinions: The array of opinion object for the sentence. + :type opinions: list[~azure.ai.textanalytics.v3_1_preview_3.models.SentenceOpinion] + """ + + _validation = { + 'text': {'required': True}, + 'sentiment': {'required': True}, + 'confidence_scores': {'required': True}, + 'offset': {'required': True}, + 'length': {'required': True}, + } + + _attribute_map = { + 'text': {'key': 'text', 'type': 'str'}, + 'sentiment': {'key': 'sentiment', 'type': 'str'}, + 'confidence_scores': {'key': 'confidenceScores', 'type': 'SentimentConfidenceScorePerLabel'}, + 'offset': {'key': 'offset', 'type': 'int'}, + 'length': {'key': 'length', 'type': 'int'}, + 'aspects': {'key': 'aspects', 'type': '[SentenceAspect]'}, + 'opinions': {'key': 'opinions', 'type': '[SentenceOpinion]'}, + } + + def __init__( + self, + *, + text: str, + sentiment: Union[str, "SentenceSentimentValue"], + confidence_scores: "SentimentConfidenceScorePerLabel", + offset: int, + length: int, + aspects: Optional[List["SentenceAspect"]] = None, + opinions: Optional[List["SentenceOpinion"]] = None, + **kwargs + ): + super(SentenceSentiment, self).__init__(**kwargs) + self.text = text + self.sentiment = sentiment + self.confidence_scores = confidence_scores + self.offset = offset + self.length = length + self.aspects = aspects + self.opinions = opinions + + +class SentimentConfidenceScorePerLabel(msrest.serialization.Model): + """Represents the confidence scores between 0 and 1 across all sentiment classes: positive, neutral, negative. + + All required parameters must be populated in order to send to Azure. + + :param positive: Required. + :type positive: float + :param neutral: Required. + :type neutral: float + :param negative: Required. + :type negative: float + """ + + _validation = { + 'positive': {'required': True}, + 'neutral': {'required': True}, + 'negative': {'required': True}, + } + + _attribute_map = { + 'positive': {'key': 'positive', 'type': 'float'}, + 'neutral': {'key': 'neutral', 'type': 'float'}, + 'negative': {'key': 'negative', 'type': 'float'}, + } + + def __init__( + self, + *, + positive: float, + neutral: float, + negative: float, + **kwargs + ): + super(SentimentConfidenceScorePerLabel, self).__init__(**kwargs) + self.positive = positive + self.neutral = neutral + self.negative = negative + + +class SentimentResponse(msrest.serialization.Model): + """SentimentResponse. + + All required parameters must be populated in order to send to Azure. + + :param documents: Required. Sentiment analysis per document. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentSentiment] + :param errors: Required. Errors by document id. + :type errors: list[~azure.ai.textanalytics.v3_1_preview_3.models.DocumentError] + :param statistics: if showStats=true was specified in the request this field will contain + information about the request payload. + :type statistics: ~azure.ai.textanalytics.v3_1_preview_3.models.RequestStatistics + :param model_version: Required. This field indicates which model is used for scoring. + :type model_version: str + """ + + _validation = { + 'documents': {'required': True}, + 'errors': {'required': True}, + 'model_version': {'required': True}, + } + + _attribute_map = { + 'documents': {'key': 'documents', 'type': '[DocumentSentiment]'}, + 'errors': {'key': 'errors', 'type': '[DocumentError]'}, + 'statistics': {'key': 'statistics', 'type': 'RequestStatistics'}, + 'model_version': {'key': 'modelVersion', 'type': 'str'}, + } + + def __init__( + self, + *, + documents: List["DocumentSentiment"], + errors: List["DocumentError"], + model_version: str, + statistics: Optional["RequestStatistics"] = None, + **kwargs + ): + super(SentimentResponse, self).__init__(**kwargs) + self.documents = documents + self.errors = errors + self.statistics = statistics + self.model_version = model_version + + +class TasksStateTasks(msrest.serialization.Model): + """TasksStateTasks. + + All required parameters must be populated in order to send to Azure. + + :param details: + :type details: ~azure.ai.textanalytics.v3_1_preview_3.models.TaskState + :param completed: Required. + :type completed: int + :param failed: Required. + :type failed: int + :param in_progress: Required. + :type in_progress: int + :param total: Required. + :type total: int + :param entity_recognition_tasks: + :type entity_recognition_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasksEntityRecognitionTasksItem] + :param entity_recognition_pii_tasks: + :type entity_recognition_pii_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasksEntityRecognitionPiiTasksItem] + :param key_phrase_extraction_tasks: + :type key_phrase_extraction_tasks: + list[~azure.ai.textanalytics.v3_1_preview_3.models.TasksStateTasksKeyPhraseExtractionTasksItem] + """ + + _validation = { + 'completed': {'required': True}, + 'failed': {'required': True}, + 'in_progress': {'required': True}, + 'total': {'required': True}, + } + + _attribute_map = { + 'details': {'key': 'details', 'type': 'TaskState'}, + 'completed': {'key': 'completed', 'type': 'int'}, + 'failed': {'key': 'failed', 'type': 'int'}, + 'in_progress': {'key': 'inProgress', 'type': 'int'}, + 'total': {'key': 'total', 'type': 'int'}, + 'entity_recognition_tasks': {'key': 'entityRecognitionTasks', 'type': '[TasksStateTasksEntityRecognitionTasksItem]'}, + 'entity_recognition_pii_tasks': {'key': 'entityRecognitionPiiTasks', 'type': '[TasksStateTasksEntityRecognitionPiiTasksItem]'}, + 'key_phrase_extraction_tasks': {'key': 'keyPhraseExtractionTasks', 'type': '[TasksStateTasksKeyPhraseExtractionTasksItem]'}, + } + + def __init__( + self, + *, + completed: int, + failed: int, + in_progress: int, + total: int, + details: Optional["TaskState"] = None, + entity_recognition_tasks: Optional[List["TasksStateTasksEntityRecognitionTasksItem"]] = None, + entity_recognition_pii_tasks: Optional[List["TasksStateTasksEntityRecognitionPiiTasksItem"]] = None, + key_phrase_extraction_tasks: Optional[List["TasksStateTasksKeyPhraseExtractionTasksItem"]] = None, + **kwargs + ): + super(TasksStateTasks, self).__init__(**kwargs) + self.details = details + self.completed = completed + self.failed = failed + self.in_progress = in_progress + self.total = total + self.entity_recognition_tasks = entity_recognition_tasks + self.entity_recognition_pii_tasks = entity_recognition_pii_tasks + self.key_phrase_extraction_tasks = key_phrase_extraction_tasks + + +class TaskState(msrest.serialization.Model): + """TaskState. + + All required parameters must be populated in order to send to Azure. + + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + *, + last_update_date_time: datetime.datetime, + status: Union[str, "State"], + name: Optional[str] = None, + **kwargs + ): + super(TaskState, self).__init__(**kwargs) + self.last_update_date_time = last_update_date_time + self.name = name + self.status = status + + +class TasksStateTasksDetails(TaskState): + """TasksStateTasksDetails. + + All required parameters must be populated in order to send to Azure. + + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + *, + last_update_date_time: datetime.datetime, + status: Union[str, "State"], + name: Optional[str] = None, + **kwargs + ): + super(TasksStateTasksDetails, self).__init__(last_update_date_time=last_update_date_time, name=name, status=status, **kwargs) + + +class TasksStateTasksEntityRecognitionPiiTasksItem(TaskState, Components15X8E9LSchemasTasksstatePropertiesTasksPropertiesEntityrecognitionpiitasksItemsAllof1): + """TasksStateTasksEntityRecognitionPiiTasksItem. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiResult + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'results': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'PiiResult'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + *, + results: "PiiResult", + last_update_date_time: datetime.datetime, + status: Union[str, "State"], + name: Optional[str] = None, + **kwargs + ): + super(TasksStateTasksEntityRecognitionPiiTasksItem, self).__init__(last_update_date_time=last_update_date_time, name=name, status=status, results=results, **kwargs) + self.results = results + self.last_update_date_time = last_update_date_time + self.name = name + self.status = status + + +class TasksStateTasksEntityRecognitionTasksItem(TaskState, Components15Gvwi3SchemasTasksstatePropertiesTasksPropertiesEntityrecognitiontasksItemsAllof1): + """TasksStateTasksEntityRecognitionTasksItem. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesResult + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'results': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'EntitiesResult'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + *, + results: "EntitiesResult", + last_update_date_time: datetime.datetime, + status: Union[str, "State"], + name: Optional[str] = None, + **kwargs + ): + super(TasksStateTasksEntityRecognitionTasksItem, self).__init__(last_update_date_time=last_update_date_time, name=name, status=status, results=results, **kwargs) + self.results = results + self.last_update_date_time = last_update_date_time + self.name = name + self.status = status + + +class TasksStateTasksKeyPhraseExtractionTasksItem(TaskState, Components1D9IzucSchemasTasksstatePropertiesTasksPropertiesKeyphraseextractiontasksItemsAllof1): + """TasksStateTasksKeyPhraseExtractionTasksItem. + + All required parameters must be populated in order to send to Azure. + + :param results: Required. + :type results: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhraseResult + :param last_update_date_time: Required. + :type last_update_date_time: ~datetime.datetime + :param name: + :type name: str + :param status: Required. Possible values include: "notStarted", "running", "succeeded", + "failed", "rejected", "cancelled", "cancelling", "partiallyCompleted". + :type status: str or ~azure.ai.textanalytics.v3_1_preview_3.models.State + """ + + _validation = { + 'results': {'required': True}, + 'last_update_date_time': {'required': True}, + 'status': {'required': True}, + } + + _attribute_map = { + 'results': {'key': 'results', 'type': 'KeyPhraseResult'}, + 'last_update_date_time': {'key': 'lastUpdateDateTime', 'type': 'iso-8601'}, + 'name': {'key': 'name', 'type': 'str'}, + 'status': {'key': 'status', 'type': 'str'}, + } + + def __init__( + self, + *, + results: "KeyPhraseResult", + last_update_date_time: datetime.datetime, + status: Union[str, "State"], + name: Optional[str] = None, + **kwargs + ): + super(TasksStateTasksKeyPhraseExtractionTasksItem, self).__init__(last_update_date_time=last_update_date_time, name=name, status=status, results=results, **kwargs) + self.results = results + self.last_update_date_time = last_update_date_time + self.name = name + self.status = status + + +class TextAnalyticsError(msrest.serialization.Model): + """TextAnalyticsError. + + All required parameters must be populated in order to send to Azure. + + :param code: Required. Error code. Possible values include: "InvalidRequest", + "InvalidArgument", "InternalServerError", "ServiceUnavailable", "NotFound". + :type code: str or ~azure.ai.textanalytics.v3_1_preview_3.models.ErrorCodeValue + :param message: Required. Error message. + :type message: str + :param target: Error target. + :type target: str + :param innererror: Inner error contains more specific information. + :type innererror: ~azure.ai.textanalytics.v3_1_preview_3.models.InnerError + :param details: Details about specific errors that led to this reported error. + :type details: list[~azure.ai.textanalytics.v3_1_preview_3.models.TextAnalyticsError] + """ + + _validation = { + 'code': {'required': True}, + 'message': {'required': True}, + } + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'target': {'key': 'target', 'type': 'str'}, + 'innererror': {'key': 'innererror', 'type': 'InnerError'}, + 'details': {'key': 'details', 'type': '[TextAnalyticsError]'}, + } + + def __init__( + self, + *, + code: Union[str, "ErrorCodeValue"], + message: str, + target: Optional[str] = None, + innererror: Optional["InnerError"] = None, + details: Optional[List["TextAnalyticsError"]] = None, + **kwargs + ): + super(TextAnalyticsError, self).__init__(**kwargs) + self.code = code + self.message = message + self.target = target + self.innererror = innererror + self.details = details + + +class TextAnalyticsWarning(msrest.serialization.Model): + """TextAnalyticsWarning. + + All required parameters must be populated in order to send to Azure. + + :param code: Required. Error code. Possible values include: "LongWordsInDocument", + "DocumentTruncated". + :type code: str or ~azure.ai.textanalytics.v3_1_preview_3.models.WarningCodeValue + :param message: Required. Warning message. + :type message: str + :param target_ref: A JSON pointer reference indicating the target object. + :type target_ref: str + """ + + _validation = { + 'code': {'required': True}, + 'message': {'required': True}, + } + + _attribute_map = { + 'code': {'key': 'code', 'type': 'str'}, + 'message': {'key': 'message', 'type': 'str'}, + 'target_ref': {'key': 'targetRef', 'type': 'str'}, + } + + def __init__( + self, + *, + code: Union[str, "WarningCodeValue"], + message: str, + target_ref: Optional[str] = None, + **kwargs + ): + super(TextAnalyticsWarning, self).__init__(**kwargs) + self.code = code + self.message = message + self.target_ref = target_ref diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_text_analytics_client_enums.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_text_analytics_client_enums.py new file mode 100644 index 000000000000..4d021b3d7956 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/models/_text_analytics_client_enums.py @@ -0,0 +1,118 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from enum import Enum, EnumMeta +from six import with_metaclass + +class _CaseInsensitiveEnumMeta(EnumMeta): + def __getitem__(self, name): + return super().__getitem__(name.upper()) + + def __getattr__(cls, name): + """Return the enum member matching `name` + We use __getattr__ instead of descriptors or inserting into the enum + class' __dict__ in order to support `name` and `value` being both + properties for enum members (which live in the class' __dict__) and + enum members themselves. + """ + try: + return cls._member_map_[name.upper()] + except KeyError: + raise AttributeError(name) + + +class AspectRelationType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """The type related to the aspect. + """ + + OPINION = "opinion" + ASPECT = "aspect" + +class DocumentSentimentValue(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Predicted sentiment for document (Negative, Neutral, Positive, or Mixed). + """ + + POSITIVE = "positive" + NEUTRAL = "neutral" + NEGATIVE = "negative" + MIXED = "mixed" + +class ErrorCodeValue(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Error code. + """ + + INVALID_REQUEST = "InvalidRequest" + INVALID_ARGUMENT = "InvalidArgument" + INTERNAL_SERVER_ERROR = "InternalServerError" + SERVICE_UNAVAILABLE = "ServiceUnavailable" + NOT_FOUND = "NotFound" + +class InnerErrorCodeValue(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Error code. + """ + + INVALID_PARAMETER_VALUE = "InvalidParameterValue" + INVALID_REQUEST_BODY_FORMAT = "InvalidRequestBodyFormat" + EMPTY_REQUEST = "EmptyRequest" + MISSING_INPUT_RECORDS = "MissingInputRecords" + INVALID_DOCUMENT = "InvalidDocument" + MODEL_VERSION_INCORRECT = "ModelVersionIncorrect" + INVALID_DOCUMENT_BATCH = "InvalidDocumentBatch" + UNSUPPORTED_LANGUAGE_CODE = "UnsupportedLanguageCode" + INVALID_COUNTRY_HINT = "InvalidCountryHint" + +class PiiTaskParametersDomain(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + + PHI = "phi" + NONE = "none" + +class SentenceSentimentValue(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """The predicted Sentiment for the sentence. + """ + + POSITIVE = "positive" + NEUTRAL = "neutral" + NEGATIVE = "negative" + +class State(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + + NOT_STARTED = "notStarted" + RUNNING = "running" + SUCCEEDED = "succeeded" + FAILED = "failed" + REJECTED = "rejected" + CANCELLED = "cancelled" + CANCELLING = "cancelling" + PARTIALLY_COMPLETED = "partiallyCompleted" + +class StringIndexType(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + + TEXT_ELEMENTS_V8 = "TextElements_v8" #: Returned offset and length values will correspond to TextElements (Graphemes and Grapheme clusters) confirming to the Unicode 8.0.0 standard. Use this option if your application is written in .Net Framework or .Net Core and you will be using StringInfo. + UNICODE_CODE_POINT = "UnicodeCodePoint" #: Returned offset and length values will correspond to Unicode code points. Use this option if your application is written in a language that support Unicode, for example Python. + UTF16_CODE_UNIT = "Utf16CodeUnit" #: Returned offset and length values will correspond to UTF-16 code units. Use this option if your application is written in a language that support Unicode, for example Java, JavaScript. + +class StringIndexTypeResponse(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + + TEXT_ELEMENTS_V8 = "TextElements_v8" #: Returned offset and length values will correspond to TextElements (Graphemes and Grapheme clusters) confirming to the Unicode 8.0.0 standard. Use this option if your application is written in .Net Framework or .Net Core and you will be using StringInfo. + UNICODE_CODE_POINT = "UnicodeCodePoint" #: Returned offset and length values will correspond to Unicode code points. Use this option if your application is written in a language that support Unicode, for example Python. + UTF16_CODE_UNIT = "Utf16CodeUnit" #: Returned offset and length values will correspond to UTF-16 code units. Use this option if your application is written in a language that support Unicode, for example Java, JavaScript. + +class TokenSentimentValue(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Aspect level sentiment for the aspect in the sentence. + """ + + POSITIVE = "positive" + MIXED = "mixed" + NEGATIVE = "negative" + +class WarningCodeValue(with_metaclass(_CaseInsensitiveEnumMeta, str, Enum)): + """Error code. + """ + + LONG_WORDS_IN_DOCUMENT = "LongWordsInDocument" + DOCUMENT_TRUNCATED = "DocumentTruncated" diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/operations/__init__.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/operations/__init__.py new file mode 100644 index 000000000000..4384511c0346 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/operations/__init__.py @@ -0,0 +1,13 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- + +from ._text_analytics_client_operations import TextAnalyticsClientOperationsMixin + +__all__ = [ + 'TextAnalyticsClientOperationsMixin', +] diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/operations/_text_analytics_client_operations.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/operations/_text_analytics_client_operations.py new file mode 100644 index 000000000000..6226a83cb191 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/operations/_text_analytics_client_operations.py @@ -0,0 +1,1057 @@ +# coding=utf-8 +# -------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for license information. +# Code generated by Microsoft (R) AutoRest Code Generator. +# Changes may cause incorrect behavior and will be lost if the code is regenerated. +# -------------------------------------------------------------------------- +from typing import TYPE_CHECKING +import warnings + +from azure.core.exceptions import ClientAuthenticationError, HttpResponseError, ResourceExistsError, ResourceNotFoundError, map_error +from azure.core.pipeline import PipelineResponse +from azure.core.pipeline.transport import HttpRequest, HttpResponse +from azure.core.polling import LROPoller, NoPolling, PollingMethod +from azure.core.polling.base_polling import LROBasePolling + +from .. import models as _models + +if TYPE_CHECKING: + # pylint: disable=unused-import,ungrouped-imports + from typing import Any, Callable, Dict, Generic, List, Optional, TypeVar, Union + + T = TypeVar('T') + ClsType = Optional[Callable[[PipelineResponse[HttpRequest, HttpResponse], T, Dict[str, Any]], Any]] + +class TextAnalyticsClientOperationsMixin(object): + + def _analyze_initial( + self, + body=None, # type: Optional["_models.AnalyzeBatchInput"] + **kwargs # type: Any + ): + # type: (...) -> None + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self._analyze_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + if body is not None: + body_content = self._serialize.body(body, 'AnalyzeBatchInput') + else: + body_content = None + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + response_headers = {} + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + + if cls: + return cls(pipeline_response, None, response_headers) + + _analyze_initial.metadata = {'url': '/analyze'} # type: ignore + + def begin_analyze( + self, + body=None, # type: Optional["_models.AnalyzeBatchInput"] + **kwargs # type: Any + ): + # type: (...) -> LROPoller[None] + """Submit analysis job. + + Submit a collection of text documents for analysis. Specify one or more unique tasks to be + executed. + + :param body: Collection of documents to analyze and tasks to execute. + :type body: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeBatchInput + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', False) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._analyze_initial( + body=body, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + + if polling is True: polling_method = LROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_analyze.metadata = {'url': '/analyze'} # type: ignore + + def analyze_status( + self, + job_id, # type: str + show_stats=None, # type: Optional[bool] + top=20, # type: Optional[int] + skip=0, # type: Optional[int] + **kwargs # type: Any + ): + # type: (...) -> "_models.AnalyzeJobState" + """Get analysis status and results. + + Get the status of an analysis job. A job may consist of one or more tasks. Once all tasks are + completed, the job will transition to the completed state and results will be available for + each task. + + :param job_id: Job ID for Analyze. + :type job_id: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param top: (Optional) Set the maximum number of results per task. When both $top and $skip are + specified, $skip is applied first. + :type top: int + :param skip: (Optional) Set the number of elements to offset in the response. When both $top + and $skip are specified, $skip is applied first. + :type skip: int + :keyword callable cls: A custom type or function that will be passed the direct response + :return: AnalyzeJobState, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.AnalyzeJobState + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.AnalyzeJobState"] + error_map = { + 401: ClientAuthenticationError, + 409: ResourceExistsError, + 404: lambda response: ResourceNotFoundError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + accept = "application/json, text/json" + + # Construct URL + url = self.analyze_status.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'jobId': self._serialize.url("job_id", job_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if top is not None: + query_parameters['$top'] = self._serialize.query("top", top, 'int', maximum=50, minimum=1) + if skip is not None: + query_parameters['$skip'] = self._serialize.query("skip", skip, 'int', minimum=0) + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + request = self._client.get(url, query_parameters, header_parameters) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('AnalyzeJobState', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + analyze_status.metadata = {'url': '/analyze/jobs/{jobId}'} # type: ignore + + def health_status( + self, + job_id, # type: str + top=20, # type: Optional[int] + skip=0, # type: Optional[int] + show_stats=None, # type: Optional[bool] + **kwargs # type: Any + ): + # type: (...) -> "_models.HealthcareJobState" + """Get healthcare analysis job status and results. + + Get details of the healthcare prediction job specified by the jobId. + + :param job_id: Job ID. + :type job_id: str + :param top: (Optional) Set the maximum number of results per task. When both $top and $skip are + specified, $skip is applied first. + :type top: int + :param skip: (Optional) Set the number of elements to offset in the response. When both $top + and $skip are specified, $skip is applied first. + :type skip: int + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :keyword callable cls: A custom type or function that will be passed the direct response + :return: HealthcareJobState, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.HealthcareJobState + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.HealthcareJobState"] + error_map = { + 401: ClientAuthenticationError, + 409: ResourceExistsError, + 404: lambda response: ResourceNotFoundError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + accept = "application/json, text/json" + + # Construct URL + url = self.health_status.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'jobId': self._serialize.url("job_id", job_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if top is not None: + query_parameters['$top'] = self._serialize.query("top", top, 'int', maximum=50, minimum=1) + if skip is not None: + query_parameters['$skip'] = self._serialize.query("skip", skip, 'int', minimum=0) + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + request = self._client.get(url, query_parameters, header_parameters) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('HealthcareJobState', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + health_status.metadata = {'url': '/entities/health/jobs/{jobId}'} # type: ignore + + def _cancel_health_job_initial( + self, + job_id, # type: str + **kwargs # type: Any + ): + # type: (...) -> None + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, + 409: ResourceExistsError, + 404: lambda response: ResourceNotFoundError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + accept = "application/json, text/json" + + # Construct URL + url = self._cancel_health_job_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'jobId': self._serialize.url("job_id", job_id, 'str'), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + request = self._client.delete(url, query_parameters, header_parameters) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + response_headers = {} + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + + if cls: + return cls(pipeline_response, None, response_headers) + + _cancel_health_job_initial.metadata = {'url': '/entities/health/jobs/{jobId}'} # type: ignore + + def begin_cancel_health_job( + self, + job_id, # type: str + **kwargs # type: Any + ): + # type: (...) -> LROPoller[None] + """Cancel healthcare prediction job. + + Cancel healthcare prediction job. + + :param job_id: Job ID. + :type job_id: str + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', False) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._cancel_health_job_initial( + job_id=job_id, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + 'jobId': self._serialize.url("job_id", job_id, 'str'), + } + + if polling is True: polling_method = LROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_cancel_health_job.metadata = {'url': '/entities/health/jobs/{jobId}'} # type: ignore + + def _health_initial( + self, + documents, # type: List["_models.MultiLanguageInput"] + model_version=None, # type: Optional[str] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] + **kwargs # type: Any + ): + # type: (...) -> None + cls = kwargs.pop('cls', None) # type: ClsType[None] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self._health_initial.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [202]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + response_headers = {} + response_headers['Operation-Location']=self._deserialize('str', response.headers.get('Operation-Location')) + + if cls: + return cls(pipeline_response, None, response_headers) + + _health_initial.metadata = {'url': '/entities/health/jobs'} # type: ignore + + def begin_health( + self, + documents, # type: List["_models.MultiLanguageInput"] + model_version=None, # type: Optional[str] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] + **kwargs # type: Any + ): + # type: (...) -> LROPoller[None] + """Submit healthcare analysis job. + + Start a healthcare analysis job to recognize healthcare related entities (drugs, conditions, + symptoms, etc) and their relations. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :keyword polling: True for ARMPolling, False for no polling, or a + polling object for personal polling strategy + :paramtype polling: bool or ~azure.core.polling.PollingMethod + :keyword int polling_interval: Default waiting time between two polls for LRO operations if no Retry-After header is present. + :return: An instance of LROPoller that returns either None or the result of cls(response) + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError: + """ + polling = kwargs.pop('polling', False) # type: Union[bool, PollingMethod] + cls = kwargs.pop('cls', None) # type: ClsType[None] + lro_delay = kwargs.pop( + 'polling_interval', + self._config.polling_interval + ) + cont_token = kwargs.pop('continuation_token', None) # type: Optional[str] + if cont_token is None: + raw_result = self._health_initial( + documents=documents, + model_version=model_version, + string_index_type=string_index_type, + cls=lambda x,y,z: x, + **kwargs + ) + + kwargs.pop('error_map', None) + kwargs.pop('content_type', None) + + def get_long_running_output(pipeline_response): + if cls: + return cls(pipeline_response, None, {}) + + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + + if polling is True: polling_method = LROBasePolling(lro_delay, path_format_arguments=path_format_arguments, **kwargs) + elif polling is False: polling_method = NoPolling() + else: polling_method = polling + if cont_token: + return LROPoller.from_continuation_token( + polling_method=polling_method, + continuation_token=cont_token, + client=self._client, + deserialization_callback=get_long_running_output + ) + else: + return LROPoller(self._client, raw_result, get_long_running_output, polling_method) + begin_health.metadata = {'url': '/entities/health/jobs'} # type: ignore + + def entities_recognition_general( + self, + documents, # type: List["_models.MultiLanguageInput"] + model_version=None, # type: Optional[str] + show_stats=None, # type: Optional[bool] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] + **kwargs # type: Any + ): + # type: (...) -> "_models.EntitiesResult" + """Named Entity Recognition. + + The API returns a list of general named entities in a given document. For the list of supported + entity types, check :code:`Supported Entity Types in Text + Analytics API`. See the :code:`Supported languages in Text + Analytics API` for the list of enabled languages. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :return: EntitiesResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.EntitiesResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntitiesResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.entities_recognition_general.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('EntitiesResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + entities_recognition_general.metadata = {'url': '/entities/recognition/general'} # type: ignore + + def entities_recognition_pii( + self, + documents, # type: List["_models.MultiLanguageInput"] + model_version=None, # type: Optional[str] + show_stats=None, # type: Optional[bool] + domain=None, # type: Optional[str] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] + **kwargs # type: Any + ): + # type: (...) -> "_models.PiiResult" + """Entities containing personal information. + + The API returns a list of entities with personal information (\"SSN\", \"Bank Account\" etc) in + the document. For the list of supported entity types, check :code:`Supported Entity Types in Text Analytics API`. See the + :code:`Supported languages in Text Analytics API` for the + list of enabled languages. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param domain: (Optional) if specified, will set the PII domain to include only a subset of the + entity categories. Possible values include: 'PHI', 'none'. + :type domain: str + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :return: PiiResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.PiiResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.PiiResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.entities_recognition_pii.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if domain is not None: + query_parameters['domain'] = self._serialize.query("domain", domain, 'str') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('PiiResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + entities_recognition_pii.metadata = {'url': '/entities/recognition/pii'} # type: ignore + + def entities_linking( + self, + documents, # type: List["_models.MultiLanguageInput"] + model_version=None, # type: Optional[str] + show_stats=None, # type: Optional[bool] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] + **kwargs # type: Any + ): + # type: (...) -> "_models.EntityLinkingResult" + """Linked entities from a well-known knowledge base. + + The API returns a list of recognized entities with links to a well-known knowledge base. See + the :code:`Supported languages in Text Analytics API` for + the list of enabled languages. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :return: EntityLinkingResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.EntityLinkingResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.EntityLinkingResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.entities_linking.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('EntityLinkingResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + entities_linking.metadata = {'url': '/entities/linking'} # type: ignore + + def key_phrases( + self, + documents, # type: List["_models.MultiLanguageInput"] + model_version=None, # type: Optional[str] + show_stats=None, # type: Optional[bool] + **kwargs # type: Any + ): + # type: (...) -> "_models.KeyPhraseResult" + """Key Phrases. + + The API returns a list of strings denoting the key phrases in the input text. See the :code:`Supported languages in Text Analytics API` for the list of + enabled languages. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :keyword callable cls: A custom type or function that will be passed the direct response + :return: KeyPhraseResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.KeyPhraseResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.KeyPhraseResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.key_phrases.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('KeyPhraseResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + key_phrases.metadata = {'url': '/keyPhrases'} # type: ignore + + def languages( + self, + documents, # type: List["_models.LanguageInput"] + model_version=None, # type: Optional[str] + show_stats=None, # type: Optional[bool] + **kwargs # type: Any + ): + # type: (...) -> "_models.LanguageResult" + """Detect Language. + + The API returns the detected language and a numeric score between 0 and 1. Scores close to 1 + indicate 100% certainty that the identified language is true. See the :code:`Supported languages in Text Analytics API` for the list of + enabled languages. + + :param documents: + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.LanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :keyword callable cls: A custom type or function that will be passed the direct response + :return: LanguageResult, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.LanguageResult + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.LanguageResult"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.LanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.languages.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'LanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('LanguageResult', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + languages.metadata = {'url': '/languages'} # type: ignore + + def sentiment( + self, + documents, # type: List["_models.MultiLanguageInput"] + model_version=None, # type: Optional[str] + show_stats=None, # type: Optional[bool] + opinion_mining=None, # type: Optional[bool] + string_index_type="TextElements_v8", # type: Optional[Union[str, "_models.StringIndexType"]] + **kwargs # type: Any + ): + # type: (...) -> "_models.SentimentResponse" + """Sentiment. + + The API returns a detailed sentiment analysis for the input text. The analysis is done in + multiple levels of granularity, start from the a document level, down to sentence and key terms + (aspects) and opinions. + + :param documents: The set of documents to process as part of this batch. + :type documents: list[~azure.ai.textanalytics.v3_1_preview_3.models.MultiLanguageInput] + :param model_version: (Optional) This value indicates which model will be used for scoring. If + a model-version is not specified, the API should default to the latest, non-preview version. + :type model_version: str + :param show_stats: (Optional) if set to true, response will contain request and document level + statistics. + :type show_stats: bool + :param opinion_mining: (Optional) if set to true, response will contain input and document + level statistics including aspect-based sentiment analysis results. + :type opinion_mining: bool + :param string_index_type: (Optional) Specifies the method used to interpret string offsets. + Defaults to Text Elements (Graphemes) according to Unicode v8.0.0. For additional information + see https://aka.ms/text-analytics-offsets. + :type string_index_type: str or ~azure.ai.textanalytics.v3_1_preview_3.models.StringIndexType + :keyword callable cls: A custom type or function that will be passed the direct response + :return: SentimentResponse, or the result of cls(response) + :rtype: ~azure.ai.textanalytics.v3_1_preview_3.models.SentimentResponse + :raises: ~azure.core.exceptions.HttpResponseError + """ + cls = kwargs.pop('cls', None) # type: ClsType["_models.SentimentResponse"] + error_map = { + 401: ClientAuthenticationError, + 404: ResourceNotFoundError, + 409: ResourceExistsError, + 400: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + 500: lambda response: HttpResponseError(response=response, model=self._deserialize(_models.ErrorResponse, response)), + } + error_map.update(kwargs.pop('error_map', {})) + + _input = _models.MultiLanguageBatchInput(documents=documents) + content_type = kwargs.pop("content_type", "application/json") + accept = "application/json, text/json" + + # Construct URL + url = self.sentiment.metadata['url'] # type: ignore + path_format_arguments = { + 'Endpoint': self._serialize.url("self._config.endpoint", self._config.endpoint, 'str', skip_quote=True), + } + url = self._client.format_url(url, **path_format_arguments) + + # Construct parameters + query_parameters = {} # type: Dict[str, Any] + if model_version is not None: + query_parameters['model-version'] = self._serialize.query("model_version", model_version, 'str') + if show_stats is not None: + query_parameters['showStats'] = self._serialize.query("show_stats", show_stats, 'bool') + if opinion_mining is not None: + query_parameters['opinionMining'] = self._serialize.query("opinion_mining", opinion_mining, 'bool') + if string_index_type is not None: + query_parameters['stringIndexType'] = self._serialize.query("string_index_type", string_index_type, 'str') + + # Construct headers + header_parameters = {} # type: Dict[str, Any] + header_parameters['Content-Type'] = self._serialize.header("content_type", content_type, 'str') + header_parameters['Accept'] = self._serialize.header("accept", accept, 'str') + + body_content_kwargs = {} # type: Dict[str, Any] + body_content = self._serialize.body(_input, 'MultiLanguageBatchInput') + body_content_kwargs['content'] = body_content + request = self._client.post(url, query_parameters, header_parameters, **body_content_kwargs) + pipeline_response = self._client._pipeline.run(request, stream=False, **kwargs) + response = pipeline_response.http_response + + if response.status_code not in [200]: + map_error(status_code=response.status_code, response=response, error_map=error_map) + raise HttpResponseError(response=response) + + deserialized = self._deserialize('SentimentResponse', pipeline_response) + + if cls: + return cls(pipeline_response, deserialized, {}) + + return deserialized + sentiment.metadata = {'url': '/sentiment'} # type: ignore diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/py.typed b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/py.typed new file mode 100644 index 000000000000..e5aff4f83af8 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/v3_1_preview_3/py.typed @@ -0,0 +1 @@ +# Marker file for PEP 561. \ No newline at end of file diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_lro.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_lro.py new file mode 100644 index 000000000000..0c7919ecd208 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_lro.py @@ -0,0 +1,90 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + +from six.moves.urllib.parse import urlencode +from azure.core.polling.base_polling import LROBasePolling, OperationResourcePolling, OperationFailed, BadStatus + + +_FINISHED = frozenset(["succeeded", "cancelled", "failed", "partiallysucceeded"]) +_FAILED = frozenset(["failed"]) +_SUCCEEDED = frozenset(["succeeded", "partiallysucceeded"]) + + +class TextAnalyticsOperationResourcePolling(OperationResourcePolling): + def __init__(self, operation_location_header="operation-location", show_stats=False): + super(TextAnalyticsOperationResourcePolling, self).__init__(operation_location_header=operation_location_header) + self._show_stats = show_stats + self._query_params = { + "showStats": show_stats + } + + def get_polling_url(self): + if not self._show_stats: + return super(TextAnalyticsOperationResourcePolling, self).get_polling_url() + + return super(TextAnalyticsOperationResourcePolling, self).get_polling_url() + \ + "?" + urlencode(self._query_params) + + +class TextAnalyticsLROPollingMethod(LROBasePolling): + + def finished(self): + """Is this polling finished? + :rtype: bool + """ + return TextAnalyticsLROPollingMethod._finished(self.status()) + + @staticmethod + def _finished(status): + if hasattr(status, "value"): + status = status.value + return str(status).lower() in _FINISHED + + @staticmethod + def _failed(status): + if hasattr(status, "value"): + status = status.value + return str(status).lower() in _FAILED + + @staticmethod + def _raise_if_bad_http_status_and_method(response): + """Check response status code is valid. + + Must be 200, 201, 202, or 204. + + :raises: BadStatus if invalid status. + """ + code = response.status_code + if code in {200, 201, 202, 204}: + return + raise BadStatus( + "Invalid return status {!r} for {!r} operation".format( + code, response.request.method + ) + ) + + def _poll(self): + """Poll status of operation so long as operation is incomplete and + we have an endpoint to query. + + :param callable update_cmd: The function to call to retrieve the + latest status of the long running operation. + :raises: OperationFailed if operation status 'Failed' or 'Canceled'. + :raises: BadStatus if response status invalid. + :raises: BadResponse if response invalid. + """ + + while not self.finished(): + self._delay() + self.update_status() + + if TextAnalyticsLROPollingMethod._failed(self.status()): + raise OperationFailed("Operation failed or canceled") + + final_get_url = self._operation.get_final_get_url(self._pipeline_response) + if final_get_url: + self._pipeline_response = self.request_status(final_get_url) + TextAnalyticsLROPollingMethod._raise_if_bad_http_status_and_method(self._pipeline_response.http_response) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py index ee31ad01f35f..43b5f25d905b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py @@ -11,6 +11,7 @@ ) from ._generated.v3_0 import models as _v3_0_models +from ._generated.v3_1_preview_3 import models as _v3_1_preview_3_models def _get_indices(relation): return [int(s) for s in re.findall(r"\d+", relation)] @@ -181,6 +182,69 @@ def __repr__(self): )[:1024] +class AnalyzeHealthcareResultItem(DictMixin): + """ + AnalyzeHealthcareResultItem contains the Healthcare entities and relations from a + particular document. + + :ivar str id: Unique, non-empty document identifier that matches the + document id that was passed in with the request. If not specified + in the request, an id is assigned for the document. + :ivar entities: Identified Healthcare entities in the document. + :vartype entities: + list[~azure.ai.textanalytics.HealthcareEntity] + :ivar relations: A list of detected relations between recognized entities. + :vartype relations: + list[~azure.ai.textanalytics.HealthcareRelation] + :ivar warnings: Warnings encountered while processing document. Results will still be returned + if there are warnings, but they may not be fully accurate. + :vartype warnings: list[~azure.ai.textanalytics.TextAnalyticsWarning] + :ivar statistics: If show_stats=true was specified in the request this + field will contain information about the document payload. + :vartype statistics: + ~azure.ai.textanalytics.TextDocumentStatistics + :ivar bool is_error: Boolean check for error item when iterating over list of + results. Always False for an instance of a AnalyzeHealthcareResult. + """ + + def __init__(self, **kwargs): + self.id = kwargs.get("id", None) + self.entities = kwargs.get("entities", None) + self.relations = kwargs.get("relations", None) + self.warnings = kwargs.get("warnings", []) + self.statistics = kwargs.get("statistics", None) + self.is_error = False + + @classmethod + def _from_generated(cls, healthcare_result): + entities = [HealthcareEntity._from_generated(e) for e in healthcare_result.entities] # pylint: disable=protected-access + relations = [] + if healthcare_result.relations: + for r in healthcare_result.relations: + _, source_idx = _get_indices(r.source) + _, target_idx = _get_indices(r.target) + relations.append(HealthcareRelation._from_generated(r, entities[source_idx], entities[target_idx])) # pylint: disable=protected-access + + return cls( + id=healthcare_result.id, + entities=entities, + relations=relations, + warnings=healthcare_result.warnings, + statistics=healthcare_result.statistics + ) + + def __repr__(self): + return "AnalyzeHealthcareResultItem(id={}, entities={}, relations={}, warnings={}, statistics={}, \ + is_error={})".format( + self.id, + self.entities, + self.relations, + self.warnings, + self.statistics, + self.is_error + )[:1024] + + class DetectLanguageResult(DictMixin): """DetectLanguageResult is a result object which contains the detected language of a particular document. @@ -266,6 +330,7 @@ def __repr__(self): self.confidence_score )[:1024] + class PiiEntity(DictMixin): """PiiEntity contains information about a Personally Identifiable Information (PII) entity found in text. @@ -311,6 +376,106 @@ def __repr__(self): ) +class HealthcareEntity(DictMixin): + """HealthcareEntity contains information about a Healthcare entity found in text. + + :ivar str text: Entity text as appears in the request. + :ivar str category: Entity category, such as Dosage or MedicationName, etc. + :ivar str subcategory: Entity subcategory. # TODO: add subcategory examples + :ivar int offset: The Healthcare entity text offset from the start of the document. + :ivar float confidence_score: Confidence score between 0 and 1 of the extracted + entity. + :ivar links: A collection of entity references in known data sources. + :vartype links: list[~azure.ai.textanalytics.HealthcareEntityLink] + """ + + def __init__(self, **kwargs): + self.text = kwargs.get("text", None) + self.category = kwargs.get("category", None) + self.subcategory = kwargs.get("subcategory", None) + self.offset = kwargs.get("offset", None) + self.confidence_score = kwargs.get("confidence_score", None) + self.links = kwargs.get("links", []) + + @classmethod + def _from_generated(cls, healthcare_entity): + return cls( + text=healthcare_entity.text, + category=healthcare_entity.category, + subcategory=healthcare_entity.subcategory, + offset=healthcare_entity.offset, + confidence_score=healthcare_entity.confidence_score, + links=[ + HealthcareEntityLink(id=l.id, data_source=l.data_source) for l in healthcare_entity.links + ] if healthcare_entity.links else None + ) + + def __repr__(self): + return "HealthcareEntity(text={}, category={}, subcategory={}, offset={}, confidence_score={},\ + links={})".format( + self.text, + self.category, + self.subcategory, + self.offset, + self.confidence_score, + repr(self.links) + )[:1024] + + +class HealthcareRelation(DictMixin): + """ + HealthcareRelation contains information describing a relationship between two entities found in text. + + :ivar str type: The type of relation, such as DosageOfMedication or FrequencyOfMedication, etc. + :ivar bool is_bidirectional: Boolean value indicating that the relationship between the two entities is + bidirectional. If true the relation between the entities is bidirectional, otherwise directionality + is source to target. + :ivar source: A reference to an extracted Healthcare entity representing the source of the relation. + :vartype source: ~azure.ai.textanalytics.HealthcareEntity + :ivar target: A reference to an extracted Healthcare entity representing the target of the relation. + :vartype target: ~azure.ai.textanalytics.HealthcareEntity + """ + + def __init__(self, **kwargs): + self.relation_type = kwargs.get("relation_type", None) + self.is_bidirectional = kwargs.get("is_bidirectional", None) + self.source = kwargs.get("source", None) + self.target = kwargs.get("target", None) + + @classmethod + def _from_generated(cls, healthcare_relation, source_entity, target_entity): + return cls( + relation_type=healthcare_relation.relation_type, + is_bidirectional=healthcare_relation.bidirectional, + source=source_entity, + target=target_entity + ) + + def __repr__(self): + return "HealthcareRelation(relation_type={}, is_bidirectional={}, source={}, target={})".format( + self.relation_type, + self.is_bidirectional, + repr(self.source), + repr(self.target) + )[:1024] + + +class HealthcareEntityLink(DictMixin): + """ + HealthcareEntityLink contains information representing an entity reference in a known data source. + + :ivar str id: ID of the entity in the given source catalog. + :ivar str data_source: The entity catalog from where the entity was identified, such as UMLS, CHV, MSH, etc. + """ + + def __init__(self, **kwargs): + self.id = kwargs.get("id", None) + self.data_source = kwargs.get("data_source", None) + + def __repr__(self): + return "HealthcareEntityLink(id={}, data_source={})".format(self.id, self.data_source)[:1024] + + class TextAnalyticsError(DictMixin): """TextAnalyticsError contains the error code, message, and other details that explain why the batch or individual document @@ -701,7 +866,7 @@ def __repr__(self): )[:1024] -class TextDocumentInput(MultiLanguageInput): +class TextDocumentInput(DictMixin, MultiLanguageInput): """The input document to be analyzed by the service. :ivar id: Required. A unique, non-empty document identifier. @@ -997,3 +1162,179 @@ def _from_generated(cls, score): def __repr__(self): return "SentimentConfidenceScores(positive={}, neutral={}, negative={})" \ .format(self.positive, self.neutral, self.negative)[:1024] + + +class EntitiesRecognitionTask(DictMixin): + """EntitiesRecognitionTask encapsulates the parameters for starting a long-running Entities Recognition operation. + + :ivar str model_version: The model version to use for the analysis. + """ + + def __init__(self, **kwargs): + self.model_version = kwargs.get("model_version", "latest") + + def __repr__(self, **kwargs): + return "EntitiesRecognitionTask(model_version={})" \ + .format(self.model_version)[:1024] + + def to_generated(self): + return _v3_1_preview_3_models.EntitiesTask( + parameters=_v3_1_preview_3_models.EntitiesTaskParameters( + model_version=self.model_version + ) + ) + + +class EntitiesRecognitionTaskResult(DictMixin): + """EntitiesRecognitionTaskResult contains the results of a single Entities Recognition task, + including additional task metadata. + + :ivar str name: The name of the task. + :ivar results: The results of the analysis. + :vartype results: list[~azure.ai.textanalytics.RecognizeEntitiesResult] + """ + + def __init__(self, **kwargs): + self.name = kwargs.get("name", None) + self.results = kwargs.get("results", []) + + def __repr__(self, **kwargs): + return "EntitiesRecognitionTaskResult(name={}, results={})" \ + .format(self.name, repr(self.results))[:1024] + + +class PiiEntitiesRecognitionTask(DictMixin): + """PiiEntitiesRecognitionTask encapsulates the parameters for starting a + long-running PII Entities Recognition operation. + + :ivar str model_version: The model version to use for the analysis. + :ivar str domain: An optional string to set the PII domain to include only a + subset of the entity categories. Possible values include 'PHI' or None. + """ + + def __init__(self, **kwargs): + self.model_version = kwargs.get("model_version", "latest") + self.domain = kwargs.get("domain", None) + + def __repr__(self, **kwargs): + return "PiiEntitiesRecognitionTask(model_version={}, domain={})" \ + .format(self.model_version, self.domain)[:1024] + + def to_generated(self): + return _v3_1_preview_3_models.PiiTask( + parameters=_v3_1_preview_3_models.PiiTaskParameters( + model_version=self.model_version, + domain=self.domain + ) + ) + + +class PiiEntitiesRecognitionTaskResult(DictMixin): + """PiiEntitiesRecognitionTaskResult contains the results of a single PII Entities Recognition task, + including additional task metadata. + + :ivar str name: The name of the task. + :ivar results: The results of the analysis. + :vartype results: list[~azure.ai.textanalytics.RecognizePiiEntitiesResult] + """ + + def __init__(self, **kwargs): + self.name = kwargs.get("name", None) + self.results = kwargs.get("results", []) + + def __repr__(self, **kwargs): + return "PiiEntitiesRecognitionTaskResult(name={}, results={})" \ + .format(self.name, repr(self.results))[:1024] + + +class KeyPhraseExtractionTask(DictMixin): + """KeyPhraseExtractionTask encapsulates the parameters for starting a long-running Key Phrase Extraction operation. + + :ivar str model_version: The model version to use for the analysis. + """ + + def __init__(self, **kwargs): + self.model_version = kwargs.get("model_version", "latest") + + def __repr__(self, **kwargs): + return "KeyPhraseExtractionTask(model_version={})" \ + .format(self.model_version)[:1024] + + def to_generated(self): + return _v3_1_preview_3_models.KeyPhrasesTask( + parameters=_v3_1_preview_3_models.KeyPhrasesTaskParameters( + model_version=self.model_version + ) + ) + + +class KeyPhraseExtractionTaskResult(DictMixin): + """KeyPhraseExtractionTaskResult contains the results of a single Key Phrase Extraction task, including additional + task metadata. + + :ivar str name: The name of the task. + :ivar results: The results of the analysis. + :vartype results: list[~azure.ai.textanalytics.ExtractKeyPhrasesResult] + """ + + def __init__(self, **kwargs): + self.name = kwargs.get("name", None) + self.results = kwargs.get("results", []) + + def __repr__(self, **kwargs): + return "KeyPhraseExtractionTaskResult(name={}, results={})" \ + .format(self.name, repr(self.results))[:1024] + + +class TextAnalysisResult(DictMixin): + """TextAnalysisResult contains the results of multiple text analyses performed on a batch of documents. + + :ivar entities_recognition_results: A list of objects containing results for all Entity Recognition tasks + included in the analysis. + :vartype entities_recognition_results: list[~azure.ai.textanalytics.EntitiesRecognitionTaskResult] + :ivar pii_entities_recognition_results: A list of objects containing results for all PII Entity Recognition + tasks included in the analysis. + :vartype pii_entities_recogition_results: list[~azure.ai.textanalytics.PiiEntitiesRecognitionTaskResult] + :ivar key_phrase_extraction_results: A list of objects containing results for all Key Phrase Extraction tasks + included in the analysis. + :vartype key_phrase_extraction_results: list[~azure.ai.textanalytics.KeyPhraseExtractionTaskResult] + """ + def __init__(self, **kwargs): + self.entities_recognition_results = kwargs.get("entities_recognition_results", []) + self.pii_entities_recognition_results = kwargs.get("pii_entities_recognition_results", []) + self.key_phrase_extraction_results = kwargs.get("key_phrase_extraction_results", []) + + def __repr__(self): + return "TextAnalysisResult(entities_recognition_results={}, pii_entities_recognition_results={}, \ + key_phrase_extraction_results={})" \ + .format( + repr(self.entities_recognition_results), + repr(self.pii_entities_recognition_results), + repr(self.key_phrase_extraction_results) + )[:1024] + + +class RequestStatistics(DictMixin): + def __init__(self, **kwargs): + self.documents_count = kwargs.get("documents_count") + self.valid_documents_count = kwargs.get("valid_documents_count") + self.erroneous_documents_count = kwargs.get("erroneous_documents_count") + self.transactions_count = kwargs.get("transactions_count") + + @classmethod + def _from_generated(cls, request_statistics): + return cls( + documents_count=request_statistics.documents_count, + valid_documents_count=request_statistics.valid_documents_count, + erroneous_documents_count=request_statistics.erroneous_documents_count, + transactions_count=request_statistics.transactions_count + ) + + def __repr__(self, **kwargs): + return "RequestStatistics(documents_count={}, valid_documents_count={}, erroneous_documents_count={}, \ + transactions_count={}".format( + self.documents_count, + self.valid_documents_count, + self.erroneous_documents_count, + self.transactions_count + )[:1024] diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_paging.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_paging.py new file mode 100644 index 000000000000..6072d2d657d9 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_paging.py @@ -0,0 +1,20 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + +from azure.core.paging import ItemPaged + + +class AnalyzeHealthcareResult(ItemPaged): + def __init__(self, *args, **kwargs): + self.model_version = kwargs.pop('model_version') + self.statistics = kwargs.pop('statistics') + super(AnalyzeHealthcareResult, self).__init__(*args, **kwargs) + + +class AnalyzeResult(ItemPaged): + def __init__(self, *args, **kwargs): + self.statistics = kwargs.pop('statistics') + super(AnalyzeResult, self).__init__(*args, **kwargs) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_response_handlers.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_response_handlers.py index 79383ba63957..42df6bd801b0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_response_handlers.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_response_handlers.py @@ -5,6 +5,8 @@ # ------------------------------------ import json +import functools +from six.moves.urllib.parse import urlparse, parse_qsl from azure.core.exceptions import ( HttpResponseError, ClientAuthenticationError, @@ -27,7 +29,14 @@ TextAnalyticsWarning, RecognizePiiEntitiesResult, PiiEntity, + AnalyzeHealthcareResultItem, + TextAnalysisResult, + EntitiesRecognitionTaskResult, + PiiEntitiesRecognitionTaskResult, + KeyPhraseExtractionTaskResult, + RequestStatistics ) +from ._paging import AnalyzeHealthcareResult, AnalyzeResult class CSODataV4Format(ODataV4Format): @@ -60,22 +69,61 @@ def order_results(response, combined): return ordered_response +def order_lro_results(doc_id_order, combined): + """Order results in the order the user passed them in. + For long running operations, we need to explicitly pass in the + document ids since the initial request will no longer be available. + + :param doc_id_order: A list of document IDs from the original request. + :param combined: A combined list of the results | errors + :return: In order list of results | errors (if any) + """ + + mapping = [(item.id, item) for item in combined] + ordered_response = [i[1] for i in sorted(mapping, key=lambda m: doc_id_order.index(m[0]))] + return ordered_response + + def prepare_result(func): - def wrapper(response, obj, response_headers): # pylint: disable=unused-argument - if obj.errors: - combined = obj.documents + obj.errors - results = order_results(response, combined) - else: - results = obj.documents - - for idx, item in enumerate(results): - if hasattr(item, "error"): - results[idx] = DocumentError(id=item.id, error=TextAnalyticsError._from_generated(item.error)) # pylint: disable=protected-access + def choose_wrapper(*args, **kwargs): + def wrapper(response, obj, response_headers): # pylint: disable=unused-argument + if obj.errors: + combined = obj.documents + obj.errors + results = order_results(response, combined) + else: - results[idx] = func(item, results) - return results + results = obj.documents - return wrapper + for idx, item in enumerate(results): + if hasattr(item, "error"): + results[idx] = DocumentError(id=item.id, error=TextAnalyticsError._from_generated(item.error)) # pylint: disable=protected-access + else: + results[idx] = func(item, results) + return results + + def lro_wrapper(doc_id_order, obj, response_headers): # pylint: disable=unused-argument + if obj.errors: + combined = obj.documents + obj.errors + + results = order_lro_results(doc_id_order, combined) + else: + results = obj.documents + + for idx, item in enumerate(results): + if hasattr(item, "error"): + results[idx] = DocumentError(id=item.id, error=TextAnalyticsError._from_generated(item.error)) # pylint: disable=protected-access + else: + results[idx] = func(item, results) + return results + + lro = kwargs.get("lro", False) + + if lro: + return lro_wrapper(*args) + + return wrapper(*args) + + return choose_wrapper @prepare_result @@ -89,7 +137,7 @@ def language_result(language, results): # pylint: disable=unused-argument @prepare_result -def entities_result(entity, results): # pylint: disable=unused-argument +def entities_result(entity, results, *args, **kwargs): # pylint: disable=unused-argument return RecognizeEntitiesResult( id=entity.id, entities=[CategorizedEntity._from_generated(e) for e in entity.entities], # pylint: disable=protected-access @@ -99,7 +147,7 @@ def entities_result(entity, results): # pylint: disable=unused-argument @prepare_result -def linked_entities_result(entity, results): # pylint: disable=unused-argument +def linked_entities_result(entity, results, *args, **kwargs): # pylint: disable=unused-argument return RecognizeLinkedEntitiesResult( id=entity.id, entities=[LinkedEntity._from_generated(e) for e in entity.entities], # pylint: disable=protected-access @@ -109,7 +157,7 @@ def linked_entities_result(entity, results): # pylint: disable=unused-argument @prepare_result -def key_phrases_result(phrases, results): # pylint: disable=unused-argument +def key_phrases_result(phrases, results, *args, **kwargs): # pylint: disable=unused-argument return ExtractKeyPhrasesResult( id=phrases.id, key_phrases=phrases.key_phrases, @@ -119,7 +167,7 @@ def key_phrases_result(phrases, results): # pylint: disable=unused-argument @prepare_result -def sentiment_result(sentiment, results): +def sentiment_result(sentiment, results, *args, **kwargs): # pylint: disable=unused-argument return AnalyzeSentimentResult( id=sentiment.id, sentiment=sentiment.sentiment, @@ -130,7 +178,7 @@ def sentiment_result(sentiment, results): ) @prepare_result -def pii_entities_result(entity, results): # pylint: disable=unused-argument +def pii_entities_result(entity, results, *args, **kwargs): # pylint: disable=unused-argument return RecognizePiiEntitiesResult( id=entity.id, entities=[PiiEntity._from_generated(e) for e in entity.entities], # pylint: disable=protected-access @@ -138,3 +186,79 @@ def pii_entities_result(entity, results): # pylint: disable=unused-argument warnings=[TextAnalyticsWarning._from_generated(w) for w in entity.warnings], # pylint: disable=protected-access statistics=TextDocumentStatistics._from_generated(entity.statistics), # pylint: disable=protected-access ) + + +@prepare_result +def healthcare_result(health_result, results, *args, **kwargs): # pylint: disable=unused-argument + return AnalyzeHealthcareResultItem._from_generated(health_result) # pylint: disable=protected-access + + +def analyze_result(doc_id_order, obj, response_headers, tasks, **kwargs): # pylint: disable=unused-argument + return TextAnalysisResult( + entities_recognition_results=[ + EntitiesRecognitionTaskResult( + name=t.name, + results=entities_result(doc_id_order, t.results, response_headers, lro=True) + ) for t in tasks.entity_recognition_tasks + ] if tasks.entity_recognition_tasks else [], + pii_entities_recognition_results=[ + PiiEntitiesRecognitionTaskResult( + name=t.name, + results=pii_entities_result(doc_id_order, t.results, response_headers, lro=True) + ) for t in tasks.entity_recognition_pii_tasks + ] if tasks.entity_recognition_pii_tasks else [], + key_phrase_extraction_results=[ + KeyPhraseExtractionTaskResult( + name=t.name, + results=key_phrases_result(doc_id_order, t.results, response_headers, lro=True) + ) for t in tasks.key_phrase_extraction_tasks + ] if tasks.key_phrase_extraction_tasks else [] + ) + + +def healthcare_extract_page_data(doc_id_order, obj, response_headers, health_job_state): # pylint: disable=unused-argument + return (health_job_state.next_link, + healthcare_result(doc_id_order, health_job_state.results, response_headers, lro=True)) + + +def analyze_extract_page_data(doc_id_order, obj, response_headers, analyze_job_state): + return analyze_job_state.next_link, [analyze_result(doc_id_order, obj, response_headers, analyze_job_state.tasks)] + + +def lro_get_next_page(lro_status_callback, first_page, continuation_token, show_stats=False): + if continuation_token is None: + return first_page + + try: + continuation_token = continuation_token.decode("utf-8") + + except AttributeError: + pass + + parsed_url = urlparse(continuation_token) + job_id = parsed_url.path.split("/")[-1] + query_params = dict(parse_qsl(parsed_url.query.replace("$", ""))) + query_params["show_stats"] = show_stats + + return lro_status_callback(job_id, **query_params) + + +def healthcare_paged_result(doc_id_order, health_status_callback, _, obj, response_headers, show_stats=False): # pylint: disable=unused-argument + return AnalyzeHealthcareResult( + functools.partial(lro_get_next_page, health_status_callback, obj, show_stats=show_stats), + functools.partial(healthcare_extract_page_data, doc_id_order, obj, response_headers), + model_version=obj.results.model_version, + statistics=RequestStatistics._from_generated(obj.results.statistics) if show_stats else None # pylint: disable=protected-access + ) + +def analyze_paged_result(doc_id_order, analyze_status_callback, _, obj, response_headers, show_stats=False): # pylint: disable=unused-argument + return AnalyzeResult( + functools.partial(lro_get_next_page, analyze_status_callback, obj, show_stats=show_stats), + functools.partial(analyze_extract_page_data, doc_id_order, obj, response_headers), + statistics=RequestStatistics._from_generated(obj.statistics) \ + if show_stats and obj.statistics is not None else None # pylint: disable=protected-access + ) + +def _get_deserialize(): + from ._generated.v3_1_preview_3 import TextAnalyticsClient + return TextAnalyticsClient("dummy", "dummy")._deserialize # pylint: disable=protected-access diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_response_handlers_async.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_response_handlers_async.py new file mode 100644 index 000000000000..4059f532f1eb --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_response_handlers_async.py @@ -0,0 +1,58 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + + +import functools +from urllib.parse import urlparse, parse_qsl + +from ._models import RequestStatistics +from ._async_paging import AnalyzeHealthcareResultAsync, AnalyzeResultAsync +from ._response_handlers import healthcare_result, analyze_result + + +async def healthcare_extract_page_data_async(doc_id_order, obj, response_headers, health_job_state): # pylint: disable=unused-argument + return (health_job_state.next_link, + healthcare_result(doc_id_order, health_job_state.results, response_headers, lro=True)) + + +async def analyze_extract_page_data_async(doc_id_order, obj, response_headers, analyze_job_state): + return analyze_job_state.next_link, [analyze_result(doc_id_order, obj, response_headers, analyze_job_state.tasks)] + + +async def lro_get_next_page_async(lro_status_callback, first_page, continuation_token, show_stats=False): + if continuation_token is None: + return first_page + + try: + continuation_token = continuation_token.decode("utf-8") + + except AttributeError: + pass + + parsed_url = urlparse(continuation_token) + job_id = parsed_url.path.split("/")[-1] + query_params = dict(parse_qsl(parsed_url.query.replace("$", ""))) + query_params["show_stats"] = show_stats + + return await lro_status_callback(job_id, **query_params) + + +def healthcare_paged_result(doc_id_order, health_status_callback, response, obj, response_headers, show_stats=False): # pylint: disable=unused-argument + return AnalyzeHealthcareResultAsync( + functools.partial(lro_get_next_page_async, health_status_callback, obj, show_stats=show_stats), + functools.partial(healthcare_extract_page_data_async, doc_id_order, obj, response_headers), + model_version=obj.results.model_version, + statistics=RequestStatistics._from_generated(obj.results.statistics) if show_stats else None # pylint: disable=protected-access + ) + + +def analyze_paged_result(doc_id_order, analyze_status_callback, response, obj, response_headers, show_stats=False): # pylint: disable=unused-argument + return AnalyzeResultAsync( + functools.partial(lro_get_next_page_async, analyze_status_callback, obj), + functools.partial(analyze_extract_page_data_async, doc_id_order, obj, response_headers), + statistics=RequestStatistics._from_generated(obj.statistics) \ + if show_stats and obj.statistics is not None else None # pylint: disable=protected-access + ) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py index a484260ccc01..97523b792bed 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py @@ -12,6 +12,10 @@ Dict, TYPE_CHECKING, ) +from functools import partial +from six.moves.urllib.parse import urlparse +from azure.core.paging import ItemPaged +from azure.core.polling import LROPoller from azure.core.tracing.decorator import distributed_trace from azure.core.exceptions import HttpResponseError from ._base_client import TextAnalyticsClientBase @@ -23,8 +27,12 @@ key_phrases_result, sentiment_result, language_result, - pii_entities_result + pii_entities_result, + healthcare_paged_result, + analyze_paged_result, + _get_deserialize ) +from ._lro import TextAnalyticsOperationResourcePolling, TextAnalyticsLROPollingMethod if TYPE_CHECKING: from azure.core.credentials import TokenCredential, AzureKeyCredential @@ -38,6 +46,11 @@ AnalyzeSentimentResult, DocumentError, RecognizePiiEntitiesResult, + EntitiesRecognitionTask, + PiiEntitiesRecognitionTask, + KeyPhraseExtractionTask, + AnalyzeHealthcareResultItem, + TextAnalysisResult ) @@ -94,6 +107,7 @@ def __init__(self, endpoint, credential, **kwargs): self._default_language = kwargs.pop("default_language", "en") self._default_country_hint = kwargs.pop("default_country_hint", "US") self._string_code_unit = None if kwargs.get("api_version") == "v3.0" else "UnicodeCodePoint" + self._deserialize = _get_deserialize() @distributed_trace def detect_language( # type: ignore @@ -377,6 +391,125 @@ def recognize_linked_entities( # type: ignore except HttpResponseError as error: process_http_response_error(error) + def _healthcare_result_callback(self, doc_id_order, raw_response, _, headers, show_stats=False): + healthcare_result = self._deserialize( + self._client.models(api_version="v3.1-preview.3").HealthcareJobState, + raw_response + ) + return healthcare_paged_result( + doc_id_order, + self._client.health_status, + raw_response, + healthcare_result, + headers, + show_stats=show_stats + ) + + @distributed_trace + def begin_analyze_healthcare( # type: ignore + self, + documents, # type: Union[List[str], List[TextDocumentInput], List[Dict[str, str]]] + **kwargs # type: Any + ): # type: (...) -> LROPoller[ItemPaged[AnalyzeHealthcareResultItem]] + """Analyze healthcare entities and identify relationships between these entities in a batch of documents. + + Entities are associated with references that can be found in existing knowledge bases, + such as UMLS, CHV, MSH, etc. + + Relations are comprised of a pair of entities and a directional relationship. + + :param documents: The set of documents to process as part of this batch. + If you wish to specify the ID and language on a per-item basis you must + use as input a list[:class:`~azure.ai.textanalytics.TextDocumentInput`] or a list of + dict representations of :class:`~azure.ai.textanalytics.TextDocumentInput`, like + `{"id": "1", "language": "en", "text": "hello world"}`. + :type documents: + list[str] or list[~azure.ai.textanalytics.TextDocumentInput] or + list[dict[str, str]] + :keyword str model_version: This value indicates which model will + be used for scoring, e.g. "latest", "2019-10-01". If a model-version + is not specified, the API will default to the latest, non-preview version. + :keyword bool show_stats: If set to true, response will contain document level statistics. + :keyword int polling_interval: Waiting time between two polls for LRO operations + if no Retry-After header is present. Defaults to 5 seconds. + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :return: An instance of an LROPoller. Call `result()` on the poller + object to return a list[:class:`~azure.ai.textanalytics.AnalyzeHealthcareResultItem`]. + :raises ~azure.core.exceptions.HttpResponseError or TypeError or ValueError or NotImplementedError: + + .. admonition:: Example: + + .. literalinclude:: ../samples/sample_analyze_healthcare.py + :start-after: [START analyze_healthcare] + :end-before: [END analyze_healthcare] + :language: python + :dedent: 8 + :caption: Recognize healthcare entities in a batch of documents. + """ + language_arg = kwargs.pop("language", None) + language = language_arg if language_arg is not None else self._default_language + docs = _validate_input(documents, "language", language) + model_version = kwargs.pop("model_version", None) + show_stats = kwargs.pop("show_stats", False) + polling_interval = kwargs.pop("polling_interval", 5) + continuation_token = kwargs.pop("continuation_token", None) + + doc_id_order = [doc.get("id") for doc in docs] + + try: + return self._client.begin_health( + docs, + model_version=model_version, + string_index_type=self._string_code_unit, + cls=kwargs.pop("cls", partial(self._healthcare_result_callback, doc_id_order, show_stats=show_stats)), + polling=TextAnalyticsLROPollingMethod( + timeout=polling_interval, + lro_algorithms=[ + TextAnalyticsOperationResourcePolling(show_stats=show_stats) + ], + **kwargs), + continuation_token=continuation_token, + **kwargs + ) + + except ValueError as error: + if "API version v3.0 does not have operation 'begin_health'" in str(error): + raise ValueError( + "'begin_analyze_healthcare' endpoint is only available for API version v3.1-preview.3" + ) + raise error + + except HttpResponseError as error: + process_http_response_error(error) + + def begin_cancel_analyze_healthcare( # type: ignore + self, + poller, # type: LROPoller[ItemPaged[AnalyzeHealthcareResultItem]] + **kwargs + ): + # type: (...) -> LROPoller[None] + """Cancel an existing health operation. + + :param poller: The LRO poller object associated with the health operation. + :return: An instance of an LROPoller that returns None. + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError or TypeError or ValueError or NotImplementedError: + """ + polling_interval = kwargs.pop("polling_interval", 5) + initial_response = getattr(poller._polling_method, "_initial_response") # pylint: disable=protected-access + operation_location = initial_response.http_response.headers["Operation-Location"] + + job_id = urlparse(operation_location).path.split("/")[-1] + + try: + return self._client.begin_cancel_health_job( + job_id, + polling=TextAnalyticsLROPollingMethod(timeout=polling_interval) + ) + + except HttpResponseError as error: + process_http_response_error(error) + @distributed_trace def extract_key_phrases( # type: ignore self, @@ -529,3 +662,117 @@ def analyze_sentiment( # type: ignore raise error except HttpResponseError as error: process_http_response_error(error) + + def _analyze_result_callback(self, doc_id_order, raw_response, _, headers, show_stats=False): + analyze_result = self._deserialize( + self._client.models(api_version="v3.1-preview.3").AnalyzeJobState, # pylint: disable=protected-access + raw_response + ) + return analyze_paged_result( + doc_id_order, + self._client.analyze_status, + raw_response, + analyze_result, + headers, + show_stats=show_stats + ) + + @distributed_trace + def begin_analyze( # type: ignore + self, + documents, # type: Union[List[str], List[TextDocumentInput], List[Dict[str, str]]] + entities_recognition_tasks=None, # type: List[EntitiesRecognitionTask] + pii_entities_recognition_tasks=None, # type: List[PiiEntitiesRecognitionTask] + key_phrase_extraction_tasks=None, # type: List[KeyPhraseExtractionTask] + **kwargs # type: Any + ): # type: (...) -> LROPoller[ItemPaged[TextAnalysisResult]] + """Start a long-running operation to perform a variety of text analysis tasks over a batch of documents. + + :param documents: The set of documents to process as part of this batch. + If you wish to specify the ID and language on a per-item basis you must + use as input a list[:class:`~azure.ai.textanalytics.TextDocumentInput`] or a list of + dict representations of :class:`~azure.ai.textanalytics.TextDocumentInput`, like + `{"id": "1", "language": "en", "text": "hello world"}`. + :type documents: + list[str] or list[~azure.ai.textanalytics.TextDocumentInput] or + list[dict[str, str]] + :param tasks: A list of tasks to include in the analysis. Each task object encapsulates the parameters + used for the particular task type. + :type tasks: list[Union[~azure.ai.textanalytics.EntitiesRecognitionTask, + ~azure.ai.textanalytics.PiiEntitiesRecognitionTask, ~azure.ai.textanalytics.EntityLinkingTask, + ~azure.ai.textanalytics.KeyPhraseExtractionTask, ~azure.ai.textanalytics.SentimentAnalysisTask]] + :keyword str display_name: An optional display name to set for the requested analysis. + :keyword str language: The 2 letter ISO 639-1 representation of language for the + entire batch. For example, use "en" for English; "es" for Spanish etc. + If not set, uses "en" for English as default. Per-document language will + take precedence over whole batch language. See https://aka.ms/talangs for + supported languages in Text Analytics API. + :keyword bool show_stats: If set to true, response will contain document level statistics. + :keyword int polling_interval: Waiting time between two polls for LRO operations + if no Retry-After header is present. Defaults to 30 seconds. + :return: An instance of an LROPoller. Call `result()` on the poller + object to return an instance of TextAnalysisResult. + :raises ~azure.core.exceptions.HttpResponseError or TypeError or ValueError or NotImplementedError: + + .. admonition:: Example: + + .. literalinclude:: ../samples/sample_analyze.py + :start-after: [START analyze] + :end-before: [END analyze] + :language: python + :dedent: 8 + :caption: Start a long-running operation to perform a variety of text analysis + tasks over a batch of documents. + """ + + display_name = kwargs.pop("display_name", None) + language_arg = kwargs.pop("language", None) + language = language_arg if language_arg is not None else self._default_language + docs = self._client.models(api_version="v3.1-preview.3").MultiLanguageBatchInput( + documents=_validate_input(documents, "language", language) + ) + show_stats = kwargs.pop("show_stats", False) + polling_interval = kwargs.pop("polling_interval", self._client._config.polling_interval) # pylint: disable=protected-access + continuation_token = kwargs.pop("continuation_token", None) + + doc_id_order = [doc.get("id") for doc in docs.documents] + + try: + analyze_tasks = self._client.models(api_version='v3.1-preview.3').JobManifestTasks( + entity_recognition_tasks=[ + t.to_generated() for t in entities_recognition_tasks + ] if entities_recognition_tasks else [], + entity_recognition_pii_tasks=[ + t.to_generated() for t in pii_entities_recognition_tasks + ] if pii_entities_recognition_tasks else [], + key_phrase_extraction_tasks=[ + t.to_generated() for t in key_phrase_extraction_tasks + ] if key_phrase_extraction_tasks else [] + ) + analyze_body = self._client.models(api_version='v3.1-preview.3').AnalyzeBatchInput( + display_name=display_name, + tasks=analyze_tasks, + analysis_input=docs + ) + return self._client.begin_analyze( + body=analyze_body, + cls=kwargs.pop("cls", partial(self._analyze_result_callback, doc_id_order, show_stats=show_stats)), + polling=TextAnalyticsLROPollingMethod( + timeout=polling_interval, + lro_algorithms=[ + TextAnalyticsOperationResourcePolling(show_stats=show_stats) + ], + **kwargs), + continuation_token=continuation_token, + **kwargs + ) + + except ValueError as error: + if "API version v3.0 does not have operation 'begin_analyze'" in str(error): + raise ValueError( + "'begin_analyze' endpoint is only available for API version v3.1-preview.3" + ) + raise error + + except HttpResponseError as error: + process_http_response_error(error) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py index 6d31b292c798..ca249e61931a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py @@ -12,6 +12,9 @@ Dict, TYPE_CHECKING ) +from functools import partial +from azure.core.async_paging import AsyncItemPaged +from azure.core.polling import AsyncLROPoller from azure.core.tracing.decorator_async import distributed_trace_async from azure.core.exceptions import HttpResponseError from ._base_client_async import AsyncTextAnalyticsClientBase @@ -24,7 +27,9 @@ sentiment_result, language_result, pii_entities_result, + _get_deserialize ) +from .._response_handlers_async import healthcare_paged_result, analyze_paged_result from .._models import ( DetectLanguageInput, TextDocumentInput, @@ -35,7 +40,14 @@ AnalyzeSentimentResult, DocumentError, RecognizePiiEntitiesResult, + AnalyzeHealthcareResultItem, + EntitiesRecognitionTask, + PiiEntitiesRecognitionTask, + KeyPhraseExtractionTask, + TextAnalysisResult ) +from .._lro import TextAnalyticsOperationResourcePolling +from .._async_lro import TextAnalyticsAsyncLROPollingMethod if TYPE_CHECKING: from azure.core.credentials_async import AsyncTokenCredential @@ -99,6 +111,7 @@ def __init__( # type: ignore self._default_language = kwargs.pop("default_language", "en") self._default_country_hint = kwargs.pop("default_country_hint", "US") self._string_code_unit = None if kwargs.get("api_version") == "v3.0" else "UnicodeCodePoint" + self._deserialize = _get_deserialize() @distributed_trace_async async def detect_language( # type: ignore @@ -530,3 +543,239 @@ async def analyze_sentiment( # type: ignore raise error except HttpResponseError as error: process_http_response_error(error) + + def _healthcare_result_callback(self, doc_id_order, raw_response, _, headers, show_stats=False): + healthcare_result = self._deserialize( + self._client.models(api_version="v3.1-preview.3").HealthcareJobState, + raw_response + ) + return healthcare_paged_result( + doc_id_order, + self._client.health_status, + raw_response, + healthcare_result, + headers, + show_stats=show_stats + ) + + @distributed_trace_async + async def begin_analyze_healthcare( # type: ignore + self, + documents, # type: Union[List[str], List[TextDocumentInput], List[Dict[str, str]]] + **kwargs # type: Any + ): # type: (...) -> AsyncLROPoller[AsyncItemPaged[AnalyzeHealthcareResultItem]] + """Analyze healthcare entities and identify relationships between these entities in a batch of documents. + + Entities are associated with references that can be found in existing knowledge bases, + such as UMLS, CHV, MSH, etc. + + Relations are comprised of a pair of entities and a directional relationship. + + :param documents: The set of documents to process as part of this batch. + If you wish to specify the ID and language on a per-item basis you must + use as input a list[:class:`~azure.ai.textanalytics.TextDocumentInput`] or a list of + dict representations of :class:`~azure.ai.textanalytics.TextDocumentInput`, like + `{"id": "1", "language": "en", "text": "hello world"}`. + :type documents: + list[str] or list[~azure.ai.textanalytics.TextDocumentInput] or + list[dict[str, str]] + :keyword str model_version: This value indicates which model will + be used for scoring, e.g. "latest", "2019-10-01". If a model-version + is not specified, the API will default to the latest, non-preview version. + :keyword bool show_stats: If set to true, response will contain document level statistics. + :keyword int polling_interval: Waiting time between two polls for LRO operations + if no Retry-After header is present. Defaults to 5 seconds. + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :return: An instance of an AsyncLROPoller. Call `result()` on the poller + object to return a list[:class:`~azure.ai.textanalytics.AnalyzeHealthcareResultItem`]. + :raises ~azure.core.exceptions.HttpResponseError or TypeError or ValueError or NotImplementedError: + + .. admonition:: Example: + + .. literalinclude:: ../samples/async_samples/sample_analyze_healthcare_async.py + :start-after: [START analyze_healthcare_async] + :end-before: [END analyze_healthcare_async] + :language: python + :dedent: 8 + :caption: Analyze healthcare entities in a batch of documents. + """ + language_arg = kwargs.pop("language", None) + language = language_arg if language_arg is not None else self._default_language + docs = _validate_input(documents, "language", language) + model_version = kwargs.pop("model_version", None) + show_stats = kwargs.pop("show_stats", False) + polling_interval = kwargs.pop("polling_interval", 5) + continuation_token = kwargs.pop("continuation_token", None) + + doc_id_order = [doc.get("id") for doc in docs] + + try: + return await self._client.begin_health( + docs, + model_version=model_version, + string_index_type=self._string_code_unit, + cls=kwargs.pop("cls", partial(self._healthcare_result_callback, doc_id_order, show_stats=show_stats)), + polling=TextAnalyticsAsyncLROPollingMethod( + timeout=polling_interval, + lro_algorithms=[ + TextAnalyticsOperationResourcePolling(show_stats=show_stats) + ], + **kwargs), + continuation_token=continuation_token, + **kwargs + ) + + except ValueError as error: + if "API version v3.0 does not have operation 'begin_health'" in str(error): + raise ValueError( + "'begin_analyze_healthcare' endpoint is only available for API version v3.1-preview and up" + ) + raise error + + except HttpResponseError as error: + process_http_response_error(error) + + async def begin_cancel_analyze_healthcare( # type: ignore + self, + poller, # type: AsyncLROPoller[AsyncItemPaged[AnalyzeHealthcareResultItem]] + **kwargs + ): + # type: (...) -> AsyncLROPoller[None] + """Cancel an existing health operation. + + :param poller: The LRO poller object associated with the health operation. + :return: An instance of an LROPoller that returns None. + :rtype: ~azure.core.polling.LROPoller[None] + :raises ~azure.core.exceptions.HttpResponseError or TypeError or ValueError or NotImplementedError: + """ + polling_interval = kwargs.pop("polling_interval", 5) # pylint: disable=protected-access + + initial_response = getattr(poller._polling_method, "_initial_response") # pylint: disable=protected-access + operation_location = initial_response.http_response.headers["Operation-Location"] + + from urllib.parse import urlparse + job_id = urlparse(operation_location).path.split("/")[-1] + + try: + return await self._client.begin_cancel_health_job( + job_id, + polling=TextAnalyticsAsyncLROPollingMethod(polling_interval=polling_interval) + ) + + except HttpResponseError as error: + process_http_response_error(error) + + def _analyze_result_callback(self, doc_id_order, raw_response, _, headers, show_stats=False): + analyze_result = self._deserialize( + self._client.models(api_version="v3.1-preview.3").AnalyzeJobState, + raw_response + ) + return analyze_paged_result( + doc_id_order, + self._client.analyze_status, + raw_response, + analyze_result, + headers, + show_stats=show_stats + ) + + @distributed_trace_async + async def begin_analyze( # type: ignore + self, + documents, # type: Union[List[str], List[TextDocumentInput], List[Dict[str, str]]] + entities_recognition_tasks=None, # type: List[EntitiesRecognitionTask] + pii_entities_recognition_tasks=None, # type: List[PiiEntitiesRecognitionTask] + key_phrase_extraction_tasks=None, # type: List[KeyPhraseExtractionTask] + **kwargs # type: Any + ): # type: (...) -> AsyncLROPoller[AsyncItemPaged[TextAnalysisResult]] + """Start a long-running operation to perform a variety of text analysis tasks over a batch of documents. + + :param documents: The set of documents to process as part of this batch. + If you wish to specify the ID and language on a per-item basis you must + use as input a list[:class:`~azure.ai.textanalytics.TextDocumentInput`] or a list of + dict representations of :class:`~azure.ai.textanalytics.TextDocumentInput`, like + `{"id": "1", "language": "en", "text": "hello world"}`. + :type documents: + list[str] or list[~azure.ai.textanalytics.TextDocumentInput] or + list[dict[str, str]] + :param tasks: A list of tasks to include in the analysis. Each task object encapsulates the parameters + used for the particular task type. + :type tasks: list[Union[~azure.ai.textanalytics.EntitiesRecognitionTask, + ~azure.ai.textanalytics.PiiEntitiesRecognitionTask, ~azure.ai.textanalytics.EntityLinkingTask, + ~azure.ai.textanalytics.KeyPhraseExtractionTask, ~azure.ai.textanalytics.SentimentAnalysisTask]] + :keyword str display_name: An optional display name to set for the requested analysis. + :keyword str language: The 2 letter ISO 639-1 representation of language for the + entire batch. For example, use "en" for English; "es" for Spanish etc. + If not set, uses "en" for English as default. Per-document language will + take precedence over whole batch language. See https://aka.ms/talangs for + supported languages in Text Analytics API. + :keyword bool show_stats: If set to true, response will contain document level statistics. + :keyword int polling_interval: Waiting time between two polls for LRO operations + if no Retry-After header is present. Defaults to 30 seconds. + :keyword str continuation_token: A continuation token to restart a poller from a saved state. + :return: An instance of an AsyncLROPoller. Call `result()` on the poller + object to return an instance of TextAnalysisResult. + :raises ~azure.core.exceptions.HttpResponseError or TypeError or ValueError or NotImplementedError: + + .. admonition:: Example: + + .. literalinclude:: ../samples/async_samples/sample_analyze_async.py + :start-after: [START analyze_async] + :end-before: [END analyze_async] + :language: python + :dedent: 8 + :caption: Start a long-running operation to perform a variety of text analysis tasks over + a batch of documents. + """ + + display_name = kwargs.pop("display_name", None) + language_arg = kwargs.pop("language", None) + language = language_arg if language_arg is not None else self._default_language + docs = self._client.models(api_version="v3.1-preview.3").MultiLanguageBatchInput( + documents=_validate_input(documents, "language", language) + ) + show_stats = kwargs.pop("show_stats", False) + polling_interval = kwargs.pop("polling_interval", self._client._config.polling_interval) # pylint: disable=protected-access + continuation_token = kwargs.pop("continuation_token", None) + + doc_id_order = [doc.get("id") for doc in docs.documents] + + try: + analyze_tasks = self._client.models(api_version='v3.1-preview.3').JobManifestTasks( + entity_recognition_tasks=[ + t.to_generated() for t in entities_recognition_tasks + ] if entities_recognition_tasks else [], + entity_recognition_pii_tasks=[ + t.to_generated() for t in pii_entities_recognition_tasks + ] if pii_entities_recognition_tasks else [], + key_phrase_extraction_tasks=[ + t.to_generated() for t in key_phrase_extraction_tasks + ] if key_phrase_extraction_tasks else [] + ) + analyze_body = self._client.models(api_version='v3.1-preview.3').AnalyzeBatchInput( + display_name=display_name, + tasks=analyze_tasks, + analysis_input=docs + ) + return await self._client.begin_analyze( + body=analyze_body, + cls=kwargs.pop("cls", partial(self._analyze_result_callback, doc_id_order, show_stats=show_stats)), + polling=TextAnalyticsAsyncLROPollingMethod( + timeout=polling_interval, + lro_algorithms=[ + TextAnalyticsOperationResourcePolling(show_stats=show_stats) + ], + **kwargs), + continuation_token=continuation_token, + **kwargs + ) + + except ValueError as error: + if "API version v3.0 does not have operation 'begin_analyze'" in str(error): + raise ValueError( + "'begin_analyze' endpoint is only available for API version v3.1-preview and up" + ) + raise error + + except HttpResponseError as error: + process_http_response_error(error) diff --git a/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_analyze_async.py b/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_analyze_async.py new file mode 100644 index 000000000000..933870d741fb --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_analyze_async.py @@ -0,0 +1,113 @@ +# coding: utf-8 + +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- + +""" +FILE: sample_analyze_text.py + +DESCRIPTION: + This sample demonstrates how to submit a collection of text documents for analysis, which consists of a variety + of text analysis tasks, such as Entity Recognition, PII Entity Recognition, Entity Linking, Sentiment Analysis, + or Key Phrase Extraction. The response will contain results from each of the individual tasks specified in the request. + +USAGE: + python sample_analyze_text.py + + Set the environment variables with your own values before running the sample: + 1) AZURE_TEXT_ANALYTICS_ENDPOINT - the endpoint to your Cognitive Services resource. + 2) AZURE_TEXT_ANALYTICS_KEY - your Text Analytics subscription key +""" + + +import os +import asyncio + +class AnalyzeSampleAsync(object): + + async def analyze_async(self): + # [START analyze_async] + from azure.core.credentials import AzureKeyCredential + from azure.ai.textanalytics.aio import TextAnalyticsClient + from azure.ai.textanalytics import EntitiesRecognitionTask, \ + PiiEntitiesRecognitionTask, \ + KeyPhraseExtractionTask + + endpoint = os.environ["AZURE_TEXT_ANALYTICS_ENDPOINT"] + key = os.environ["AZURE_TEXT_ANALYTICS_KEY"] + + text_analytics_client = TextAnalyticsClient( + endpoint=endpoint, + credential=AzureKeyCredential(key), + api_version="v3.1-preview.3" + ) + + documents = [ + "We went to Contoso Steakhouse located at midtown NYC last week for a dinner party, and we adore the spot! \ + They provide marvelous food and they have a great menu. The chief cook happens to be the owner (I think his name is John Doe) \ + and he is super nice, coming out of the kitchen and greeted us all. We enjoyed very much dining in the place! \ + The Sirloin steak I ordered was tender and juicy, and the place was impeccably clean. You can even pre-order from their \ + online menu at www.contososteakhouse.com, call 312-555-0176 or send email to order@contososteakhouse.com! \ + The only complaint I have is the food didn't come fast enough. Overall I highly recommend it!" + ] + + async with text_analytics_client: + poller = await text_analytics_client.begin_analyze( + documents, + display_name="Sample Text Analysis", + entities_recognition_tasks=[EntitiesRecognitionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()] + ) + + result = await poller.result() + + async for page in result: + for task in page.entities_recognition_results: + print("Results of Entities Recognition task:") + + docs = [doc for doc in task.results if not doc.is_error] + for idx, doc in enumerate(docs): + print("\nDocument text: {}".format(documents[idx])) + for entity in doc.entities: + print("Entity: {}".format(entity.text)) + print("...Category: {}".format(entity.category)) + print("...Confidence Score: {}".format(entity.confidence_score)) + print("...Offset: {}".format(entity.offset)) + print("------------------------------------------") + + for task in page.pii_entities_recognition_results: + print("Results of PII Entities Recognition task:") + + docs = [doc for doc in task.results if not doc.is_error] + for idx, doc in enumerate(docs): + print("Document text: {}".format(documents[idx])) + for entity in doc.entities: + print("Entity: {}".format(entity.text)) + print("Category: {}".format(entity.category)) + print("Confidence Score: {}\n".format(entity.confidence_score)) + print("------------------------------------------") + + for task in page.key_phrase_extraction_results: + print("Results of Key Phrase Extraction task:") + + docs = [doc for doc in task.results if not doc.is_error] + for idx, doc in enumerate(docs): + print("Document text: {}\n".format(documents[idx])) + print("Key Phrases: {}\n".format(doc.key_phrases)) + print("------------------------------------------") + + # [END analyze_async] + + +async def main(): + sample = AnalyzeSampleAsync() + await sample.analyze_async() + + +if __name__ == '__main__': + loop = asyncio.get_event_loop() + loop.run_until_complete(main()) \ No newline at end of file diff --git a/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_analyze_healthcare_async.py b/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_analyze_healthcare_async.py new file mode 100644 index 000000000000..20b1dc82f371 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_analyze_healthcare_async.py @@ -0,0 +1,88 @@ +# coding: utf-8 + +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- + +""" +FILE: sample_analyze_healthcare_async.py + +DESCRIPTION: + This sample demonstrates how to detect healthcare entities in a batch of documents. + Each entity found in the document will have a link associated with it from a + data source. Relations between entities will also be included in the response. + +USAGE: + python sample_analyze_healthcare_async.py + + Set the environment variables with your own values before running the sample: + 1) AZURE_TEXT_ANALYTICS_ENDPOINT - the endpoint to your Cognitive Services resource. + 2) AZURE_TEXT_ANALYTICS_KEY - your Text Analytics subscription key +""" + + +import os +import asyncio + + +class AnalyzeHealthcareSampleAsync(object): + + async def analyze_healthcare_async(self): + # [START analyze_healthcare_async] + from azure.core.credentials import AzureKeyCredential + from azure.ai.textanalytics.aio import TextAnalyticsClient + + endpoint = os.environ["AZURE_TEXT_ANALYTICS_ENDPOINT"] + key = os.environ["AZURE_TEXT_ANALYTICS_KEY"] + + text_analytics_client = TextAnalyticsClient( + endpoint=endpoint, + credential=AzureKeyCredential(key), + api_version="v3.1-preview.3") + + documents = [ + "Subject is taking 100mg of ibuprofen twice daily" + ] + + async with text_analytics_client: + poller = await text_analytics_client.begin_analyze_healthcare(documents) + result = await poller.result() + docs = [doc async for doc in result if not doc.is_error] + + print("Results of Healthcare Analysis:") + for idx, doc in enumerate(docs): + print("Document text: {}\n".format(documents[idx])) + for entity in doc.entities: + print("Entity: {}".format(entity.text)) + print("...Category: {}".format(entity.category)) + print("...Subcategory: {}".format(entity.subcategory)) + print("...Offset: {}".format(entity.offset)) + print("...Confidence score: {}".format(entity.confidence_score)) + if entity.links is not None: + print("...Links:") + for link in entity.links: + print("......ID: {}".format(link.id)) + print("......Data source: {}".format(link.data_source)) + for relation in doc.relations: + print("Relation:") + print("...Source: {}".format(relation.source.text)) + print("...Target: {}".format(relation.target.text)) + print("...Type: {}".format(relation.relation_type)) + print("...Bidirectional: {}".format(relation.is_bidirectional)) + print("------------------------------------------") + + # [END analyze_healthcare_async] + + +async def main(): + sample = AnalyzeHealthcareSampleAsync() + await sample.analyze_healthcare_async() + + +if __name__ == '__main__': + loop = asyncio.get_event_loop() + loop.run_until_complete(main()) + + diff --git a/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_health_with_cancellation_async.py b/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_health_with_cancellation_async.py new file mode 100644 index 000000000000..059f4a153437 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/samples/async_samples/sample_health_with_cancellation_async.py @@ -0,0 +1,76 @@ +# coding: utf-8 + +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- + +""" +FILE: sample_health_with_cancellation.py + +DESCRIPTION: + This sample demonstrates how to cancel a Health job after it's been started. + +USAGE: + python sample_health_with_cancellation.py + + Set the environment variables with your own values before running the sample: + 1) AZURE_TEXT_ANALYTICS_ENDPOINT - the endpoint to your Cognitive Services resource. + 2) AZURE_TEXT_ANALYTICS_KEY - your Text Analytics subscription key +""" + + +import os +import asyncio + +class HealthWithCancellationSampleAsync(object): + + async def health_with_cancellation_async(self): + # [START health_with_cancellation_async] + from azure.core.credentials import AzureKeyCredential + from azure.ai.textanalytics.aio import TextAnalyticsClient + + endpoint = os.environ["AZURE_TEXT_ANALYTICS_ENDPOINT"] + key = os.environ["AZURE_TEXT_ANALYTICS_KEY"] + + text_analytics_client = TextAnalyticsClient( + endpoint=endpoint, + credential=AzureKeyCredential(key), + api_version="v3.2-preview.1") + + documents = [ + "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | \ + CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 \ + Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: \ + CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: \ + The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. \ + The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and \ + 50% left main disease , with a strong family history of coronary artery disease with a brother dying at \ + the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. \ + The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities ,\ + but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions \ + in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient's \ + increased symptoms and family history and history left main disease with total occasional of his RCA was referred \ + for revascularization with open heart surgery." + ] + + async with text_analytics_client: + poller = await text_analytics_client.begin_health(documents) + cancellation_poller = await text_analytics_client.begin_cancel_health_operation(poller) + + cancellation_poller.result() + + # [END health_with_cancellation_async] + + +async def main(): + sample = HealthWithCancellationSampleAsync() + await sample.health_with_cancellation_async() + + +if __name__ == '__main__': + loop = asyncio.get_event_loop() + loop.run_until_complete(main()) + + diff --git a/sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze.py b/sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze.py new file mode 100644 index 000000000000..77d4e575a1fb --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze.py @@ -0,0 +1,108 @@ +# coding: utf-8 + +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- + +""" +FILE: sample_analyze_text.py + +DESCRIPTION: + This sample demonstrates how to submit a collection of text documents for analysis, which consists of a variety + of text analysis tasks, such as Entity Recognition, PII Entity Recognition, Entity Linking, Sentiment Analysis, + or Key Phrase Extraction. The response will contain results from each of the individual tasks specified in the request. + +USAGE: + python sample_analyze_text.py + + Set the environment variables with your own values before running the sample: + 1) AZURE_TEXT_ANALYTICS_ENDPOINT - the endpoint to your Cognitive Services resource. + 2) AZURE_TEXT_ANALYTICS_KEY - your Text Analytics subscription key +""" + + +import os + + +class AnalyzeSample(object): + + def analyze(self): + # [START analyze] + from azure.core.credentials import AzureKeyCredential + from azure.ai.textanalytics import TextAnalyticsClient, \ + EntitiesRecognitionTask, \ + PiiEntitiesRecognitionTask, \ + KeyPhraseExtractionTask + + endpoint = os.environ["AZURE_TEXT_ANALYTICS_ENDPOINT"] + key = os.environ["AZURE_TEXT_ANALYTICS_KEY"] + + text_analytics_client = TextAnalyticsClient( + endpoint=endpoint, + credential=AzureKeyCredential(key), + api_version="v3.1-preview.3" + ) + + documents = [ + # "We went to Contoso Steakhouse located at midtown NYC last week for a dinner party, and we adore the spot! \ + # They provide marvelous food and they have a great menu. The chief cook happens to be the owner (I think his name is John Doe) \ + # and he is super nice, coming out of the kitchen and greeted us all. We enjoyed very much dining in the place! \ + # The Sirloin steak I ordered was tender and juicy, and the place was impeccably clean. You can even pre-order from their \ + # online menu at www.contososteakhouse.com, call 312-555-0176 or send email to order@contososteakhouse.com! \ + # The only complaint I have is the food didn't come fast enough. Overall I highly recommend it!" + "Microsoft was founded by Bill Gates and Paul Allen." + ] + + poller = text_analytics_client.begin_analyze( + documents, + display_name="Sample Text Analysis", + entities_recognition_tasks=[EntitiesRecognitionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()] + ) + + result = poller.result() + + for page in result: + for task in page.entities_recognition_results: + print("Results of Entities Recognition task:") + + docs = [doc for doc in task.results if not doc.is_error] + for idx, doc in enumerate(docs): + print("\nDocument text: {}".format(documents[idx])) + for entity in doc.entities: + print("Entity: {}".format(entity.text)) + print("...Category: {}".format(entity.category)) + print("...Confidence Score: {}".format(entity.confidence_score)) + print("...Offset: {}".format(entity.offset)) + print("------------------------------------------") + + for task in page.pii_entities_recognition_results: + print("Results of PII Entities Recognition task:") + + docs = [doc for doc in task.results if not doc.is_error] + for idx, doc in enumerate(docs): + print("Document text: {}".format(documents[idx])) + for entity in doc.entities: + print("Entity: {}".format(entity.text)) + print("Category: {}".format(entity.category)) + print("Confidence Score: {}\n".format(entity.confidence_score)) + print("------------------------------------------") + + for task in page.key_phrase_extraction_results: + print("Results of Key Phrase Extraction task:") + + docs = [doc for doc in task.results if not doc.is_error] + for idx, doc in enumerate(docs): + print("Document text: {}\n".format(documents[idx])) + print("Key Phrases: {}\n".format(doc.key_phrases)) + print("------------------------------------------") + + # [END analyze] + + +if __name__ == "__main__": + sample = AnalyzeSample() + sample.analyze() \ No newline at end of file diff --git a/sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze_healthcare.py b/sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze_healthcare.py new file mode 100644 index 000000000000..d341a642d74d --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze_healthcare.py @@ -0,0 +1,78 @@ +# coding: utf-8 + +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- + +""" +FILE: sample_analyze_healthcare.py + +DESCRIPTION: + This sample demonstrates how to detect healthcare entities in a batch of documents. + Each entity found in the document will have a link associated with it from a + data source. Relations between entities will also be included in the response. + +USAGE: + python sample_analyze_healthcare.py + + Set the environment variables with your own values before running the sample: + 1) AZURE_TEXT_ANALYTICS_ENDPOINT - the endpoint to your Cognitive Services resource. + 2) AZURE_TEXT_ANALYTICS_KEY - your Text Analytics subscription key +""" + + +import os + + +class AnalyzeHealthcareSample(object): + + def analyze_healthcare(self): + # [START analyze_healthcare] + from azure.core.credentials import AzureKeyCredential + from azure.ai.textanalytics import TextAnalyticsClient + + endpoint = os.environ["AZURE_TEXT_ANALYTICS_ENDPOINT"] + key = os.environ["AZURE_TEXT_ANALYTICS_KEY"] + + text_analytics_client = TextAnalyticsClient( + endpoint=endpoint, + credential=AzureKeyCredential(key), + api_version="v3.1-preview.3") + + documents = [ + "Subject is taking 100mg of ibuprofen twice daily" + ] + + poller = text_analytics_client.begin_analyze_healthcare(documents, show_stats=True) + result = poller.result() + + docs = [doc for doc in result if not doc.is_error] + + print("Results of Healthcare Analysis:") + for idx, doc in enumerate(docs): + for entity in doc.entities: + print("Entity: {}".format(entity.text)) + print("...Category: {}".format(entity.category)) + print("...Subcategory: {}".format(entity.subcategory)) + print("...Offset: {}".format(entity.offset)) + print("...Confidence score: {}".format(entity.confidence_score)) + if entity.links is not None: + print("...Links:") + for link in entity.links: + print("......ID: {}".format(link.id)) + print("......Data source: {}".format(link.data_source)) + for relation in doc.relations: + print("Relation:") + print("...Source: {}".format(relation.source.text)) + print("...Target: {}".format(relation.target.text)) + print("...Type: {}".format(relation.relation_type)) + print("...Bidirectional: {}".format(relation.is_bidirectional)) + print("------------------------------------------") + + # [END analyze_health] + +if __name__ == "__main__": + sample = AnalyzeHealthcareSample() + sample.analyze_healthcare() diff --git a/sdk/textanalytics/azure-ai-textanalytics/samples/sample_health_with_cancellation.py b/sdk/textanalytics/azure-ai-textanalytics/samples/sample_health_with_cancellation.py new file mode 100644 index 000000000000..93b18948122f --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/samples/sample_health_with_cancellation.py @@ -0,0 +1,68 @@ +# coding: utf-8 + +# ------------------------------------------------------------------------- +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. See License.txt in the project root for +# license information. +# -------------------------------------------------------------------------- + +""" +FILE: sample_health_with_cancellation.py + +DESCRIPTION: + This sample demonstrates how to cancel a Health job after it's been started. + +USAGE: + python sample_health_with_cancellation.py + + Set the environment variables with your own values before running the sample: + 1) AZURE_TEXT_ANALYTICS_ENDPOINT - the endpoint to your Cognitive Services resource. + 2) AZURE_TEXT_ANALYTICS_KEY - your Text Analytics subscription key +""" + + +import os + + +class HealthWithCancellationSample(object): + + def health_with_cancellation(self): + # [START health_with_cancellation] + from azure.core.credentials import AzureKeyCredential + from azure.ai.textanalytics import TextAnalyticsClient + + endpoint = os.environ["AZURE_TEXT_ANALYTICS_ENDPOINT"] + key = os.environ["AZURE_TEXT_ANALYTICS_KEY"] + + text_analytics_client = TextAnalyticsClient( + endpoint=endpoint, + credential=AzureKeyCredential(key), + api_version="v3.2-preview.1") + + documents = [ + "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | \ + CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 \ + Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: \ + CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: \ + The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. \ + The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and \ + 50% left main disease , with a strong family history of coronary artery disease with a brother dying at \ + the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. \ + The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities ,\ + but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions \ + in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient's \ + increased symptoms and family history and history left main disease with total occasional of his RCA was referred \ + for revascularization with open heart surgery." + ] + + poller = text_analytics_client.begin_health(documents) + text_analytics_client.begin_cancel_health_operation(poller) + + # [END health_with_cancellation] + + +if __name__ == "__main__": + sample = HealthWithCancellationSample() + sample.health_with_cancellation() + + diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_entities_task.yaml new file mode 100644 index 000000000000..0a21ef2a71b5 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_entities_task.yaml @@ -0,0 +1,15152 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "1", "text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, + 1975.", "language": "en"}, {"id": "2", "text": "Microsoft fue fundado por Bill + Gates y Paul Allen el 4 de abril de 1975.", "language": "es"}, {"id": "3", "text": + "Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegr\u00fcndet.", + "language": "de"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '568' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 0908a751-65b4-48b0-ae0e-7ff4ab381474 + date: + - Thu, 19 Nov 2020 01:34:02 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '295' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:01Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:01Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' + headers: + apim-request-id: + - cd3904d6-fcd5-4723-a960-369cbd61510f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '115' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9285cf3a-07e3-43a9-9020-2690783ef6a6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '195' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6bd1ecea-d975-48cd-baf2-2fd427276b86 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '72' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9adf60e7-d6d5-455c-b051-c64334ac9d0b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '84' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f8682f9d-1afb-4b16-b5fe-9bbf34ea7c8b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '130' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0ce77876-b186-40b3-93ef-18df0fa4c935 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '61' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9ddeb896-b7d2-40e7-8486-fe1355735ac9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 911beb27-4354-4ec5-bcf6-d210f85e6690 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 265ae81c-e758-416e-af82-39fb541e24ac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e461ef2a-79dc-4b68-a495-34acb58b728b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d7936b23-68d8-4fca-a840-bb2711052575 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 47cc82d8-878f-43e4-8728-596901ce54e6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - acf47721-92ed-4431-80a2-e1fcb4acd66e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 758a8939-711a-481f-a0a6-2eb31776d530 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bb98def9-4b7e-48c9-94f7-f4132176a772 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 51c5fc6c-b576-49bc-bfb6-0a057e9d2849 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - adce23d3-e9c2-4fa4-a853-4c3eca488f9e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f2e213db-f2db-4bb9-bc46-8547793bbfce + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6c6094d7-fec8-4dee-8f16-b3d6e5d651ff + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0933dd20-3111-4087-974f-fa4cb54964f5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b85fb968-97da-476c-bc8e-9924cb331470 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8ef75396-8c5c-4027-859e-7ab54f13bbfb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8ae88751-1043-4568-a995-709b16383b52 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0854ade9-6cf3-450d-8cf6-11f6385cfa4d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a274e653-8124-4ec2-b441-109d2b3e438f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 65e00073-af6f-4cf3-8f28-fa9f710a5d9b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 35116f88-24ba-4e74-81e7-94d25f166a29 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9d8026af-b2ce-4db5-8868-8b83524e0cef + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e1298cad-16d4-4bd1-8eda-67e646533558 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b37b3ffa-834f-4256-b379-5c129d9e40c7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 28d26129-ce25-4e2d-ba0b-fc1fc7950d8b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f11e5ec9-7ef8-4977-86e4-c2d9395d4e85 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6208b37b-febc-4203-8a70-958e980d29ff + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 585477c0-a36c-45f6-8554-47a2b42d99df + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 89830435-bc06-4226-91ee-9603f0685bc3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '54' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4ebd192f-699a-4fa3-9371-93a87fd44a61 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 46b46480-d847-40f2-9df0-fa3bf29bb111 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '50' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a3d9aa03-291e-4bb1-864e-f33a2705c36c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0214d2bc-4c42-45d0-beec-445a1c719fd6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5da2f69d-419d-43c2-ad42-55feb09d5ab6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '52' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - afd89950-9a42-4c87-a90a-d7790066437e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '66' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ec73a54a-7c9e-47f5-8e76-8ba3b8dbe4bf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 07fed1ee-74d2-42b0-974b-2c6ee552a555 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b4129021-bb3c-4fc8-8033-b6caa3a40522 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 11de06b8-6150-4d8d-a094-f90206d22390 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 735e95a0-5673-4063-8850-9d2b47fab81a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 65d50f9b-3a0f-4809-a85a-3ef54db9c309 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ac567421-ba23-420b-b928-b3f88167a242 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - afaff673-0ec5-4be5-af3c-a2cab0504015 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0788e53d-2b31-44b3-a3c9-25bd41e26570 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 31e39c89-a5ec-42f4-a0eb-63a02d165b62 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c7c241ea-e543-462b-926d-a14695532f13 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fa9358c4-d919-4661-baf0-26b11bf4fff8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 636c18f3-f333-4668-8fff-c4ab886feb29 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bf16ca92-69c1-4773-be5b-175d5ecb83f7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4922f742-38c1-4995-9fe1-c97f680ccacc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 03a21763-6360-4e67-b4c8-bbe9dd73d97b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2b4fda2e-6d54-42fe-a002-aa0b969d4f7f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9bfc8afe-1fe7-44ff-bd47-60a7d5e412b5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6e743429-ec06-4dd9-baf8-61e652310b4c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5b457c24-e347-4155-a46f-76a7c267a72f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 22a92698-3c6d-4941-9339-22f7b1fff69f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f7560c8f-1432-4997-9f2e-8311f4c03ef2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8bda3ad5-d1e2-401b-810e-acbaa3d8623f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 15eb6ac9-c906-47cb-8795-298dce4038f8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0186b6fc-42b3-44e5-90e2-30656f37cba5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 55cdb071-13ac-4226-acaa-869f7f9eefd7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 84450afc-bb40-4257-9b43-6a52bd256f27 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0c6eaf40-8bbc-4171-8930-e8f0e79ff618 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e1ec8cdf-91c1-4187-9704-daa3b87b4cde + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 887b406b-61fa-4d58-af45-6e17479c3fd5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e854c822-3107-497d-8e57-10af7413fff4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ab7e0618-f4f8-46e5-8baa-b283305ed548 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 165df417-7adb-40dd-9842-1bd22d73a71c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1ab6de57-d3f0-41d6-903f-0add0388ec92 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '64' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 287e38f9-6182-4c24-b06a-1f3428d30312 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 24886bea-b338-410b-9b38-6df70266ca39 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1e985440-ed52-47e0-bc3c-1bea53762346 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 918a73aa-92de-4aac-bf00-0f44fa600047 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 54f646cd-31ce-4552-b62c-a80e11137a31 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '69' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - eb1823ec-5bb5-476e-bff7-766e7521e168 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7cbd10a2-7ab5-4acb-a458-2d5d2a80d69e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - def57ba4-c431-4e7d-bb71-1f388de9c6a9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 69da857f-2ca1-46dd-aebf-2eade5551bc7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dfc94dfd-49e0-4722-a1dc-721184bb2b31 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f38cf6a6-568f-430f-a40f-aacbfc21e603 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - faf1fef4-8284-44eb-a272-152a45bd80e7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 62fc1b1a-23fa-40c5-a6eb-8677aa7f0e57 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f195d0e0-b172-4c80-8789-58bab6f0533b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f6342d47-592d-424c-a874-cfdac19e34c6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8ae2c382-b6ad-4136-b0a7-b007aa697323 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9252b591-0454-4d44-95de-c47ecb8c5d66 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bfbd8858-98e3-4679-82c9-4d8c8ca1f4e2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c7d6ad40-3726-4239-8575-813eafca4073 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 96694dd7-b488-41b4-a53f-2b397b97fdff + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '52' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ed38d447-504e-47a9-8b66-fb5f91168d41 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a5c06038-f913-4f34-9b66-2252f8730d2a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4bbbb89e-1d76-4033-9623-20c0f456efac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '72' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ec91ff35-9ea0-4f52-9064-d1333a58c37e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ebfa4da9-1ba4-4cb0-8521-59a6cfbbb1fd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - de4a92fe-a6f7-4555-bfaf-be45f5a1e909 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7199b99a-ff3e-4b65-b479-738d9bdc636c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ed85d416-aaa0-4ddd-9b07-700d4599e114 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9eb6822e-1911-4285-b3cf-41751663e9c5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2816cd7c-81d3-4a68-a23d-63a246bcdee9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 98a1921b-0152-4639-90a8-f24b980def65 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a41f7060-6787-4334-893b-d0deccdb67eb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2a2a950d-fe7a-4399-88c7-01d79fae287d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 27d11ff5-42d7-42cb-b5f7-980a66e27152 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6b20f7cf-02ec-4d51-89a4-b5dea9a551de + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ae9197a7-6143-4328-8676-12e456fb7def + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 574f8db2-ccd4-4225-b662-e49c24c5c102 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 54a9b1f2-2ab0-4542-8a59-f1ea249a8371 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 84d23078-0a9a-490a-b6fc-86dbb1e1c9e4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 642b876e-637a-45f7-b95f-cea5e624b032 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 63340116-2f66-412d-9c3a-a5303a9ef56f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 892a9bb4-7db3-4c58-b1b0-1da05811746c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 07c6c905-0772-4990-8046-32f6d489ab9b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0f6f9fc1-238f-4898-9740-71fd8a2b627a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2e3d2416-42f7-4712-83b9-2b17e0bdffcc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '64' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5869e46c-4fc0-4fcc-98c5-79a1541514d2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 53eb7e90-7c03-4028-984b-b05d67bdb5b6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 359a6188-665a-449d-9de7-849b22a73708 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 706676c3-20b7-4fab-9ac2-25199816c518 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 52c75683-4018-481f-b3ba-b8f781fd3ccf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0fccb369-057a-4319-b732-088e13a0936d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bb248173-796d-426b-a877-928fecd41ef8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 102467e4-28ce-4051-a3a4-fa271942c711 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e854da9c-4324-409d-a57d-e602803a0a41 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 62befaeb-b7d0-4f80-8997-5b1f4605ee34 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 10845f9a-8fac-46c6-8870-979caa2a9455 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f15c26a0-9ecf-47ad-9e41-1d9f67200b26 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c19855a9-9524-433a-95a1-2c226bd54bde + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 056e1b11-af19-4022-bd07-532ef1aac34d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f2850365-3ff7-47a1-9a08-ba76291bee65 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2b767305-1bdf-453d-ae12-d3f9c3cacab5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 32ca4060-a710-4ff9-b0bf-67451a880a40 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5cdd2efa-0f81-41f5-9b6c-db9ecbe44542 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 34cdc4a2-74ec-4247-9fcc-2f9052cdfc64 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 44b2843b-bd1f-418f-bae6-ed334903fba4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ff5b359d-6889-4f1b-9637-96de27c2b85d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 076032cc-0b1e-4a72-8e17-adae44c988e9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 61aba26e-5bd0-4203-9f05-f81813926dca + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1eb5a2c4-5abd-4461-bdd7-b5a1eb253e17 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 196aeccb-53d8-4839-8b9e-d6cc3436d60d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 49a86f26-1dc7-49dc-bb3e-48007177cded + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2de71bac-5fa8-4251-b746-d32ff1ba06ee + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 64b43055-09c0-4552-bdde-184c46a2a5a1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7178f814-f438-492e-b10c-4aa801b70410 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 19b52d49-2d1a-4e49-9023-adaa2f33b813 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 07c34a11-0e0b-45b7-ab63-451ef0f15889 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e7418001-fc1e-409b-80f6-9e0509818bdf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '69' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 145d85ef-70b3-4c39-a7af-db0c3965f894 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0d943331-1959-4e31-947d-1dc20d48e792 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 513ea958-4f7b-4494-839d-124c882da248 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d2ece935-7c3f-4dcf-9314-b1cd723dead1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fcba29c1-086e-4820-90a1-77a983fce20f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4c2e669a-71c9-4950-bcb9-c433e2f296e6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b80a361a-4aad-47fa-b1c9-2b7656ccdd48 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 391027aa-e984-422c-bba7-5181776d6ba4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bcbaa962-822f-4ebc-b989-ff2ce91e5bd4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 20f6d0ff-5c02-42b5-ae95-6e5dbd1d5422 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ae6385d9-8464-4bc9-be56-b62099ae2e1f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d67973f0-b588-4346-bdc7-63ab5e153967 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e8a1d995-a801-411e-851d-a1cc77c73de4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a6254bdd-a6c1-45df-ba0b-ebe639b7995c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7f8a11fd-fd1b-481d-b21e-0b9340ab85d9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 81cd39e5-18cf-4a15-b073-169701892774 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 054c81b5-7500-4eb2-a415-7aa6719eb0a9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b176da78-9bc8-4e5f-8dc6-cd55e294e72f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a7c3addf-f967-4d50-a247-267e1ed140fb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2500290c-7bc7-4545-8c92-470295dc0d94 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - be56d683-96cc-409c-b715-74d6cc651fe7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - aea69b6d-fe9f-4158-9c09-4c83b8c62f2f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 55614c36-e928-424d-a857-da43c3ff22f8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a86f4826-6959-498d-8ca4-9d25d4cf04c0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f64db951-84a2-4eba-9ea3-aa7c6f0c5e1c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0c6d19fe-0861-41d0-b67c-2a663c4a5d1e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 315b460e-f9f8-4739-b25d-1be172bf6cbd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 66d6fc4b-84d2-4d76-9eff-ce1615d52f57 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f7cd78e8-779d-47da-a028-936418061a82 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7bea5a5c-e752-482b-8cad-520918e70d7a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 81528a5e-d187-4d12-b37e-e1d60ca24715 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9943fe90-83aa-4758-a29a-fcc096315636 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - afaa394b-4a58-4b33-9bcf-9e6e1849b885 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - af40ef4c-aed2-4426-9b76-81e22a0cba24 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '50' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 55195b02-8824-4a6a-a5d7-ef29f16fb4fe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 165fcbb8-ea7e-4ce3-b3b2-0204722cf4a1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 06c6d39f-fe62-4698-a507-5807cb5fa8ec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '79' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b69216e7-9f1a-4b32-98b2-4d87bef50305 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dcec0bc3-091d-4880-9fa0-13d5408d13ab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2b93545b-5b41-4f56-b971-7b13868cacec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 85acd82c-03fe-4e93-9134-451eb437779b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6095099b-b62f-4e24-b9a5-895ae9267049 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e255a538-67a3-4de3-be5c-41c3f223b258 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '50' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4685d8eb-ac84-4c61-8378-d352a0d0ab3d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a942f1ff-7a6b-45f0-9486-c054caf72b30 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a3d78d81-ebcc-46b3-bab2-fa558d073316 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9450aff6-1388-4818-b2a1-5e07efc55835 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7c64bd58-c2bb-4163-a4ec-905cc8c8eb5f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:34:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3435ed59-ccdf-45b1-a689-d5444eca2b5a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9da98336-ba54-413a-b93b-90cb5ad68184 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4d9dd41a-65c4-4db0-b2a0-21156746ac50 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 50b863f3-8847-4406-b094-b62030245b20 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 04f8ed12-facd-442b-b7d8-4eb256c3c926 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a14cd852-8042-4b59-9b35-11ea0e0a2b69 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a84616f8-efdc-438c-ae04-adf64a4b8512 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 03ba87fe-e4c7-42b1-bba8-bc7bbe1fc32b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9708b301-6099-4d83-9c92-f9dc914f1ed9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - da26c8c9-34a6-4a11-8544-477561e83a6f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 28416017-c10e-4847-866b-0e5406b7e589 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '32' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 956f5713-63dc-4661-b2cb-d430b1ca424e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '52' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d9746d71-f7d6-41e9-a560-2ed3430b89b8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e945da15-c3a2-4484-adf5-db38f16e9525 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f054dce5-d9ee-43a7-b5de-6566ebb533e1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ad7ba70a-997a-4d8b-84f9-20898e5d6541 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fc6d4a7b-e1d1-4dde-8f04-dbaca417c231 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b258eaec-f0b2-4feb-8dd3-f167c353a8a6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0b3e71c5-70cf-4438-aafd-460abe83c404 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 571f2186-fb24-40ac-b38d-a7a2ea4a00f1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 26d070bf-1a37-4570-8b80-8c9afc9d525d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 12f0bbe1-7cc0-4db1-b894-37a861e0e437 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4d739393-50d8-4e00-bd04-855c62a8f37b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d6ddfdb8-8b9c-4b75-8a8a-27120fbb0c79 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 86ecc460-94d1-40ff-a6af-caeeef31378a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4f3d60f3-71d6-4af3-9bf5-425bcf98d06b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b3157633-760c-4b41-a695-8957cb03a381 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 66393cd9-dea9-4e40-82c0-59e2b165fb57 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 78fec085-ca15-46bc-a6ac-26dbffbc33c2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0050f287-eec7-46ca-bfd8-37fe365b4332 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b9bda973-a503-4a25-936e-740cf64dda7a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 21609a6f-1e5f-45e6-b9ab-1008db93d336 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2a051bd0-d4ab-4f23-930d-759d0a5465ca + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d4a2e209-1d52-427c-9ecb-6fefc45a1f8c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 55a0e56b-fd11-444e-af4c-6b100c7cb5e3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a3ffb955-0db0-4f0a-a7bc-f9e0ab013a71 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5f06450f-0911-4daa-9e63-10bd0d475a02 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7379fe43-ff6c-4c21-bae8-edf95cff72cc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b209898d-ce2b-410f-8127-c9efc9202109 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 821594b9-10ab-425b-90f4-9d36f2efe3db + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2cb3e9f4-803f-4fad-b814-fe9cca060d98 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7450afed-cb2a-4d51-ba25-9ff88d77dad5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 36af1c91-cab3-4322-9cd8-e75ea45df89f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7bed1b55-6510-4f41-8812-d66bfc909cde + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c37c9d3e-977f-4c24-b018-838661f1903f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 47689583-9d9a-4f0d-826c-a5322b2d99d6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '64' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3646dfb7-fbff-4ebc-b37c-bc255f4f1888 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1c29a545-3c40-4ebe-924e-9ba76393b245 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 16c40dca-f45d-4415-98bb-5fa3abcbd052 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 73e8c93f-5453-4c9e-b651-600552c89191 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7ae9db62-274b-464a-884d-57422ce0bcc8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0bcbf0c4-1623-495e-a339-34ee11d65e25 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 40fb0aa3-88d1-4c02-a478-8dc1559dd65b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 22032022-860a-4d1d-81ae-e4657315451b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 171182f4-c3d1-46e3-a691-e46a525be1cc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f0a14718-ff95-417b-bc27-f868a42e0619 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 600ba273-305e-4ac8-ad46-0eda4fba7599 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '71' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 515dfe11-337f-42c8-afed-8e4bca34c1f0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4105c5a5-d43a-4f7d-ac54-eac85b669b04 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 064725ed-d763-48c2-9dd9-38bafa48576a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a22cc883-19e9-475d-a084-6b70441510a8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2af79a2e-8b7d-4875-bf78-5a6fe2797c98 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4a5a1c3d-2063-4003-8cf5-4c200559d69c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d1dd6b1a-2fca-4bea-8be9-12a09ec8a5f5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c7c13c53-c452-4e6f-8c03-b5e0ec44da1e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3eafd36c-bcfd-4368-9cb3-9dc5a2442393 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fb3dd1b1-d691-4082-ab32-456fda02139f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8e8795bc-de8f-4471-9a61-e2a87c516097 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 67bdb6f2-3eb9-4547-bc33-cedfd34c26b7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '68' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - beca5cfd-e3b7-440b-ba51-e8298814c310 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 89ddd81d-f803-4b8e-9bbe-c4f8eb5f55cf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 43f4b7a6-0ebe-4c01-8d2c-bca638243aba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - aae6b631-e542-408c-b734-d05f628276b1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - baa6e4fe-61a9-42ba-a77c-3285a4295c7d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a120c5e1-6e78-424f-aa48-c75490ec0fd2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0e3306d9-e1d4-4069-9f3e-d65b004493e7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 513d6a6c-8168-48f6-b183-93ea81566c81 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '32' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d632bca2-c9f6-44bf-8f57-246180f25c29 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '57' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3415884a-485c-434e-b116-f184ee36ecda + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 05ebab6b-b7de-4b81-a520-4e00ec5a27de + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 67d23a79-3c3c-47ee-8b40-292058465f3a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '56' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fa774b60-7849-4043-9856-e55a17cbb590 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1e98a451-c63e-446c-961d-8595857673e7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b9ce191d-6cc7-4f6c-a9ff-aed1ea416b4f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d3480c70-aa00-4e6f-9c3d-014dace6b4e6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6a5230e9-c3b9-441b-a99a-4bfe3c44f909 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1f29cc3c-9a5b-489e-83c0-594b0c06b4e8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9fd36437-07c8-42a6-8e62-6fe6cc227ffb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - df288424-a9e6-4d2e-a177-330bcfa186b3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b2c10d98-512d-46ce-9332-fd0c4127280b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e13a39bc-6e6e-43d5-9933-ee7f014eaf1a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d9dad7a8-b3fa-4723-974e-af413d35287d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8511a1ae-35c2-4e6f-b638-642bb312402f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a5ef82f1-a0cd-487c-b53e-b3a8b6b3d11d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b80c90e5-723f-4bd9-b927-d4bc2ffb674f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5ee36b2a-4d8d-46e3-a76e-95f7e9137506 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b58a5784-ebf5-43da-aad0-ebfe56d091d2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6a23a4fd-0b16-4f90-b184-57a3810494a2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9abaffef-eac7-41a6-91ba-f0c0e0c171e9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 47f004f8-98f3-4fcf-951a-59d617b42540 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7c8ae8df-728a-497e-892f-0c60a912f598 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b65903ea-df28-4151-a348-14150e205759 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 07fcb6a2-0cda-4946-841e-86ba19b9bd15 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '57' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4b6c31f2-b2f2-4c2c-ac72-b585f083d0b4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f9411eb0-6206-4803-8853-9fde2b7343b9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '51' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c6b961c7-dce7-4c2f-9498-8cced980472c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 664fda05-ed2c-4be8-9143-1bdd40284f71 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 130f5e44-46db-4350-a2de-25c2ec521b8c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5d1cf051-e337-40cd-9d40-02687ef3d315 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 570c129b-3f07-4deb-ac8e-543316a6be45 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 439b439c-2752-406d-aace-c290ce06d074 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f3800634-8515-4244-9216-f24fd2a477e2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 135a42c3-f694-4e09-840d-8159e0c6ad3b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 406d31a6-94f7-4f12-9ddb-28b57ebfe809 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '53' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 46985aee-d06a-4ee0-9f1e-c16f050dde69 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 11e1ab5d-25d0-465f-97e5-14577cc2d077 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 62e2bb3c-355e-491d-b454-27dddc34fef7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 936ed0ff-858b-45c3-aa71-1313250fc91d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5ccb7973-87a7-4c7e-af08-9db5f1d45515 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 190683c9-3eb4-41d8-a1d8-74e48ab19e9e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - eac8d1c5-cd3d-4fd7-8395-87e24c4af6be + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5d2e9449-59b1-437b-ac63-da364f0a3c39 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 166b0b1b-50cf-4871-96c4-62f07de7ea9e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4145ac0c-cfaf-4334-8cde-080658f3d76d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fbbd0d34-693c-4ed4-9ac5-737527a2d85b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 967d5522-587d-4190-aa5b-3683e68a579d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f491f0a4-a056-446e-8bac-47e2905acb22 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 897a8935-03c0-40af-b7f4-e21bbeb2f670 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1b844a4d-eb0c-4349-9888-3d3b616d1f52 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4c438d9c-0aa6-424a-8a6e-a9c570427b27 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 98a40883-3152-4820-a827-47507c306de4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5b7989bb-b87c-41d7-8bc3-4a1316569318 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6b49fe60-7ce5-4f4b-b287-30fd2267978a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 316a2e83-9b02-4213-aceb-52564e6c46cc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a7e25a61-d8c9-4b88-9164-3263a55b1608 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 52c031fd-23d1-4b04-8aa9-529ece968b36 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7095bb08-cde4-460e-b1b6-9481108f5e2a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e76ddc54-e689-4a56-b26c-b4aa29e06189 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 391a6873-a3c5-4581-8081-dc01b2dbebdd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bbd022de-8a5a-4891-a67b-c02520e191f9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '56' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 69fd977f-491e-4ad4-b750-7f7dfb8a3089 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '67' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 57dff0e7-a695-4a78-ad3f-6cc790eb9585 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8e67d2b3-6424-4149-81d5-705e43cdadaa + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bcb5925f-8ab4-4210-9346-01e4cb6fc35a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 29c9f833-9167-44b1-9920-4017614c2d9e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 55077f8c-8e87-45a8-b69f-e7ed69751984 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5e0e52dc-8295-4528-ba5c-12d0afc56a6d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 22d01d33-a569-4f6f-8e5d-588a18af193f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 93354148-fd7c-4f69-a077-1bce8132ab61 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 531b82b6-0191-4167-8da4-c7878390d161 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 09126984-7cdd-4f7d-ae2f-29e4c0fdc233 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 38ea65b3-48ee-4cd2-a339-995abd9db903 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 50df136e-5504-4e66-984a-3d06074804ce + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fa699c59-8ccc-41b9-9123-25e67bcb3254 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ac8f6340-5ad4-4018-8665-5fd919ba8a3e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e98c49f3-d84c-4613-abc5-06f286fbd087 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4e7dad26-5959-4768-bc5f-3e5958bc6b87 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b18c8658-5913-413f-92b8-e76f8d2da11a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f82cb837-1851-44df-b2fc-5462844c437e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f834da29-234e-4862-a8ec-373ddb6af5bb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1ccab7da-54cd-416f-8a6b-959f0b444bf7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '51' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 64d88a1c-5f5a-4abb-93b5-04825c8b2152 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - cb4a70fc-0dd8-4f10-b472-ecc09faea8b8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7e68e2f9-d1f0-43df-941d-7d75ae97a049 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f65e3f6f-898e-4e79-9d1a-a2d9e15a0822 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f2cbdba1-f242-4e17-8c4e-4e434992e631 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 64144e1c-6e93-4ce1-bf4e-a9cf3d9f9961 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5dd01d05-df7e-4d80-97e3-ed776e09ddfb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 056eb708-5214-4f94-867f-f8933980cce7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4f9a9c21-d3bf-4ca5-ab08-152e6f4ca7e1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4a1e86b2-f57c-4c65-8ebd-9f79c30b2d1c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2843ce20-d607-4efb-920e-14008cb40ccb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0b285695-af74-4c2c-a54f-d40bdffabf97 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 92cf6195-5b24-4504-a8d3-35dcb817cdd7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f3e97f95-b461-431e-8702-d4df845b87d0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4870b937-72cd-4724-9567-caf56a43a7b0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fbed9122-d55b-46e6-8e37-05dbcd25d3ba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 825ddf2f-eb4d-41c7-a80b-25cc71e79cc0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 34d3e03f-a017-48ce-bfcc-08f25c96cce9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '54' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e559a816-4088-43c7-8787-0d07bc484760 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fe291f05-130f-4522-bcbf-7297b8f927f5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '56' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e15835ce-af21-4dd9-a34d-61e113c71d96 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9855110d-fc3c-479f-bbdf-00b3f0086bbb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - deba94a3-f3f0-4c3c-9e88-021f5cc42760 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ee48a83a-6da8-4e35-bf06-ff4f8991e8c9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bb01f430-be1a-4df5-b1b9-719baf94e75f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 72ff95e9-e845-4f00-a93f-acacbfa7c3e8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 165916da-ad59-4e11-9b68-2b70cb2adfce + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b2a0042f-b1f7-4eaa-b2b5-09a4c3429a3a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5ddb944d-3331-4b21-b13f-651205cfb3c9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e2f01467-a162-495e-a564-db90c8d2d956 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - be24cb90-49a0-456b-a8d3-7430cd6b5bb5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 55d627ce-5f87-4c68-be3e-080189cd2c15 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1a52c9ba-5094-40f5-9b5c-1425de76bf61 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6d012cd3-d0c0-4982-add6-17d8456cde1c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d87cc97e-4486-412c-91e3-dd773955911e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '61' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0fcdcd61-d7ec-4bac-af3f-4f53a1d46ddc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 17e6a398-7c51-49d5-8aeb-6bc4fe7a5a97 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3fc238f4-50f6-4e4c-9032-e50cc03fe753 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - db86e837-c9c6-4258-8454-53a6d65c3bf6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bac0466b-be4b-43a8-b5ff-d3f51b7f0bdb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8b62936e-4c40-4f6a-a2dd-7633dbf15d44 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 63e7b6dc-a1a5-4983-87d2-b8c8dc1da79d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 263f5419-4b6c-4b5e-bb83-95f9aebdb54b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ee6ce615-6d5a-4bed-bacf-5af6d8c09b5b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ee48b81b-0818-41e3-a1af-08c1b181ae5b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6caba86f-6f3c-4f9e-8048-f5b3041d3b2e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '51' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8361d5f9-8bc3-448c-b4d4-28c1613c281c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 737faff3-d236-42f5-b675-e76e0f0d98d8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e36364e4-ec99-42b0-b40b-b4e9b6470a9f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:35:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 13a940db-7934-42d0-8d5c-45f11cbbca34 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3678c114-64bc-4cc6-9971-3126ce6f60ef + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a6c9a365-21d2-4c75-9b84-fb572dadf1f6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 27429879-d635-4464-855f-5b1e11a379b0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7fc41f39-e429-4472-af2c-661c737884a5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7197cc28-b737-4948-9a01-94fe7597fbc1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8bf6a173-6100-4394-8259-b9944aab7c5f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 95f508af-6635-4aad-9d6b-0967fb4e8e3f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b0cc33b0-39cb-4998-9df0-770fdb0e8cd1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9a967f91-0609-4ace-ad33-7d2546eaa6dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 42e63b24-94b2-4a85-bcf8-52208db1d8f1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '56' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 695261a3-3eb0-47d1-8664-52a7606f6c02 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 64d325b0-d637-460c-8265-3597b1b58007 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8fb9f1fc-682c-41f2-a0ff-b8a04a58f091 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c897de22-5dac-435e-9fea-43e6ad8d836f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '65' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 11ccb8f5-4fc3-4d7e-87a8-8300d64f9508 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 467c3795-e4c2-4488-aa0a-f40506cb34e9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '63' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8d4a836c-67e5-4535-868e-fee700431a0a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '64' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ce8267fe-12bc-44fc-9e3a-a264064a7ee3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 670f984b-9da9-4598-90aa-b003648fced1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3ce52381-295e-4bbb-9e35-e2de8c21794d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 602285d6-bf22-4f0c-ad0f-6e93b945abcf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2d6e58f0-3cc8-4a7b-96fb-50f4556948ef + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3c22e9f1-166d-456e-91bb-ebdb83a6bc9e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f358970c-86f0-4bfc-a598-53bd477a5f52 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 42df92af-88bf-444e-82d2-b61c52539c84 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1d21972b-08db-4c2a-9610-568d4fb2fffb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c4d30951-f629-415b-871f-21731e767443 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f49acc8d-8b02-4e36-a927-8bd41010f404 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d54bb128-d7d1-46e4-a655-d5ae23489d8e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '72' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b610a243-ec14-4b13-b4f9-ef1b2927ecf1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d7d229a4-0890-4cc0-8638-95ac87de1a3e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9d132b45-2fa5-43d1-b124-34ffacd68abc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:34:02.5481123Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill + Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul + Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April + 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.89},{"text":"Bill + Gates","category":"Person","offset":26,"length":10,"confidenceScore":0.8},{"text":"Paul + Allen","category":"Person","offset":39,"length":10,"confidenceScore":0.75},{"text":"4 + de abril de 1975","category":"DateTime","subcategory":"Date","offset":53,"length":18,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":1.0},{"text":"4. + April 1975","category":"DateTime","subcategory":"Date","offset":19,"length":13,"confidenceScore":0.8},{"text":"Bill + Gates","category":"Person","offset":37,"length":10,"confidenceScore":0.86},{"text":"Paul + Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.98}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' + headers: + apim-request-id: + - 801c0019-ff43-4adc-933e-471c8edef629 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '165' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_key_phrase_task.yaml new file mode 100644 index 000000000000..d9c7fbabf061 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_key_phrase_task.yaml @@ -0,0 +1,250 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "Microsoft was founded by + Bill Gates and Paul Allen", "language": "en"}, {"id": "2", "text": "Microsoft + fue fundado por Bill Gates y Paul Allen", "language": "es"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '368' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 55981b33-fb92-47c1-953a-a40935ef4b62 + date: + - Thu, 19 Nov 2020 01:36:11 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '245' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:11Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:11Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' + headers: + apim-request-id: + - ff528b8a-3764-4519-9f29-e0ecbeb2bf76 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '14' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:11Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:11Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' + headers: + apim-request-id: + - 9bbe93b9-cea1-43cb-9281-1f8dcfa64fee + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '13' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:12Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:12Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 03d79841-a7d6-490e-ac70-ec1dfefa46dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:12Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:12Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 417a6b53-1c59-43e2-beca-4866d5609bfd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:12Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:12Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1f132e0e-afbe-4931-a8ec-693c995c9f43 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:12Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:12Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:36:12.2865705Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"2","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7c2601af-9636-4100-b7cf-38789288bce5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '195' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_pii_entities_task.yaml new file mode 100644 index 000000000000..a908e0741fc5 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_pii_entities_task.yaml @@ -0,0 +1,15934 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [{"parameters": + {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], "keyPhraseExtractionTasks": + []}, "analysisInput": {"documents": [{"id": "1", "text": "My SSN is 859-98-0987.", + "language": "en"}, {"id": "2", "text": "Your ABA number - 111000025 - is the + first 9 digits in the lower left hand corner of your personal check.", "language": + "en"}, {"id": "3", "text": "Is 998.214.865-68 your Brazilian CPF number?", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 0bc0e325-0d99-43e4-a5eb-0eb8038084c5 + date: + - Thu, 19 Nov 2020 01:36:13 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '141' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' + headers: + apim-request-id: + - 212b8c17-2a90-44dd-b107-f515a068a868 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '14' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 82d2fbad-2299-4730-ab76-049f0b280006 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 616be447-a940-4c34-8819-ef86132dc38e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 922d3b0a-08dd-4ebc-951a-b502f72a31ea + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 373dfc25-47dc-4859-a05b-b08eb0fb4164 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dc80b9f9-1a67-48ac-af0b-70568d7f1527 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f1e06a57-025e-4738-8f09-afb0084e7590 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 48564dee-98fd-415d-bd2b-2618976cde92 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0928fa7b-b119-4265-bcac-c0577b94d3d4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9c36e88b-b0c5-4d5d-a8b2-5a297b78e031 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d79af82d-1539-470d-8aad-203e0c7d72a2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '54' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fbb337fc-e79d-4861-a8ef-4ce568f7a0de + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 502331ea-4ceb-4f13-ae6c-8a32bbd50a99 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 39693fe4-09b0-4aa8-9a50-f8f1cd60b4cc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a6334859-3ff7-421f-b41d-dc90ac77aeb6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '52' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b4f0f654-c308-41f3-b9fd-c493f5f5bf30 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 31ff9163-5af7-41c3-af88-e51fa2e999db + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '52' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5d5420a6-91ef-454b-9dd2-3cc52417c9f7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8d18340b-d207-454b-8aa9-55b3b40150c6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '66' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a4a7bae4-9a1f-4c80-bd1c-1fd84baa0876 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '52' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 937741ad-00d1-4322-8402-804c73fd4cf4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5febf27b-3820-471e-8d38-38b915dd8383 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '57' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f3b43397-62ac-4a84-9fe4-cf513cc16c27 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d64263a3-77a2-4f73-a90f-7c10493fc4da + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3ac7192f-dedc-4f90-9925-d2ae88477fd5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 81ad47b0-36c5-4165-b4f4-42f56f5369f9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a80f242b-459b-42eb-afc2-cd2f3937da0f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 049ed13e-827b-42e2-b5ab-8aca56db70c8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 48ae2abe-aa51-457e-82bd-ce61c7f0391d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 47cb752c-c32e-47f5-bb91-4b1bd33d2653 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 06e2c6cc-84ca-40fc-9f45-42fb41105066 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '68' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d8561801-cb69-48cf-925d-beac5c624fe0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dd58722c-8b09-46b3-aade-a9028a2f36c9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 52f65fd5-32cd-4650-bfd7-4e4420f7eeab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0519de72-51a4-4bbc-878f-541920f0d13b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1b49af20-391c-4b36-9be9-9d469ae471ee + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0f429445-ee86-44c3-9940-d630c1141f21 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2a1c7d2d-8aca-437c-a865-528fc4efd1fe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - cd967dbe-993c-4a12-ba4c-d87acbfbda5c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a38e7180-9f02-4a26-820c-b73f5279cd17 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3a910927-d266-43ed-a277-1b7212830b39 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 318dfb4b-b73b-499c-be4b-1a8dbf4bd257 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dbe3fdc1-4a8c-48eb-846a-6d2a232422d7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '70' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 372b58a6-5f9b-4886-9b5a-4356af14ca66 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 04d9dae9-0251-4902-bd11-fd591cf376fe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - da9eaf03-003d-4c3a-b611-40339da93e69 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '72' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c91094ff-2f02-4a95-8db0-81fc1ff5ad5e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a3f5a642-b411-4d3f-b2cc-154466e3a221 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0eef3b21-093b-4f84-83f0-43ed46fe95c5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f6903d02-095c-40e3-883a-ac6cbc9f8ef3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d158a2b7-ac76-46a9-a0f0-de33430d00c9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 35badaeb-c8ac-4901-9d4d-34fe548ac43f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a265a9c0-0a89-4be8-a5a5-5eee0d77190d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0c534b83-fbf9-4017-a0ea-830527ababce + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c5544beb-a9a6-45b1-be92-6481076ef8bf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '51' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e88448f3-5a2f-4fda-8217-ce861839e6dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 60db4f97-5ab9-477d-8200-b96acd21eb88 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c4031f41-0114-44d3-86d1-cad6ae92538c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '50' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dc6b714a-46ba-47be-b902-7bfcb4c19b28 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fd3d04fc-f8c1-4df9-9d38-7a073dd37d00 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c6b2ad56-26ad-4bb3-b583-e2ceb7d5fd71 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 646750fa-3e41-493e-8965-14c2e58eca72 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8d19dd83-9ace-498e-a584-c47ddb251e7a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - be95d43f-9edc-42c3-8f92-6434608e86b2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b7d0d610-e61a-489b-853d-4ca50e061d28 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bdd028aa-fb3f-441b-9c93-14f95ce33e39 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 65a9c7f5-e383-4e16-9135-9f38ffa5e1d3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2faa5a1e-5124-45ef-b7a4-ed97affb3067 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1114220f-2164-4b22-8f5f-689f58176085 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4fe465a6-c7c6-4baa-9756-a8b170527fc6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2948f3f1-eff7-48e9-b8ab-a4c8db6531ea + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '50' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a8868a72-2b53-4b6c-bcb8-37582fb18ef8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 269f960d-82cc-45ef-b5a1-5cebd2d6ca1d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '53' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 816d4eb5-631d-4186-9781-ecc604a2e138 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d8fe8be2-b2a3-4f46-bd9f-5b4a9678e0b1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 70a7b29c-a557-4669-8ef2-6148a5fc14f6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8cfdd70f-decd-4d1c-b0ce-6c47af0ec5bf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5f924084-8652-4460-8b03-93063b773bcc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 09b0fa8c-5eba-486e-a5b9-6184568da1f7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - df5e8061-42a5-4999-a924-595dbf1fcf46 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4e249027-c400-49f9-b45b-768a429ae5b0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dbcd7e72-7534-4a9d-ad71-24f7f6115507 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d6f554ce-9b39-4ebb-b610-6258c7da404e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7b640337-2a00-4f6d-b231-025179cc045a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 05c40437-038a-490c-af2e-b6253ab8378a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '75' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6a2ec37a-e06f-4a9e-960f-5f2943f2203d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - be59a19d-d261-4508-93e6-33a60946997f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 88460176-5789-43f2-aa97-74100c2d5d8c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bc35a14d-eb31-42c4-adab-6bdc7bc89fbe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a9f722a0-544b-48f7-9f48-33324a0588f3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1d8c54a6-a2ea-4a8f-b46d-74d902060daa + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2b663d85-2b9c-4a4a-b240-b691e9dc56c3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '65' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1f22c8cd-0e07-4bec-847e-13a25d08f2fb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 77f0779a-d010-4119-87bc-1f465c093709 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9d835c2c-3e46-474a-ac36-22d070ad93e9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2291a8a9-7ddf-4af9-9bf6-64e8e5cd19e8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '64' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - cbb04c1a-cd73-4d1c-b459-b04ff15fab68 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3a447e5f-078d-46e2-ab56-325dea06561f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f982c996-f280-4fd9-9577-93cc232c92bd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b4502df6-0de3-4cc8-8e6a-aab82a8f49d6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - faedac3c-b6ce-416c-a96f-37534bd7ec22 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '64' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a5770cad-efd5-4e98-ad7f-db2a648ee3b8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 58da9232-6c2c-4058-9fda-35a043a79642 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 607f2c6b-6a12-4998-8b41-2eb7aa2c9078 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 668a374d-408e-4918-a852-8976035d1132 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e6d6e267-00b6-4161-8cbd-c19f2763efab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a30b506b-538b-4a4b-8058-888806ad802a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 191463d6-6fb4-4ec3-bbf2-d933a0fc92bc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f82781a8-baef-42c7-af5f-ca3817a27f12 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bfbf06d7-76ab-4add-9714-bbc9964ca5df + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a852fd63-8b3c-4920-a479-672fa82c112f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8c74a622-6b61-4064-b595-676ab7239fb3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '53' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4e8863dd-bbd7-4b8b-998c-819ff4841b28 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '61' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0c95b57e-a3e3-4008-b846-01058485e6e1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2f65181b-7c1b-448f-b7d1-efdec530e720 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 40ac1eac-90ff-4471-9934-96f1532d4277 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1cfa4db5-8c8c-4eef-b356-1561da6275dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - cf083b38-4d75-4de0-bf96-c4b3f6c9e071 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6a9bee31-b59b-4e9b-9ed6-59f2b4a63481 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0c215791-e321-4fab-a580-0af3e69c32fa + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3a883059-a270-4801-b5e4-b6dd742aa6c2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 691842cc-7af7-4ded-a6eb-3c9165f3c399 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 07bb67d7-ace9-4bb5-8c51-d5a197707eb3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 851e53ed-2122-4228-bf67-6c6bb6d14229 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2c90220f-ba6c-459f-be07-02bf9889f037 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8ddb0236-1755-489c-a11c-d45f4e8d9ab7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0c1aa72a-237d-4286-ad66-deb66aa8d38b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5bfc616b-d808-4c1e-96f5-215aaf6daac1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ca389277-5932-43b5-bfdd-27b3d8b12d9a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 215badc5-c708-4436-9bd0-287c1ef0a21a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2b58cb05-a07b-4baf-a6fe-394dc8821b4f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 895bc957-7450-4bd7-929d-a3a882912b78 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 06aa5236-8de6-4f2e-8263-9122276dab45 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a9a1f27f-e24e-4511-b593-d23943271219 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 20ba7168-a25e-4c72-982a-6bbba3223dc3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 921f6865-a920-412f-9195-91ca87825a57 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e740c727-dbea-4d80-85f7-5ee0659dd5b9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '63' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d50ed65d-1355-4fef-9a86-b7ce71721d36 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 69a4ddce-9dfa-40f6-9507-ef85e474e346 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - de300a93-692c-4b16-86c0-24294a83a61c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9d0a35b0-f8f9-4c10-b5af-a3a3859af263 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 50b637d9-242f-4568-bf2c-f00d0ec38578 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 717e5c62-e309-4729-8283-3b9438903908 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6506b9ae-fe1c-49fc-8bb8-19ad77c790f9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 132651d3-844a-4aac-8ffd-cd257419e608 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '54' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 60173de2-53a1-4634-91db-ddd233aa6bd4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 90642196-a2a1-4dd5-ae11-e9d7fc8d68cc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '50' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4409524d-fa34-4946-8561-9a4bbe969305 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d87e5fa2-c83b-48a0-9231-18e02569c1ec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 023f6303-057f-4dac-b222-a63b589676f4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ca3a5390-1c52-4373-912d-9f20a2d69e04 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ad5eee7e-4941-4313-af4d-b8e1d0ba0252 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 883866d8-83ca-4d7a-b4a3-c0300bc852f4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b8918f82-3590-4b0d-8b6e-d357555e0dd9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bf27c346-1c61-4952-8729-39a9f31e0143 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - baf824b4-b249-49e6-bb26-1b55ef84784e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 454b9e91-46c4-4a48-8dee-d822781dfdb5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7b8ffd00-5845-4840-af6a-138308a1a4f1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a866a393-7006-4147-ba09-50ee60d123b7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 637d410a-7ab9-4bda-97b7-68ab414686b3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e9d8dd9f-812e-47e4-b35b-c7ee668813e2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7307c9f2-b191-4fb8-a233-8a676641bcad + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 857e8863-75e0-4b32-98e1-96571128b6e2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e2e6913c-795f-4977-be7b-54c2ef2282c9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d76f4418-4beb-474a-bf9a-c0779778db96 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - eede9d5f-a0ec-4e52-b42e-c24980cdf2d0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7933f9b6-da41-4e39-b097-6b9dd3b651d4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 072f2453-a730-4c2b-a5de-715856a94b80 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 47f91c51-8134-457b-95cc-8edf4beba161 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 69e9f317-fcdd-4b4e-8a0a-ba7f569dd89a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c02562c0-3d92-44d3-8676-78f90e47fb7f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b6b84934-7d79-4412-b775-f663492b18a9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:36:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - adc93aa9-392f-4423-9036-a83b13f9919b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 63e20b65-bd15-44e6-8991-c3ce5646ff76 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 72379099-07dc-49ba-846c-eb9ca0a16c15 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c326fbf4-7fbd-4f82-9a81-d1b8c1a2cc50 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - be4d2e02-20d9-4007-9576-9642c567c2a2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 31c20a4e-6fc1-4d7a-aa40-49a08fb61b17 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4a80c672-87d9-4cf6-9b93-d3b870580766 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '65' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1ab9e037-31e6-4dbc-ba52-4b270047a872 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3bb58008-cb07-4aac-bd4b-143a4376580c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 015495ac-bef3-494d-a7fa-07148460081f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b5f4050d-23b6-4c65-94e5-2282135615b8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3cf13f11-7ea4-4edc-a2d6-6f68425fa0ac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '53' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0ce24346-9070-40e4-ba14-11a8923c1dd8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '51' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7b488144-f06a-4b5a-942b-7b50aaae3306 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2780657b-2cbf-4eea-9d60-a64e75e48b36 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4489be92-04c5-43ad-9f03-30a90392451b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dbf053f8-6b9e-4337-8756-d541779ef010 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 04741572-b506-4e8f-827a-61073f9bb3d9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 75878b96-5e39-474f-a167-55d8be7c910d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2d7df206-37dc-4cd5-9848-cf7518be05bd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6d5a2a3c-27df-4fc6-9910-342bb394e779 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c442d749-4fd6-4ce6-9064-2ed18b1cd7b7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 98abcc29-9b9b-4dd3-95df-6caf400c2817 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 675cc8e2-8aaf-471b-80a2-eb18250d856b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '57' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bac1f152-2202-420a-aee7-5e49f274f40a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a64b619f-9621-40a6-bf96-c511d78dd877 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9e6b31ef-339e-468d-b929-ba09f9d2c631 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c00a3fd6-f18c-4ce6-825b-523f3662a781 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c9399f7e-ed1f-4fd0-ae77-1b3678724ed5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d8027b22-9ec6-415a-94de-58a9d962808c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ab374f6d-eea4-4b51-9930-2d7dd2387784 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '52' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3c358efa-1a2e-438a-a441-ad218e932af7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 407d7c55-1062-4d58-96b5-455a07c30e47 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ad84ad21-35e1-4871-95b0-fc84a9c95289 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4993edee-e077-4155-b3c1-723149b4f470 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8d3b8051-3210-4db4-9eda-a2c40e5e0f7c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 223d51ad-8f0a-45fa-ba5e-f758dab30b67 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2d8415fa-89c9-4380-8bfd-b9483d69a79b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dc6634f0-ca70-430d-b60b-bfe43c7c0ebc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 86e921d5-a46a-4540-b033-057d6d259466 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f53be511-9c83-4738-ba32-96f8beeaddad + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '61' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 68b1720a-6199-434f-ac0c-0270ebb9311f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bc2537a5-770c-40c9-b051-52c7d3b20ed5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 158a385d-b776-495d-a126-107ba70d9776 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e6926e70-0d8d-47c3-9119-10f9a7d63316 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a0ad8fe6-a1a9-441f-b564-c4df963715a1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '75' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0be20a55-d982-433d-ac88-bfaa12717227 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4fe0f1cd-aeab-4d6a-8d2e-c54fdba40c98 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '63' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5e111131-ab92-41fe-b9bb-482445a088d6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e7967439-2e55-4ef0-937e-ffe21d88819b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c4e64c03-8090-4d9d-b55a-f95d861f2010 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - cfa684e2-c1cf-4c03-9b1a-ce3cd8ba0d2a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f00529a9-13a8-41f9-a2d6-456bf71755bf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 97e30102-54a7-4757-a483-5071d75face1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e310dab2-e6e8-494d-ae6c-929250416309 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c2741e01-3105-406a-96bf-0382a4eb0802 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '32' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - da36196e-bed6-4cd7-bd4e-4626c3bd200c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f815cf7e-c1e9-47d5-8c74-8352d67678f7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c24c3243-5ba4-4e14-8574-b45ace3c8128 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f3234ae7-9d02-4fdf-9b27-c833cdcb8009 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0c597523-a3c9-45c8-b7ad-b61d8b6cf141 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 043b2505-e2c8-41be-9b00-0b63db21923a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6c6269be-1017-408e-9276-9bc868a776c2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9070867e-4811-4172-996b-889e87377701 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ee42e17c-3cf9-482e-922e-16ace987819e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - de504562-e15a-4813-9a78-4f92f09611db + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6dfc4759-a6ef-4533-ae54-e1dc63c0cbe6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 82815f20-7063-4f66-9d2a-2c11ea78408d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 35b16924-a823-40ee-8d13-17a6ae6c35ba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3cd72e73-f3b1-4cf4-8e16-4d54ea37c0d5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9e12195d-4bc8-407a-a521-0afed6907f8c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - cf2f1bb8-b464-4d48-becf-5d269bf1258c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2f3e904f-4832-43c5-a477-514f6d6f21e8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0f7a5cdc-4909-413e-b028-3262f6139369 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 66b04f69-8ddb-4309-9e94-9effa821bb86 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a1c26950-8d69-4087-a8ed-03b393e837f4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 888b4331-62b2-4bb4-854b-9582da19affd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c180d2f6-4b91-4106-a7a8-2d3a3101d865 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f9702a1d-e56f-45bd-9c63-86b0095aa6f0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '63' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 12e57c91-c72f-48cd-85ab-640dc613e31e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2404dc65-29b7-4b07-92ea-04e000042221 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 72a73da1-2ce8-4de9-9de5-25cf3f6c6daa + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - aaae50ca-1cc9-442b-8074-d03bd030be15 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fa53c8ce-e514-473b-8c5d-bed90c0569da + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '71' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 59afb4a7-67bb-4806-91cb-2921e498de87 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - df780a4a-0f89-4494-8fe8-914548637874 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 772288f5-fe2e-4b25-95c7-1dc85a14c892 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bb0f4117-3506-4eae-8b78-36bd22e8e8be + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 49004d28-e092-4eac-b9fd-c5bc9bde36c4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 60c12760-3aea-41e9-a9fc-d45c8f0e111d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2f5cad37-3a43-4162-a1ec-780d81f1cac8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f84b7ff8-a8f6-4ef7-8622-028968eb3ae0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 427fb820-e564-4b7f-9408-53e5d62bebfa + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4c15b863-2cb7-4bda-b1c4-ff69578f591f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 29d067a6-0905-492a-8bca-c630dbe1a4db + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3050e9ad-6553-4a2e-85c0-591b641f5ba5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3670676b-3870-416c-8524-9a3d283725d5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7fc02eef-faff-46f1-a8bc-37e077d8e8be + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 68170d0a-ddb3-43be-ae7d-b0e9b9a0014f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5308a651-8960-4db5-8eca-247e84bdcae5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e639fd06-5939-4867-ae44-b06ed8c4fb98 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 37a4f88a-ff92-4ef1-ab09-f83543b92164 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fca6604b-1d84-4cbb-94ec-284593c361bf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 699025d7-79cc-445b-aa56-ed2dff772c50 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 05430649-df23-441f-9a20-a643ebc7d8dd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '57' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5e44b880-904c-4910-a098-dbbb1cf547da + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8e5a5eda-52c0-4cbf-9354-0e5255d2ed20 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 793566ac-5670-4fd3-98c8-5cb5dccdf3d7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d8ade2a9-4155-41b4-a61a-4f140e457fe1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '70' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a473b660-242f-4e10-91e5-dd12da4f65ee + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e0e21371-6742-4330-9bf9-9b440f8e73ab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c714b294-cef7-488d-8895-09ac8b65223d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d8dfa0c2-a753-4c30-8c9e-54f29c18eb30 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 71c79244-6aaa-4792-a73f-71ceb271dbba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 33cc9c4d-734f-4844-82d9-87c391edb8ea + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 73e629e1-5494-46bb-9017-ccb3cb50dfd3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5185736e-7686-4689-97a6-874308847bcd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c3752a23-d4d1-44c6-b4a2-9a75276410cc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7e295bff-5ea6-4705-b25b-4b49bf357196 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6d2dd3c9-54cc-4a62-8a5b-26ef3ce343c4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 027a2ae2-c258-402e-a72c-ebe1df8f3dd0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 88991c8b-b801-406a-85f0-20feaa3a9939 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bc6d2b75-2af6-4ec2-9513-b6c111d186ba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '84' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 40b5da55-1df3-4b02-84b5-3d1457c83d66 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1d64565e-8b64-46d9-aec7-48b72afdab4f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 00ee9943-f7d2-4464-8f86-dd074732948b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d7c31440-69dc-4686-84ea-0fed34478119 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e08f4d41-7c17-40b9-b7d0-b2977427e75c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 27a532a0-9b92-4bf7-b623-5123296fe5a2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f33db48f-5c82-4c48-b7d5-4a00bfc7744b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - efd28f00-a4d4-496c-ae7f-ce684b90f33a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a953a345-4568-4560-aa35-b62a0137960a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 48562ba3-1e7a-4e37-a1c8-18bd6247bf6b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 57b98f3f-0098-40d8-b0c7-b0f659af7c53 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d732ea19-9f58-410b-8571-f87f4f641fbe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4a56bca3-d7fc-4dba-98f0-bf238c940127 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1e51e1bf-ab5b-412e-bb62-a3ae203d5721 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 63c8ba0b-f5c0-40a0-bb9c-2b8f731eb776 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0bdbab99-d54e-4034-ab3f-716a5bdb518f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c69dd748-070c-4352-a8e3-cf9fac38f1d3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a2ab96b1-cd98-4ce4-a802-cebe394ba320 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a6cf7ca6-9467-4551-ae64-3f4e5fceebff + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3dd7390e-1aaa-46a3-94c8-a6a02564a749 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5d3cc434-6f31-4c62-88d1-d206824f78fc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8fb89758-6b77-42db-93ff-a8f01d0f2027 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 35c3aef7-69f9-4887-9dcd-2d7bf0be2592 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 907e9734-2bfe-4ef6-831e-bc2593f97215 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6ed13399-bed0-457c-b69c-55384c09522f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 00c87e65-afe8-4062-b579-2b9851d1ace9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9a9b8e97-74bf-4bf7-8eaf-ce9aa881f151 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 63edd2b0-862d-4ba9-853f-241917048271 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f79d515e-5d1b-42d3-8053-2f6c847d9b8c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d4ebca64-fb74-4e6c-97e1-4ddfa6559177 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - da0bafeb-d659-453e-acae-f1f3ef90589c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 179b9fdf-8c4b-4c16-b613-73294f0ecb29 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '57' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fa07e062-853f-4522-911b-fc2361c874a3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d2f898e6-2cd2-46f1-a5e1-c3b0f28d95c3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0be2efac-be0f-4bf7-a5df-e985ba7c8bfc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 932f2214-681f-4fa2-afc3-bb32953ab42a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ab7f8d0a-a622-4858-b576-da973d0a0a6f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 58694fe5-125e-4f23-9283-448fd76a15ed + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0be411f4-6460-45f1-bd17-992a0a24cab3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '65' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 35c3f1d3-1159-429c-897b-b6b7c594d364 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1597b09e-d5bc-4faa-b566-27b022ba2281 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c021ce3d-7b74-408b-99e5-4d114f8d1788 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d790676f-1b89-492a-a161-99ca625e7ef4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d193c004-0481-44f4-bb60-557081c24aae + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - cbcd99b1-6c23-40a8-8b9b-643870ad4509 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c9fc022a-5175-4b35-908c-871e405e443e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '66' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7c75dd3b-6cfb-4559-9c58-79a23fa24d27 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - da60ddff-5d98-49c9-aba0-468e26b5f11d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 71a6602e-d27e-45bc-bfd8-8b26752d368f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7f6327f5-0c90-4400-a18b-756fe52d4dc7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6c21eb50-d4d8-4d3b-860c-bfc0c8d40f0d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7913bdb1-8870-47f2-8b5b-244e1a64dc67 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 36390bc2-4b37-4908-ac2b-60c11f219b23 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 74c49b31-f192-4b84-a630-06d4f5d7d480 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 475ec1cc-c524-42b1-93f1-f7014488c233 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 41f84071-7a84-46a6-af82-19f4cc3a7d40 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 14729dfa-099b-42da-8b92-b56eb9bc8529 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '58' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e02ddd6c-b6ea-43ea-90bf-6f53b14ee546 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6662b4e9-695a-4af9-b89f-a0569272df0e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - aacd3fa2-321d-4c40-9c58-d43b3a877ec5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 44675107-fcc9-4705-bc40-4c714c633513 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fb24ab2c-d049-431b-ae1e-73751dea56bd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 636f3323-2627-4aa6-9c3c-7b430cd1aea6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '81' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4666a479-4674-4d66-8efc-f056b7959fab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 467b02b6-f196-460e-814f-e64acc393c8d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 11225b2f-9a14-41a5-a807-448960d40d85 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0c068ad5-dd8b-456c-aaa7-892ccfe4fbc7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '54' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a76c72e5-7bc1-41b2-9072-33292efa4622 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d2a69d84-b180-4010-bf03-d5c8a5bd4827 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '53' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a136d792-5d50-4889-84f4-1a227d6fbcc4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0fcd30ba-2d2f-4e3f-be33-34a34ab24596 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a6909054-f515-41a5-80d2-9aa96f1a78e0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ad03f62c-7533-412f-a569-0c73e9be482d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 047277d4-c86e-47a8-baa2-55cace0c542a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8bc4bee7-e829-4f36-b65b-2feb76510fae + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '50' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1c19f187-65c4-4169-8450-3cf7b465dead + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 42d0ce60-0d91-4ada-a14b-510b1a3b18af + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 363f1b7f-5cd0-44d7-8539-5682d308c4e8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 10610cbc-9f91-4597-b93e-a7176cc4c476 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 96a649a3-ccf9-4f95-9b2e-ab9523773cde + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3f05e0cc-d3eb-4fc2-9e65-7ddff56ce16c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9b75fc4b-8e12-4a84-a645-c211d65d04b7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c6a14976-5c4d-4428-8462-7ef6e77b6d93 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6f4f227b-4c26-4c60-af92-89536ba171f3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 76885eaf-5b1b-4fb8-9f3f-85257051d603 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 90bd7143-db09-438c-99d0-1a09b888b765 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 86a92b75-4294-4968-9aa9-b3598b031b13 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5593562e-5bc2-4e96-8885-b7004fa53214 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7c81b453-23c5-49cd-8c47-a2196a943cfe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - af53c228-00b6-40b9-9e99-cfa312f2ebc9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f01b75fe-b5a9-4a26-83f6-63c9641d4f3d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dec458a0-5b94-43b2-b1d1-637d7dc407b1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 63ebcd4c-834b-4f7e-bd1b-26d18abec639 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bc8b4de0-8f56-46c5-92d4-fb2b35b45575 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7d72fde1-7290-4b9d-b08d-618ed4857b6f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 856bde6a-9d4d-49d2-85b9-2a154af2cad2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8edb2dc9-a8fc-454c-b270-d8517c3dc2f7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9e685949-e4e4-4a23-9050-7452c8fa2349 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0019cee8-e9ec-4af8-9981-4e8d7642e8f7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:37:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 95d370fb-9b1e-488a-b944-a81e059124de + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f046c2f0-785b-4c27-b6e1-7a9d2271a414 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '54' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4823bb30-5cfc-40b0-bcab-4393f7d51a79 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1a3b6972-8902-47f9-bfdd-47d59cacd31a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 65161dfa-5b3d-477e-a024-fff31fa9a246 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 88b06021-2509-4f7d-b2be-41271cd651e1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2450f0ad-3791-4ba5-be2d-e019aab42d75 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '71' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 583db3fb-f711-410b-8ff2-02387da1c770 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 36b29054-8b68-4171-8c61-1bdb085bfcd4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7cf6d528-0819-431d-988b-ba30ed5cf234 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b45871c2-9d87-4c81-af74-9949c720c2cd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6fa6ec47-a96f-4b4c-95be-bcb6ee957f6e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '52' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 285f87f4-a9f6-4e89-8d52-f3c7cc542378 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 353d818b-f398-4bd8-9483-f7735f334293 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - b9b7bd15-a452-49e5-9e0a-a132ec898134 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9c98f82e-742b-45a9-a490-9381665595a5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6f14eee4-325f-4c59-af9d-6e8b65e8855d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 52d99c32-8b7e-4a14-bdf4-ee4a70b6ed14 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ac7e7187-a41f-46d4-9748-a964ef5535e7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 592cb742-5c7c-40a9-8a88-69e45903665b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '56' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f3dbd7c5-80b7-44c0-a7b0-9b4c2c36acf9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8fba1417-480d-48c5-9b05-4ac7b78e8a6d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - eeff2676-d803-45ad-8fe9-1357ebd1a871 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 06dfb70b-6bec-438c-a74e-9ed13d311b25 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f8417e57-66de-49bb-b998-326ab012f625 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5b96a2e6-75e7-4044-84fc-3d4dfc8039c8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '57' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ba103146-fdb9-479b-8935-f948fb2afa80 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d6ea755e-d752-41f7-bcbd-dff5dbb09c24 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 72004559-17de-471e-9d5a-7a55dc64d8da + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 13cc6ced-1e76-4f2b-88e7-6cd18813175e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d72136e8-e9a5-47c5-bac9-2e207bb59ff9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 337a83ff-ab9d-4e7a-b28e-f53222871854 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6c691680-be33-485a-8146-81aec9ed1d6c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0392b31f-8979-4a6b-a4ff-c2b827b19b39 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3ed7f0cd-9f3e-427b-8b04-5c8fd69b6d75 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 9d198a62-7cd1-4822-9ea6-bd1f6a916771 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f655e068-a107-4ab4-bf73-bcc2e8017cb6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bd3ea3b3-e3ac-4773-8817-e0a9987ec342 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2f6f217c-ea82-4a8c-b983-1a5aaa8564e6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0207d529-f1d7-4787-a6b6-e045b8d30261 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f892afa3-75e9-4c6d-937c-3abdcf30b959 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4c6c6f76-eb2e-417e-aa9a-de4ada80a693 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '59' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a0953087-4d9b-41dc-bae2-3fad74737167 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 035fe1e7-cf19-4177-957d-aedfed24be8f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e388312a-8d49-449a-8ba0-a264e37fac5c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 933d8c57-0545-42f2-ad1e-8c7036935d1c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '45' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4e1e83f3-468e-4872-94c3-a3d2e63e8dde + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8d263ae5-96ed-4902-be4d-73050eeda921 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 614f054b-4eeb-46c5-9884-99e074c5fc87 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '53' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e7127096-2bfe-4208-bf36-03ac20e05073 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2563c02b-dbc3-4bb0-8acf-4a2b21e6e713 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '50' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 19cb2228-b0aa-44a7-8a07-983aa7557c0a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5e08ada1-545d-40a2-bcbc-89852f518f4c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 527e8b65-d474-4bc3-813b-5f9325cdf5bf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 801b1590-31e5-43cf-bc59-97356c1829cf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1ff430c9-bb25-4da2-871d-c7f568041cc0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e3886acf-7efd-4d20-8acf-9ef2c2e87e09 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '71' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8ec409ab-e660-4a83-9e69-071a1b1295cf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - f707ad7a-8223-41fd-8cef-44242a57e644 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3eee463f-5445-40d6-b5d0-ae9c91335c01 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 04654796-f773-4b53-99b3-6d1d7600b662 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a73fc9e1-d909-4d28-a16e-3b3acea30632 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '44' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - fc26260e-2734-42bb-b697-b91b17a019e5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 85e2e999-21e3-4d9b-8ef1-f13d0d28dd49 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 45cf2666-149a-4465-aba7-3514dc97e8d6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a3e606ac-fde9-44cf-bfb5-c8de492cf46d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5f294e9e-ce5a-4393-b2a9-b698d5527de8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 565021ab-ac2e-43d4-86d5-0a58071bcb57 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 86cf5764-7478-4b21-a55d-ccea18d6f112 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '73' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 530a03d7-9602-4b8c-a96c-4db582290692 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a8834602-97c0-42af-8d7e-9919404b8457 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - bf28ae14-b683-4da6-9eb8-436139b962ff + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '61' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T01:36:14.7433074Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + SSN is ***********.","id":"1","entities":[{"text":"859-98-0987","category":"U.S. + Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your + ABA number - ********* - is the first 9 digits in the lower left hand corner + of your personal check.","id":"2","entities":[{"text":"111000025","category":"Phone + Number","offset":18,"length":9,"confidenceScore":0.8},{"text":"111000025","category":"ABA + Routing Number","offset":18,"length":9,"confidenceScore":0.75},{"text":"111000025","category":"New + Zealand Social Welfare Number","offset":18,"length":9,"confidenceScore":0.65},{"text":"111000025","category":"Portugal + Tax Identification Number","offset":18,"length":9,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Is + ************** your Brazilian CPF number?","id":"3","entities":[{"text":"998.214.865-68","category":"Brazil + CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b252af85-71e7-45b3-89d7-fa62e230bab8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:38:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '149' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_entities_task.yaml new file mode 100644 index 000000000000..cc4a71807e0a --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_entities_task.yaml @@ -0,0 +1,158 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "1", "text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, + 1975.", "language": "en"}, {"id": "2", "text": "Microsoft fue fundado por Bill + Gates y Paul Allen el 4 de abril de 1975.", "language": "es"}, {"id": "3", "text": + "Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegr\u00fcndet.", + "language": "de"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '568' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 0d0951f3-c8a5-4a74-8be5-4c180fdfe97b + date: + - Fri, 13 Nov 2020 20:40:37 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '339' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000 + response: + body: + string: '{"jobId":"992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000","lastUpdateDateTime":"2020-11-13T20:40:38Z","createdDateTime":"2020-11-13T20:40:37Z","expirationDateTime":"2020-11-14T20:40:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:40:38Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 86091b80-bfd3-45d1-8bee-e23b7d1cf8bf + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:41:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '192' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000 + response: + body: + string: '{"jobId":"992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000","lastUpdateDateTime":"2020-11-13T20:40:38Z","createdDateTime":"2020-11-13T20:40:37Z","expirationDateTime":"2020-11-14T20:40:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:40:38Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e7340e61-dc2b-414a-a8ff-a061894a8139 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:41:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '179' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000 + response: + body: + string: '{"jobId":"992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000","lastUpdateDateTime":"2020-11-13T20:40:38Z","createdDateTime":"2020-11-13T20:40:37Z","expirationDateTime":"2020-11-14T20:40:37Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:40:38Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:40:38.0561406Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill + Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul + Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April + 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.89},{"text":"Bill + Gates","category":"Person","offset":26,"length":10,"confidenceScore":0.8},{"text":"Paul + Allen","category":"Person","offset":39,"length":10,"confidenceScore":0.75},{"text":"4 + de abril de 1975","category":"DateTime","subcategory":"Date","offset":53,"length":18,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":1.0},{"text":"4. + April 1975","category":"DateTime","subcategory":"Date","offset":19,"length":13,"confidenceScore":0.8},{"text":"Bill + Gates","category":"Person","offset":37,"length":10,"confidenceScore":0.86},{"text":"Paul + Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.98}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' + headers: + apim-request-id: + - f9ed7c9b-e7e8-4c5f-8053-e740ba20840a + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:42:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '347' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_key_phrase_task.yaml new file mode 100644 index 000000000000..473258b72b83 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_key_phrase_task.yaml @@ -0,0 +1,80 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "Microsoft was founded by + Bill Gates and Paul Allen", "language": "en"}, {"id": "2", "text": "Microsoft + fue fundado por Bill Gates y Paul Allen", "language": "es"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '368' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 97c0ce1e-6dfc-4f19-a8b6-78467f44c87f + date: + - Fri, 13 Nov 2020 20:42:10 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/429ebd0a-4810-44b3-94e7-c8f7fc27f4a3_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '277' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/429ebd0a-4810-44b3-94e7-c8f7fc27f4a3_637408224000000000 + response: + body: + string: '{"jobId":"429ebd0a-4810-44b3-94e7-c8f7fc27f4a3_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:11Z","createdDateTime":"2020-11-13T20:42:10Z","expirationDateTime":"2020-11-14T20:42:10Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:11Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:42:11.2223235Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"2","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d2dd1e0d-b84f-4862-8553-abc9f9f1b8db + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:42:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '237' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_pii_entities_task.yaml new file mode 100644 index 000000000000..87032c9c353b --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_pii_entities_task.yaml @@ -0,0 +1,226 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [{"parameters": + {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], "keyPhraseExtractionTasks": + []}, "analysisInput": {"documents": [{"id": "1", "text": "My SSN is 859-98-0987.", + "language": "en"}, {"id": "2", "text": "Your ABA number - 111000025 - is the + first 9 digits in the lower left hand corner of your personal check.", "language": + "en"}, {"id": "3", "text": "Is 998.214.865-68 your Brazilian CPF number?", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 7b918c47-fbda-4115-81dc-49df971c4ae9 + date: + - Fri, 13 Nov 2020 20:42:42 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '88' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + response: + body: + string: '{"jobId":"f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:43Z","createdDateTime":"2020-11-13T20:42:42Z","expirationDateTime":"2020-11-14T20:42:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c96e69f7-47d6-42b3-a50f-510cec748542 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:43:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '75' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + response: + body: + string: '{"jobId":"f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:43Z","createdDateTime":"2020-11-13T20:42:42Z","expirationDateTime":"2020-11-14T20:42:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 30501859-9563-4abd-9734-8492ee18bc56 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:43:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '187' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + response: + body: + string: '{"jobId":"f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:43Z","createdDateTime":"2020-11-13T20:42:42Z","expirationDateTime":"2020-11-14T20:42:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 20833f7b-1e33-426f-b5e4-bd1696971011 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:44:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '174' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + response: + body: + string: '{"jobId":"f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:43Z","createdDateTime":"2020-11-13T20:42:42Z","expirationDateTime":"2020-11-14T20:42:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2ce7895e-0781-405a-a4fd-a4138265812e + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:44:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '152' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + response: + body: + string: '{"jobId":"f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:43Z","createdDateTime":"2020-11-13T20:42:42Z","expirationDateTime":"2020-11-14T20:42:42Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:43Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:42:43.4263105Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + SSN is ***********.","id":"1","entities":[{"text":"859-98-0987","category":"U.S. + Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your + ABA number - ********* - is the first 9 digits in the lower left hand corner + of your personal check.","id":"2","entities":[{"text":"111000025","category":"Phone + Number","offset":18,"length":9,"confidenceScore":0.8},{"text":"111000025","category":"ABA + Routing Number","offset":18,"length":9,"confidenceScore":0.75},{"text":"111000025","category":"New + Zealand Social Welfare Number","offset":18,"length":9,"confidenceScore":0.65},{"text":"111000025","category":"Portugal + Tax Identification Number","offset":18,"length":9,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Is + ************** your Brazilian CPF number?","id":"3","entities":[{"text":"998.214.865-68","category":"Brazil + CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e6d659b0-ce36-4d1b-addc-88591d8c38c5 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:45:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '412' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_credentials.yaml new file mode 100644 index 000000000000..1864a5b72115 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_credentials.yaml @@ -0,0 +1,37 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This is written in English.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '415' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: + - '224' + date: + - Fri, 13 Nov 2020 20:45:16 GMT + status: + code: 401 + message: PermissionDenied +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_all_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_all_tasks.yaml new file mode 100644 index 000000000000..5a13fb000c9c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_all_tasks.yaml @@ -0,0 +1,85 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "bad", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "bad", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "bad"}}]}, "analysisInput": + {"documents": [{"id": "1", "text": "I did not like the hotel we stayed at.", + "language": "english"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '422' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - fe496f7e-06b1-40e0-8394-44d966c6dde4 + date: + - Fri, 13 Nov 2020 20:45:17 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/07b9ea6c-391e-4757-b56a-df333688862b_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '259' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/07b9ea6c-391e-4757-b56a-df333688862b_637408224000000000 + response: + body: + string: '{"jobId":"07b9ea6c-391e-4757-b56a-df333688862b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:45:18Z","createdDateTime":"2020-11-13T20:45:17Z","expirationDateTime":"2020-11-14T20:45:17Z","status":"failed","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:45:18Z"},"completed":0,"failed":3,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:18.5717174Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:18.5717174Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:18.5717174Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - ce0551c2-72cb-442c-8265-f8561c421c24 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:45:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '24' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_multiple_tasks.yaml new file mode 100644 index 000000000000..c32159eff9e0 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_multiple_tasks.yaml @@ -0,0 +1,160 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "bad", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "bad"}}]}, "analysisInput": + {"documents": [{"id": "1", "text": "I did not like the hotel we stayed at.", + "language": "english"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '425' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 3dbb8a5f-3b5d-4f46-a13f-9eb39387dd08 + date: + - Fri, 13 Nov 2020 20:45:50 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '339' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000 + response: + body: + string: '{"jobId":"a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000","lastUpdateDateTime":"2020-11-13T20:45:50Z","createdDateTime":"2020-11-13T20:45:49Z","expirationDateTime":"2020-11-14T20:45:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:45:50Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 6280347f-bd2c-42c4-ba48-4eaa17f8ffb7 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:46:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '166' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000 + response: + body: + string: '{"jobId":"a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000","lastUpdateDateTime":"2020-11-13T20:45:50Z","createdDateTime":"2020-11-13T20:45:49Z","expirationDateTime":"2020-11-14T20:45:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:45:50Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - e57b4a36-e1db-497a-b056-11c9263dd038 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:46:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000 + response: + body: + string: '{"jobId":"a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000","lastUpdateDateTime":"2020-11-13T20:45:50Z","createdDateTime":"2020-11-13T20:45:49Z","expirationDateTime":"2020-11-14T20:45:49Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:45:50Z"},"completed":1,"failed":2,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 2e58d34b-ea1c-4a3f-8e29-c300580e4b3d + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:47:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '321' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_single_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_single_task.yaml new file mode 100644 index 000000000000..aa9f507a0347 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_single_task.yaml @@ -0,0 +1,79 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "bad", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "1", "text": "I did not like the hotel we stayed at.", "language": "english"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '304' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 4d24b315-e2b0-4cdf-843b-97240f0078ac + date: + - Fri, 13 Nov 2020 20:47:21 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5e5a8248-be06-47a2-aca1-b5acee7cf725_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5e5a8248-be06-47a2-aca1-b5acee7cf725_637408224000000000 + response: + body: + string: '{"jobId":"5e5a8248-be06-47a2-aca1-b5acee7cf725_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:23Z","createdDateTime":"2020-11-13T20:47:22Z","expirationDateTime":"2020-11-14T20:47:22Z","status":"failed","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:23Z"},"completed":0,"failed":1,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:23.0302436Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - e6ddc3e6-9558-4c96-ba91-238286e368fc + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:47:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '16' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_request_on_empty_document.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_request_on_empty_document.yaml new file mode 100644 index 000000000000..8afc0afa03bc --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_request_on_empty_document.yaml @@ -0,0 +1,43 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '226' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"InvalidArgument","message":"At least one document + is missing a Text attribute."}}' + headers: + apim-request-id: + - 3898701d-2b97-4dfa-af27-5c552ee5829f + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:47:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '6' + status: + code: 400 + message: Bad Request +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_client_passed_default_language_hint.yaml new file mode 100644 index 000000000000..5fbe9eb5826a --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_client_passed_default_language_hint.yaml @@ -0,0 +1,225 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 00b6ab5b-d612-4e38-99ea-642d13943282 + date: + - Fri, 13 Nov 2020 20:47:55 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '186' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + response: + body: + string: '{"jobId":"1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:56Z","createdDateTime":"2020-11-13T20:47:55Z","expirationDateTime":"2020-11-14T20:47:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:56Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b4b2e4e2-76a3-4e46-9f2f-fc0dd3907806 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:48:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '335' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + response: + body: + string: '{"jobId":"1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:56Z","createdDateTime":"2020-11-13T20:47:55Z","expirationDateTime":"2020-11-14T20:47:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:56Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 501aec0a-e947-4722-8284-3069c3a3b9b8 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:48:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '284' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + response: + body: + string: '{"jobId":"1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:56Z","createdDateTime":"2020-11-13T20:47:55Z","expirationDateTime":"2020-11-14T20:47:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:56Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 503776dd-90d8-4348-a3da-7b368bcc3739 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:49:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '451' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + response: + body: + string: '{"jobId":"1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:56Z","createdDateTime":"2020-11-13T20:47:55Z","expirationDateTime":"2020-11-14T20:47:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:56Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 37e5eed1-5863-4ec1-a504-eb9f8c031573 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:49:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '380' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + response: + body: + string: '{"jobId":"1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:56Z","createdDateTime":"2020-11-13T20:47:55Z","expirationDateTime":"2020-11-14T20:47:55Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:56Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3428ca67-e926-4645-9714-ddef26671b75 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:50:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '513' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_duplicate_ids_error.yaml new file mode 100644 index 000000000000..b03fcd5a3373 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_duplicate_ids_error.yaml @@ -0,0 +1,47 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "hello world", "language": + "en"}, {"id": "1", "text": "I did not like the hotel we stayed at.", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '480' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"InvalidArgument","message":"Request contains duplicated + Ids. Make sure each document has a unique Id."}}' + headers: + apim-request-id: + - 90b7c3a6-5d83-4e65-a0fd-6aaea69565ec + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:50:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '6' + status: + code: 400 + message: Bad Request +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_credential_class.yaml new file mode 100644 index 000000000000..bcfdd47acf26 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_credential_class.yaml @@ -0,0 +1,37 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This is written in English.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '415' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: + - '224' + date: + - Fri, 13 Nov 2020 20:50:30 GMT + status: + code: 401 + message: PermissionDenied +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_document_failure.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_document_failure.yaml new file mode 100644 index 000000000000..2cb649245299 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_document_failure.yaml @@ -0,0 +1,44 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "1", "text": "", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '264' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"InvalidArgument","message":"At least one document + is missing a Text attribute."}}' + headers: + apim-request-id: + - 84a106fa-577f-44df-8589-c8a6dcbddc71 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:50:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '9' + status: + code: 400 + message: Bad Request +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_docs.yaml new file mode 100644 index 000000000000..069ac02d0973 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_docs.yaml @@ -0,0 +1,224 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "This should fail because + we''re passing in an invalid language hint", "language": "notalanguage"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '464' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 82feea5e-0686-4864-b583-424878c2af5d + date: + - Fri, 13 Nov 2020 20:50:32 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '257' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + response: + body: + string: '{"jobId":"d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000","lastUpdateDateTime":"2020-11-13T20:50:33Z","createdDateTime":"2020-11-13T20:50:32Z","expirationDateTime":"2020-11-14T20:50:32Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:50:33Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 36a1ce41-5f0f-4f6c-8693-8a74235c0087 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:51:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '180' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + response: + body: + string: '{"jobId":"d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000","lastUpdateDateTime":"2020-11-13T20:50:33Z","createdDateTime":"2020-11-13T20:50:32Z","expirationDateTime":"2020-11-14T20:50:32Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:50:33Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2433824a-2197-4920-8fad-88e6d4874d59 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:51:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '193' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + response: + body: + string: '{"jobId":"d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000","lastUpdateDateTime":"2020-11-13T20:50:33Z","createdDateTime":"2020-11-13T20:50:32Z","expirationDateTime":"2020-11-14T20:50:32Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:50:33Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3a482454-ddda-4266-86b2-ff14d5d63fa2 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:52:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '245' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + response: + body: + string: '{"jobId":"d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000","lastUpdateDateTime":"2020-11-13T20:50:33Z","createdDateTime":"2020-11-13T20:50:32Z","expirationDateTime":"2020-11-14T20:50:32Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:50:33Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 25b7af86-0e9d-4f20-acf1-4f965e39f0c3 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:52:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '332' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + response: + body: + string: '{"jobId":"d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000","lastUpdateDateTime":"2020-11-13T20:50:33Z","createdDateTime":"2020-11-13T20:50:32Z","expirationDateTime":"2020-11-14T20:50:32Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:50:33Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en"}}],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2cd47ceb-93c2-4d20-9132-ad116c36532c + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:53:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '346' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_method.yaml new file mode 100644 index 000000000000..cbde05974dbd --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_method.yaml @@ -0,0 +1,222 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This should fail because + we''re passing in an invalid language hint", "language": "notalanguage"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '464' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 78a80fbf-7a73-4897-af4a-951773245286 + date: + - Fri, 13 Nov 2020 20:53:06 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '346' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + response: + body: + string: '{"jobId":"5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000","lastUpdateDateTime":"2020-11-13T20:53:07Z","createdDateTime":"2020-11-13T20:53:06Z","expirationDateTime":"2020-11-14T20:53:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:53:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b5edf29c-3906-47b4-a320-5684491ffc10 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:53:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '352' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + response: + body: + string: '{"jobId":"5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000","lastUpdateDateTime":"2020-11-13T20:53:07Z","createdDateTime":"2020-11-13T20:53:06Z","expirationDateTime":"2020-11-14T20:53:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:53:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 64be6258-aa0b-4d2a-b878-6fce5d6e7bd7 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:54:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '294' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + response: + body: + string: '{"jobId":"5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000","lastUpdateDateTime":"2020-11-13T20:53:07Z","createdDateTime":"2020-11-13T20:53:06Z","expirationDateTime":"2020-11-14T20:53:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:53:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7a4977dc-246c-4bfb-8bb7-365cf120c32a + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:54:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '354' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + response: + body: + string: '{"jobId":"5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000","lastUpdateDateTime":"2020-11-13T20:53:07Z","createdDateTime":"2020-11-13T20:53:06Z","expirationDateTime":"2020-11-14T20:53:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:53:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3a29b2fe-b7d9-476e-9199-6ba00a5a677c + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:55:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '365' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + response: + body: + string: '{"jobId":"5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000","lastUpdateDateTime":"2020-11-13T20:53:07Z","createdDateTime":"2020-11-13T20:53:06Z","expirationDateTime":"2020-11-14T20:53:06Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:53:07Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en"}}],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5b3f8778-925e-4481-8d51-2ccdb4718c23 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:55:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '396' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_multiple_pages_of_results_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_multiple_pages_of_results_returned_successfully.yaml new file mode 100644 index 000000000000..de634aca531c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_multiple_pages_of_results_returned_successfully.yaml @@ -0,0 +1,7588 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "hello world", "language": + "en"}, {"id": "1", "text": "hello world", "language": "en"}, {"id": "2", "text": + "hello world", "language": "en"}, {"id": "3", "text": "hello world", "language": + "en"}, {"id": "4", "text": "hello world", "language": "en"}, {"id": "5", "text": + "hello world", "language": "en"}, {"id": "6", "text": "hello world", "language": + "en"}, {"id": "7", "text": "hello world", "language": "en"}, {"id": "8", "text": + "hello world", "language": "en"}, {"id": "9", "text": "hello world", "language": + "en"}, {"id": "10", "text": "hello world", "language": "en"}, {"id": "11", "text": + "hello world", "language": "en"}, {"id": "12", "text": "hello world", "language": + "en"}, {"id": "13", "text": "hello world", "language": "en"}, {"id": "14", "text": + "hello world", "language": "en"}, {"id": "15", "text": "hello world", "language": + "en"}, {"id": "16", "text": "hello world", "language": "en"}, {"id": "17", "text": + "hello world", "language": "en"}, {"id": "18", "text": "hello world", "language": + "en"}, {"id": "19", "text": "hello world", "language": "en"}, {"id": "20", "text": + "hello world", "language": "en"}, {"id": "21", "text": "hello world", "language": + "en"}, {"id": "22", "text": "hello world", "language": "en"}, {"id": "23", "text": + "hello world", "language": "en"}, {"id": "24", "text": "hello world", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1710' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - ee0a6e88-ab6a-448a-9c51-4b994e74d47f + date: + - Thu, 19 Nov 2020 02:06:06 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '3122' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":0,"failed":0,"inProgress":3,"total":3}}' + headers: + apim-request-id: + - 1c5840a6-0b70-43a2-98df-2ae7f5684750 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '2944' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":0,"failed":0,"inProgress":3,"total":3}}' + headers: + apim-request-id: + - fc6b8089-ebef-4856-891b-282cfda52c0b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '2370' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 17a33309-e41a-4c06-8a9a-984ead2cc781 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '2943' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - bd78cdfd-e036-4107-bd98-97fda641e65c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '3023' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - cca0624b-1a5c-47ac-81fa-9521b2974b20 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '3113' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 928c2917-5ca4-4a1d-974b-9346b034b7fe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '834' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - b6ee85df-807a-49ce-ac7c-3113db345d86 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '364' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 564887b2-b40d-47b3-ac2c-b96fdb8540ea + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '435' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - b7037d9f-c9cd-4233-bf30-5755cc0bd50d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '425' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e32c88f8-597e-4e4b-bfa9-db319208defe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '305' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e7688ab2-0f54-4f22-8ac6-4b0538dee301 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '341' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 412fc7ef-47ef-4c85-8687-3eab8a5a870f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '325' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - bac55707-9153-47ab-b14d-972913c9d92a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '272' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - c9433b36-3801-4dac-a220-1a0a9924ffde + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '311' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 60205033-2115-4911-a2c3-ce2f8a066980 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '252' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a7807ffc-b8da-44fc-8f61-b5fe91109ba7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '346' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6d61ab0f-a289-434f-93e7-cfa4288dead0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '336' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 982099e6-346b-45f7-983a-ec3962ced93a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '230' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 93baa8f9-f458-4050-8d30-59b9d13e1f03 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '224' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e6e36efc-cc97-46e3-8a94-b70d6e1518ec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '380' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 69ac524b-75ae-4cdf-a476-c25311bae1cb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '244' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 53c21360-0ebd-4c8c-ba09-4e97e8bfa8b6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 2735e22a-0d5c-4b17-83c7-0e17bf621b8e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '322' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 7a720a2f-3024-4971-bddb-90e4a5ce762f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '249' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - d6e9983d-a988-46c5-b13b-87d462d0ef09 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '342' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 66b0c647-ec23-41c8-b615-9bed4f35f081 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '494' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - bbab8da5-da26-4b09-8023-ccfb6b69723e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '253' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 318a6889-524d-4c3d-bb1b-d2d12e8ee1e1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '227' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 70da8ba7-170d-49d9-87c3-f91bf94f77a2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '252' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 929b1656-d1e5-4b56-81c3-bafc19d2fbfd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '260' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 24d426fc-0ed1-41cc-a557-ae90054728e3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '404' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - dfe574af-6081-4b2a-abd4-a029d0b87a76 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '383' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 9694b3e3-b102-4445-a963-3b4c50671439 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '259' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 88d2cd87-e446-4621-87d5-b9cd53e91da4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '345' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1bbdd41a-be40-4298-8c4a-201b098fa07a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '313' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 47f9fe67-966c-4129-8d3d-ccd4d0b699f0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '305' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 687f67bc-fbde-4d1b-8586-a0669c8bba3b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '359' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 4d5aab46-2887-4f98-89d0-6b79487fc16e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '257' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 9a87c330-2c22-4045-a104-0a77d36b9ef0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '316' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 9730229f-83df-4df1-b1ba-a9b3bb8bd26f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '324' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 099ca0c2-3a37-49d5-9731-7984ebb63baf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '316' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 49d3cf40-6052-4c90-b809-85374d7d8dec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '248' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 4001612b-cf42-4c4c-8220-ebf5cd06f940 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '242' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 0b28da01-5d8f-4dc8-a65d-d361b70e24cc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ab8cf97a-ec0c-4360-a71e-c2c6067875d2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '289' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1d719e30-72d7-449a-b5ec-a0f0de769ce3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '391' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 7250da79-1f7b-4c15-b3df-6887e6924963 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '355' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ebe7eb59-debc-4e95-80d4-188c44e17654 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '285' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 3eccf57d-72bc-4f21-9cb5-f0b0ff564d34 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '320' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1bb76969-b630-4007-ba5e-16b2e807d710 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '285' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 2b1645e9-cf09-49c6-b387-ae8d6b9bf2ea + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '263' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 0cfea3f3-bca9-4aef-824f-15a54eb1090e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '376' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ebd70869-ea76-4311-b846-f9ea69959225 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '357' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8ee4cc97-abf1-4abd-a16e-7d3a4fb8a6f0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '299' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 3e727b1b-6ac0-4bdc-a486-883c57ea5287 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '308' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - b5fef8b4-3ce1-4ccb-83b7-c693da1c5115 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '285' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6a203992-60cd-4835-ba3b-b9e380585421 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '221' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e30e07ec-2284-46a1-be78-9656d7840e9f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '406' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 57270789-ecac-44df-b9de-aed6a6f28acf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '342' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 319a6d12-dbaf-47de-82cc-00b096553de9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '223' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e2ba3499-dbb3-466c-91cf-cf449e50c04e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '349' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 0fa68316-c1ed-480a-bdaf-74cedb29dc26 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '370' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 3d437ea7-348b-4694-bda5-28d0f4fc47e1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '218' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - de3f6c3a-0352-47dd-a260-fa3021dff655 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '229' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 07326405-bf17-4e1c-a5c0-9f7634c24443 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '343' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e8bb0e1d-e942-4392-b3de-70f353fa94af + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '309' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ffc0efa8-73ea-48b4-aa71-1d79b92f3568 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '212' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 53ebb842-b314-45bf-a2cb-1c8cf1122438 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '353' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - d95cb0ce-8632-447d-88b5-43b700b08f93 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - df3ba60a-bf2f-4e8f-9aac-2b0075cc9ace + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '271' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - b80f8551-e99e-4561-9280-9a36a22ae9c8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '344' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6f531f11-1f55-478b-a2e4-48a77676f658 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:06:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '332' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - d23cb919-aa85-41a0-85fb-ced43e37c9ad + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '307' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e02c2732-b2dd-4e77-b1db-2f253e4a2b64 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '318' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 85c87ba5-deac-415e-b365-ca6e35c39c11 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '486' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 005ff18f-519c-4a3f-b1b5-60f5a20268f4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '321' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 96e567ab-32b4-471e-a541-10c9ebe52469 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '258' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 4aaffb45-1636-434b-bcac-d126d8ee6d6b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '383' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 29b31296-76d6-4e36-9fca-6c4b09016033 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '331' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - c2705379-6d20-4ef9-8fa7-39df9e245d3f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8e52deb1-80e9-472e-bd72-7fdaa89ad71b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '257' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a09fa386-44c7-4117-bcd3-50d4bb141643 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '280' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 91b150b2-6adc-4547-a13e-7c4bb84a855b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '302' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 9d9230ae-e301-4b37-a958-d7db12c3b711 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '378' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 401ae83a-990e-47b7-9651-70c94f0ebbba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '280' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 16570dc3-cc1b-46eb-a094-e3672cb3c42a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '296' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - d20cf036-581f-4c59-9561-b58c5d69e533 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '317' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 5469f5e6-a4a8-498d-9b9e-efa07f9ac131 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '308' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - f41197eb-2d8f-41b7-83ad-63b74b0e52d8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '327' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 4b066b70-6d99-45d6-b2b9-1894ed46ba4f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '372' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 5d2233ea-0789-457f-9718-152f9b92533e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '327' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 33ba4bce-97c6-433a-9116-ce27c1c04d4c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '247' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - f7197bac-389b-4466-940f-967c2c80ec17 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '348' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e430fe6a-686c-4794-a4bc-861983782f82 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '311' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 7831d8a0-d604-4415-b5b4-f93e0f50bf58 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '243' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 5858e5dd-ba4a-4ca2-b8e4-0b2026e826d8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '216' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a50ab148-1795-4eae-a820-888de9585253 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '270' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 2a73240c-8647-4da2-896d-2386e729c495 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '319' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 20d02457-c668-4f8a-acb9-593fc476318e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '251' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 00e06ebd-2897-4d6b-956b-b5e8e1d0c1f0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '280' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 474ffa66-afb9-4beb-aa7f-14af73652594 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '269' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - fab64f20-fb87-454c-9b6f-bf505d46aa30 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '286' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 639f6458-58d3-40e7-9542-16b27375791a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '275' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 7058bc50-25fc-4ced-8f85-8a8c4c7cce6b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '336' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8be73151-4317-4f49-a993-18c6fd232f60 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '278' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 2f2b01b6-9e89-4bbc-878f-75c624dd599a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '311' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e86d1ec3-b95f-40ea-b871-9a293382ac9a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '330' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - d6bd4363-8e0d-4b26-923c-f0cd46d42995 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '272' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 40d5da9e-ce85-4427-944c-63ee01188fbe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '296' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - b71a35a9-acbb-4201-95e9-37d0e4591e61 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '259' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 272b16a6-465f-438e-8a22-10f3293379ec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '243' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6d8c99f0-1214-45ad-86f4-430bd2b8e4d2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '345' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6c80d537-9461-4a9d-a74c-88f481e305f2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '280' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - d38341e8-fef1-4606-897a-036b1b2ce2ee + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '284' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 0d2102d4-e4ff-4cad-8a59-8e0a31463bdd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '244' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 7eb47342-a0ea-4495-8726-eb708b9d7e90 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '234' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8f3c863d-bafc-444f-8e81-1ad49cbd8013 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '280' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8388c23b-1101-4464-89cb-eacebbc4cf3e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '309' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ae8aa6de-605b-46b8-aa96-e54a7016d779 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '271' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1b341d6f-2f33-4c43-9f01-5d4de03cc5c7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '369' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e88a22db-8ac3-4192-9c2f-ea729c1c6f87 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '285' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 70e2bffc-ecdf-43b9-a27f-bcedb9aa446a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '223' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - f9a5b3d0-ab44-43df-a4f2-3cbf6ff010a7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '325' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 38531391-68b8-4ce0-a3ca-7f1b2c2d41ab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '293' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 4d23650b-a066-4018-aaf4-2f6690a401fa + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '381' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - af21f107-fe34-4ccf-9a7c-23e147ec432f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '322' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 047e74a6-b2ef-4cc5-bb80-6336de6b8f38 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '316' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ee5fefc5-7280-4909-b8e7-f593058f0c11 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '322' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - d4904ad3-ca46-45b6-ba4e-dceeeac059d3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '262' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6cc875dc-7a5e-485a-8acd-dc7cf81ba504 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '232' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - adf80ddd-5214-4702-992c-cdf41a6c0bf9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '298' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 654a6b91-d0db-481b-a9f5-c1b16f55fd10 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '329' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ed70ce77-4bad-45fd-bd89-6db746f0927f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '277' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - b0ce84b9-c18f-4c47-9f31-427de64dedf3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '265' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 3946d292-46a6-489e-8ebb-dbe6cb886589 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '273' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 88caedef-b1da-469f-b042-024eb3304a1f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '236' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - f924988e-f723-4cb9-8d3e-bb379a610832 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '356' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1e329172-6f1f-454e-93d2-c16ac42ba592 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '400' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 960885ed-f019-43e4-ac9c-17cb0b2114fd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '302' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1fa0b275-ff6b-42ae-bffb-f3e7318ed81e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '342' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 11e1969a-9485-4d7e-a419-7fe7abfbc041 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '282' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 214a4161-3f45-4e4f-bdd9-20e5d20d3cc2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '273' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - b73e3513-caa0-47d6-8367-2d8604c20a7b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '236' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 0d9b5c14-f759-4aa4-acd4-45daa21f5d6f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '309' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 3bad6bf8-8ecf-471d-8a76-601670d7f989 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '256' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8d34d770-05bd-4dac-8ff5-be2ea01f1555 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '324' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1c5e508d-18f6-4f71-a90f-d803927db713 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '302' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 7e4b99cc-015e-4780-8224-31a79141f624 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '234' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 02d03159-458e-48b3-a1ea-3e88692f9149 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '234' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1cccee35-6a4b-4b63-bad1-e27702706122 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '316' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 18ac0460-23d4-4531-9759-1a28a154cc21 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '227' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 7f6eb0c0-f66a-4ef0-84da-12b0295e2f06 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '266' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 9dd1d84a-9b94-400e-a3fc-423f70ad0dcb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '301' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - c539acbd-e830-4c83-80b5-e384f125770b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '301' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 74d45106-1f70-467f-88dd-8845baa685ac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '316' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - edb0de95-daed-4b84-8ea2-fefe87545931 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '369' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ba3745ec-9391-4428-ba48-01fcf63dcd19 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '289' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 662f40bf-a6c0-4141-ba8c-fa9eb55e0272 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '256' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - bbaa81b6-7c51-4bf2-b039-68a58bfa247b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '291' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - acf383ba-8d84-400f-9bfa-58f8f1dd2374 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '302' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 096989ce-a10e-4bee-b8a6-573d833c03c6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '254' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8fcf2459-7ccd-48cf-961a-35949b949bf1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '300' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 9f29ce8c-1237-43a2-b546-51e4b35ec1d9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '230' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6e574d7d-6073-4b0c-b2e7-b8cf7176e7c2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '312' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6b81ebce-073a-4fff-9951-6b12abc7048f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '291' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 94915cb2-76b1-4e6f-a862-dcacd89443e6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '306' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 19ee8ea3-0119-4e56-96a1-2820563922c7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '309' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 7e61d351-6a1f-4ea9-89d9-770c866cd243 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '308' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 06552a4b-8463-471d-b024-54a6e97805ae + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '312' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a96532aa-00f5-40ad-bc18-bef136292b9e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '307' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 0cba7dd1-f02b-4055-9627-a73f43be9f20 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '292' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 5beabb81-39fd-475d-9a54-ea03d226c966 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '350' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - caba8d1d-6814-4866-b173-815b6391e5dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '324' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 11f535d2-fa9b-4fef-b2f5-fd4406d8e421 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '337' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8b8b769d-0e37-49b8-9e82-faa45830ad5f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '245' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 2f959779-d0b0-4d4f-a50a-48be830fec07 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '244' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 10168be0-085d-421a-94fc-7f3d60bf0183 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '284' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - fdb56ee1-3951-4571-920f-df6d2bccfcc8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '318' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a957efd3-ef21-4a38-b1ac-0def7fd3b993 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '325' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - bd9d6023-9b40-4f0c-a654-a24eb58ac6b0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '253' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 37978520-06a2-4106-8794-46d8cc681ec7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '324' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 4c64ad76-b889-44ab-addb-c386380dcdab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:07:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '293' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - cd451339-1c43-4709-bf05-591aa7b0e4e8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '230' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 503a6a70-3801-47dd-9152-a90d31bdf107 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '328' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 5ec49310-e4d0-435f-bab7-f7485c7e0075 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '346' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - c29f4e2f-080b-43ac-a0c6-4788ade5eebe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '252' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 45ea8e2d-72a1-4fe5-8966-8fededb0abc2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '338' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 118b00b0-5bdd-44ac-81e8-d83daa9331d3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '311' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 65af38dc-aee8-4fac-9bd4-5e4e2e6e71c5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '286' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - eb100cc9-63c4-4873-9755-31d72eb938a6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '369' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 63bfbe4a-31d0-4467-a506-e158b93c5a37 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '281' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6d6a9d34-6946-4216-b2e3-a946031f031a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '326' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a51564bd-0c9b-455c-9b27-9be603743b84 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '304' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - dcdcab0b-b0cd-467f-aa79-b1ac50cf848f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '239' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 30186ea5-062a-4db5-b6cd-4433b846f445 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '322' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8e2acd9d-1555-46e5-a33e-5ec858e4fa8b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '256' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - efe6cb32-77fe-4b60-8a7f-b4fde45ba2c5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '270' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - e4d12c65-55f4-44f7-b888-b2af66bac81b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '236' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 2703d034-5d32-4c47-b336-de5dacdcadc5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '279' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 956cac2b-21ef-45ca-813e-726f1e786b85 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '327' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 99fb9ae6-53e5-47c5-b9de-5b02d81bdf50 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '293' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 18c6c418-c985-42f2-a23d-9f3cef23c124 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '220' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 6375d177-6013-4a22-bcb1-5de432eb66b2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '244' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 2cfc42f2-c584-4869-9fa1-e1d497fa459a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '286' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 8082efc3-c644-4c01-a54e-f7c79774f7b6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '264' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - bded66c7-4192-495e-9a4f-fe8c08120177 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '347' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - d368e3b4-250f-474f-b3a8-3422fbcdb67d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '319' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - fede95f8-edb8-4d4c-a633-5b1ea7878e05 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '283' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 911bb241-d991-4c8e-9e6a-fa2579485006 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '304' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a5f0072f-55db-40be-99a0-a3a1aa51ad65 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '276' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a8cfa6cc-9414-40ed-af1a-ec37d4f2d3f6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '274' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - aa4f704b-1096-48c9-973c-941e77db33e9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '267' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - ef689e33-f396-4dad-bb63-a4ee1ccaa895 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '351' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 968c610d-ec14-4de0-a56c-0435c28f1ee2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '241' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - a8a62933-3fbb-476b-af48-ea1e97a88232 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '718' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 9563f3c1-5a56-4a23-816b-0e3711cb1350 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '704' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - f5956b36-3b7b-4c88-8bb6-be913291fee0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '708' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 57a30d85-68b3-48da-8aa7-0952d42c43a3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '529' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 597c1eb9-6cb0-415e-9cff-396bb37a003d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '635' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + world","id":"0","entities":[],"warnings":[]},{"redactedText":"hello world","id":"1","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"2","entities":[],"warnings":[]},{"redactedText":"hello world","id":"3","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"4","entities":[],"warnings":[]},{"redactedText":"hello world","id":"5","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"6","entities":[],"warnings":[]},{"redactedText":"hello world","id":"7","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"8","entities":[],"warnings":[]},{"redactedText":"hello world","id":"9","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"10","entities":[],"warnings":[]},{"redactedText":"hello world","id":"11","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"12","entities":[],"warnings":[]},{"redactedText":"hello world","id":"13","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"14","entities":[],"warnings":[]},{"redactedText":"hello world","id":"15","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"16","entities":[],"warnings":[]},{"redactedText":"hello world","id":"17","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"18","entities":[],"warnings":[]},{"redactedText":"hello world","id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/7ea1149c-b921-41fa-badc-ed607d2ccf25?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: + - 1400dee6-f535-4e20-882d-c472c1eef955 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '850' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=true&$top=20&$skip=20 + response: + body: + string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"20","entities":[],"warnings":[]},{"id":"21","entities":[],"warnings":[]},{"id":"22","entities":[],"warnings":[]},{"id":"23","entities":[],"warnings":[]},{"id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + world","id":"20","entities":[],"warnings":[]},{"redactedText":"hello world","id":"21","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"22","entities":[],"warnings":[]},{"redactedText":"hello world","id":"23","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"20","keyPhrases":["world"],"warnings":[]},{"id":"21","keyPhrases":["world"],"warnings":[]},{"id":"22","keyPhrases":["world"],"warnings":[]},{"id":"23","keyPhrases":["world"],"warnings":[]},{"id":"24","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9aaee00f-bed1-4d64-acb2-b519483c1c1b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 02:08:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '394' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_out_of_order_ids_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_out_of_order_ids_multiple_tasks.yaml new file mode 100644 index 000000000000..8f03a224d6bb --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_out_of_order_ids_multiple_tasks.yaml @@ -0,0 +1,256 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "bad", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "56", "text": ":)", "language": "en"}, + {"id": "0", "text": ":(", "language": "en"}, {"id": "19", "text": ":P", "language": + "en"}, {"id": "1", "text": ":D", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '524' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - c5e2515c-4e62-4e7d-9ac0-235dbf6ef92e + date: + - Fri, 13 Nov 2020 20:57:15 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '365' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + response: + body: + string: '{"jobId":"f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000","lastUpdateDateTime":"2020-11-13T20:57:16Z","createdDateTime":"2020-11-13T20:57:15Z","expirationDateTime":"2020-11-14T20:57:15Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:57:16Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0ccf1425-6add-4309-99bd-c30a3ff729ab + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:57:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '289' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + response: + body: + string: '{"jobId":"f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000","lastUpdateDateTime":"2020-11-13T20:57:16Z","createdDateTime":"2020-11-13T20:57:15Z","expirationDateTime":"2020-11-14T20:57:15Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:57:16Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ab315f6a-52a4-487b-8ff7-25ae9c3c5319 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:58:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '339' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + response: + body: + string: '{"jobId":"f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000","lastUpdateDateTime":"2020-11-13T20:57:16Z","createdDateTime":"2020-11-13T20:57:15Z","expirationDateTime":"2020-11-14T20:57:15Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:57:16Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 08b38db0-e42f-47c3-a04f-aa97a8ecd525 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:58:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '267' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + response: + body: + string: '{"jobId":"f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000","lastUpdateDateTime":"2020-11-13T20:57:16Z","createdDateTime":"2020-11-13T20:57:15Z","expirationDateTime":"2020-11-14T20:57:15Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:57:16Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fdf02564-f3ce-4423-a729-8b6744cdf29b + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:59:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '336' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + response: + body: + string: '{"jobId":"f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000","lastUpdateDateTime":"2020-11-13T20:57:16Z","createdDateTime":"2020-11-13T20:57:15Z","expirationDateTime":"2020-11-14T20:57:15Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:57:16Z"},"completed":2,"failed":1,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 88013490-6fd9-47c1-ae17-7a7ed550bfb4 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:59:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '475' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_output_same_order_as_input_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_output_same_order_as_input_multiple_tasks.yaml new file mode 100644 index 000000000000..f4425d752e52 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_output_same_order_as_input_multiple_tasks.yaml @@ -0,0 +1,217 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "one", "language": "en"}, + {"id": "2", "text": "two", "language": "en"}, {"id": "3", "text": "three", "language": + "en"}, {"id": "4", "text": "four", "language": "en"}, {"id": "5", "text": "five", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '579' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - cb98f0b2-6efd-45c6-b8d0-97b8665ef658 + date: + - Fri, 13 Nov 2020 20:59:49 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '326' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + response: + body: + string: '{"jobId":"0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000","lastUpdateDateTime":"2020-11-13T20:59:51Z","createdDateTime":"2020-11-13T20:59:49Z","expirationDateTime":"2020-11-14T20:59:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:59:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b9c9b7df-e741-4ae0-bc7a-69f4874ca8a6 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:00:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '293' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + response: + body: + string: '{"jobId":"0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000","lastUpdateDateTime":"2020-11-13T20:59:51Z","createdDateTime":"2020-11-13T20:59:49Z","expirationDateTime":"2020-11-14T20:59:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:59:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6a20ff4b-320b-4cd9-ad44-f27a02c38ab2 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:00:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '440' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + response: + body: + string: '{"jobId":"0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000","lastUpdateDateTime":"2020-11-13T20:59:51Z","createdDateTime":"2020-11-13T20:59:49Z","expirationDateTime":"2020-11-14T20:59:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:59:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 82705d1c-a9f9-449b-a4dc-f671216ce518 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:01:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '372' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + response: + body: + string: '{"jobId":"0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000","lastUpdateDateTime":"2020-11-13T20:59:51Z","createdDateTime":"2020-11-13T20:59:49Z","expirationDateTime":"2020-11-14T20:59:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:59:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 05b5e975-09a8-4fc0-970e-14d3869c0f24 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:01:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '378' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + response: + body: + string: '{"jobId":"0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000","lastUpdateDateTime":"2020-11-13T20:59:51Z","createdDateTime":"2020-11-13T20:59:49Z","expirationDateTime":"2020-11-14T20:59:49Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:59:51Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"redactedText":"one","id":"1","entities":[],"warnings":[]},{"redactedText":"two","id":"2","entities":[],"warnings":[]},{"redactedText":"three","id":"3","entities":[],"warnings":[]},{"redactedText":"four","id":"4","entities":[],"warnings":[]},{"redactedText":"five","id":"5","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 38cd3ab8-1e23-4c24-bd61-efea3d88b2ac + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:02:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '678' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_pass_cls.yaml new file mode 100644 index 000000000000..28a57bd1ebf3 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_pass_cls.yaml @@ -0,0 +1,216 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "Test passing cls to endpoint", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '416' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 11391412-c7a5-46a5-86ac-e71d2aecfa62 + date: + - Fri, 13 Nov 2020 21:02:24 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '349' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + response: + body: + string: '{"jobId":"292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:02:25Z","createdDateTime":"2020-11-13T21:02:24Z","expirationDateTime":"2020-11-14T21:02:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:02:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 94ef730d-b92c-49fb-ba97-4eee9fc3502f + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:02:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '313' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + response: + body: + string: '{"jobId":"292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:02:25Z","createdDateTime":"2020-11-13T21:02:24Z","expirationDateTime":"2020-11-14T21:02:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:02:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e0339be8-fd4f-4b4e-a9ac-78baf00228c6 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:03:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '283' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + response: + body: + string: '{"jobId":"292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:02:25Z","createdDateTime":"2020-11-13T21:02:24Z","expirationDateTime":"2020-11-14T21:02:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:02:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dc122a10-7075-4eec-981c-de35d77fa02c + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:03:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '378' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + response: + body: + string: '{"jobId":"292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:02:25Z","createdDateTime":"2020-11-13T21:02:24Z","expirationDateTime":"2020-11-14T21:02:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:02:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d729a8d0-4be8-4a4f-a28f-d62e60891b69 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:04:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '303' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + response: + body: + string: '{"jobId":"292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:02:25Z","createdDateTime":"2020-11-13T21:02:24Z","expirationDateTime":"2020-11-14T21:02:24Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:02:25Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"redactedText":"Test + passing cls to endpoint","id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4fe45403-b251-4183-993f-da1fc140cb17 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:04:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '413' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_entities_task.yaml new file mode 100644 index 000000000000..0191ba19eca2 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_entities_task.yaml @@ -0,0 +1,155 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "0", "text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, + 1975.", "language": "en"}, {"id": "1", "text": "Microsoft fue fundado por Bill + Gates y Paul Allen el 4 de abril de 1975.", "language": "en"}, {"id": "2", "text": + "Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegr\u00fcndet.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '568' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 8160b89f-96fe-47f8-ae5d-79ac0f44675d + date: + - Fri, 13 Nov 2020 21:04:58 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '238' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000 + response: + body: + string: '{"jobId":"cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000","lastUpdateDateTime":"2020-11-13T21:04:59Z","createdDateTime":"2020-11-13T21:04:58Z","expirationDateTime":"2020-11-14T21:04:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:04:59Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 25c6db42-ab23-47f4-9f08-ef87247ac8b1 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:05:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '166' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000 + response: + body: + string: '{"jobId":"cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000","lastUpdateDateTime":"2020-11-13T21:04:59Z","createdDateTime":"2020-11-13T21:04:58Z","expirationDateTime":"2020-11-14T21:04:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:04:59Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 0dd3566f-d110-4836-99b3-df8184278ac6 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:05:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '130' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000 + response: + body: + string: '{"jobId":"cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000","lastUpdateDateTime":"2020-11-13T21:04:59Z","createdDateTime":"2020-11-13T21:04:58Z","expirationDateTime":"2020-11-14T21:04:58Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:04:59Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:04:59.0865331Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.81},{"text":"Bill + Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul + Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April + 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"1","entities":[{"text":"4","category":"Quantity","subcategory":"Number","offset":53,"length":1,"confidenceScore":0.8},{"text":"1975","category":"DateTime","subcategory":"DateRange","offset":67,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"4","category":"Quantity","subcategory":"Number","offset":19,"length":1,"confidenceScore":0.8},{"text":"April + 1975","category":"DateTime","subcategory":"DateRange","offset":22,"length":10,"confidenceScore":0.8},{"text":"von + Bill Gates","category":"Person","offset":33,"length":14,"confidenceScore":0.59},{"text":"Paul + Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.63}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' + headers: + apim-request-id: + - 31ab8b68-7205-44d6-977d-ad52f715dd23 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:06:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '140' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_key_phrase_task.yaml new file mode 100644 index 000000000000..3f1e3df61a05 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_key_phrase_task.yaml @@ -0,0 +1,80 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "Microsoft was founded by + Bill Gates and Paul Allen", "language": "en"}, {"id": "1", "text": "Microsoft + fue fundado por Bill Gates y Paul Allen", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '368' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 59d12f87-3f61-4d85-904a-84d9112d5242 + date: + - Fri, 13 Nov 2020 21:06:30 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/8da0accf-4de1-43f6-98c0-4f133608c83b_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '167' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/8da0accf-4de1-43f6-98c0-4f133608c83b_637408224000000000 + response: + body: + string: '{"jobId":"8da0accf-4de1-43f6-98c0-4f133608c83b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:06:31Z","createdDateTime":"2020-11-13T21:06:30Z","expirationDateTime":"2020-11-14T21:06:30Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:06:31Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:06:31.3695697Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"1","keyPhrases":["Microsoft + fue fundado por Bill Gates y Paul Allen"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3ab655be-7676-4c2b-a752-73249eb665ef + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:07:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '109' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_pii_entities_task.yaml new file mode 100644 index 000000000000..bb2c2681952f --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_pii_entities_task.yaml @@ -0,0 +1,226 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [{"parameters": + {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], "keyPhraseExtractionTasks": + []}, "analysisInput": {"documents": [{"id": "0", "text": "My SSN is 859-98-0987.", + "language": "en"}, {"id": "1", "text": "Your ABA number - 111000025 - is the + first 9 digits in the lower left hand corner of your personal check.", "language": + "en"}, {"id": "2", "text": "Is 998.214.865-68 your Brazilian CPF number?", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '521' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 1badfbe5-8952-4c17-b126-aaca7d8e562c + date: + - Fri, 13 Nov 2020 21:07:02 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '249' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + response: + body: + string: '{"jobId":"444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:07:03Z","createdDateTime":"2020-11-13T21:07:02Z","expirationDateTime":"2020-11-14T21:07:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:07:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 51cb62c8-fc5d-4991-882f-c75f21268e73 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:07:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '68' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + response: + body: + string: '{"jobId":"444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:07:03Z","createdDateTime":"2020-11-13T21:07:02Z","expirationDateTime":"2020-11-14T21:07:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:07:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4ad95aa8-c592-47f0-940d-128e37fdc44c + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:08:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '81' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + response: + body: + string: '{"jobId":"444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:07:03Z","createdDateTime":"2020-11-13T21:07:02Z","expirationDateTime":"2020-11-14T21:07:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:07:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c87ad7f9-83f4-43a7-9306-e5b82981fe3e + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:08:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '96' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + response: + body: + string: '{"jobId":"444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:07:03Z","createdDateTime":"2020-11-13T21:07:02Z","expirationDateTime":"2020-11-14T21:07:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:07:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 55230539-3898-4b39-9fa4-66b8aa2a55dc + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:09:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '85' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + response: + body: + string: '{"jobId":"444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:07:03Z","createdDateTime":"2020-11-13T21:07:02Z","expirationDateTime":"2020-11-14T21:07:02Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:07:03Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:07:03.2755998Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + SSN is ***********.","id":"0","entities":[{"text":"859-98-0987","category":"U.S. + Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your + ABA number - ********* - is the first 9 digits in the lower left hand corner + of your personal check.","id":"1","entities":[{"text":"111000025","category":"Phone + Number","offset":18,"length":9,"confidenceScore":0.8},{"text":"111000025","category":"ABA + Routing Number","offset":18,"length":9,"confidenceScore":0.75},{"text":"111000025","category":"New + Zealand Social Welfare Number","offset":18,"length":9,"confidenceScore":0.65},{"text":"111000025","category":"Portugal + Tax Identification Number","offset":18,"length":9,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Is + ************** your Brazilian CPF number?","id":"2","entities":[{"text":"998.214.865-68","category":"Brazil + CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 46b4ab31-be54-401e-86ae-046ad1c137f3 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:09:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '153' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_per_item_dont_use_language_hint.yaml new file mode 100644 index 000000000000..4480e8df38e6 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_per_item_dont_use_language_hint.yaml @@ -0,0 +1,155 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": ""}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": ""}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '566' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 500188d9-9271-4ebf-8f0d-e0bb304cddd7 + date: + - Fri, 13 Nov 2020 21:09:35 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '172' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000 + response: + body: + string: '{"jobId":"d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:09:36Z","createdDateTime":"2020-11-13T21:09:35Z","expirationDateTime":"2020-11-14T21:09:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:09:36Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:09:36.5798201Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8c27557c-ca43-4226-8636-80956e44bf83 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:10:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '247' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000 + response: + body: + string: '{"jobId":"d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:09:36Z","createdDateTime":"2020-11-13T21:09:35Z","expirationDateTime":"2020-11-14T21:09:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:09:36Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:09:36.5798201Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 09d0ba22-914f-43ec-8e17-024633637d9e + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:10:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '403' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000 + response: + body: + string: '{"jobId":"d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:09:36Z","createdDateTime":"2020-11-13T21:09:35Z","expirationDateTime":"2020-11-14T21:09:35Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:09:36Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:09:36.5798201Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:09:36.5798201Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:09:36.5798201Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6faeeecd-704f-42c9-ad5d-1a5c26570732 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:11:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '724' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_rotate_subscription_key.yaml new file mode 100644 index 000000000000..f0385ca75a62 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_rotate_subscription_key.yaml @@ -0,0 +1,345 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - cc8a8f60-0b96-4b4e-b9a4-7f5886ec75f5 + date: + - Fri, 13 Nov 2020 21:11:08 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '208' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000 + response: + body: + string: '{"jobId":"27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:11:09Z","createdDateTime":"2020-11-13T21:11:08Z","expirationDateTime":"2020-11-14T21:11:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:11:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:11:09.6218483Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dc8d8cf6-46dd-4fb4-94e5-90ac86061ff2 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:11:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '310' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000 + response: + body: + string: '{"jobId":"27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:11:09Z","createdDateTime":"2020-11-13T21:11:08Z","expirationDateTime":"2020-11-14T21:11:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:11:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:11:09.6218483Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0d80c891-3480-4a9c-9d23-ce2bc3e7e636 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:12:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '396' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000 + response: + body: + string: '{"jobId":"27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:11:09Z","createdDateTime":"2020-11-13T21:11:08Z","expirationDateTime":"2020-11-14T21:11:08Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:11:09Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:11:09.6218483Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:11:09.6218483Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:11:09.6218483Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d5f2a8e6-a1ba-4c66-ad4d-5cb72a90c071 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:12:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '508' + status: + code: 200 + message: OK +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: + - '224' + date: + - Fri, 13 Nov 2020 21:12:40 GMT + status: + code: 401 + message: PermissionDenied +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - e8d41056-aa43-401d-85c2-74f8a692d374 + date: + - Fri, 13 Nov 2020 21:12:40 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '316' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000 + response: + body: + string: '{"jobId":"9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000","lastUpdateDateTime":"2020-11-13T21:12:42Z","createdDateTime":"2020-11-13T21:12:41Z","expirationDateTime":"2020-11-14T21:12:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:12:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:12:42.0968881Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - df23ba0f-a5c8-43db-8819-ef3af3c676f5 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:13:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '301' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000 + response: + body: + string: '{"jobId":"9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000","lastUpdateDateTime":"2020-11-13T21:12:42Z","createdDateTime":"2020-11-13T21:12:41Z","expirationDateTime":"2020-11-14T21:12:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:12:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:12:42.0968881Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6feb6ca9-8f55-4ed7-a78b-d0bf2a0c6898 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:13:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '429' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000 + response: + body: + string: '{"jobId":"9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000","lastUpdateDateTime":"2020-11-13T21:12:42Z","createdDateTime":"2020-11-13T21:12:41Z","expirationDateTime":"2020-11-14T21:12:41Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:12:42Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:12:42.0968881Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:12:42.0968881Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:12:42.0968881Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5da84af9-f29c-420c-a6fc-6de4f2bce9a8 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:14:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '597' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_show_stats_and_model_version_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_show_stats_and_model_version_multiple_tasks.yaml new file mode 100644 index 000000000000..07f4d008b9a3 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_show_stats_and_model_version_multiple_tasks.yaml @@ -0,0 +1,14734 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "56", "text": ":)", "language": "en"}, + {"id": "0", "text": ":(", "language": "en"}, {"id": "19", "text": ":P", "language": + "en"}, {"id": "1", "text": ":D", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '527' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 81040f37-7ac5-4d3b-846e-7df8c48976fb + date: + - Thu, 19 Nov 2020 01:40:33 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '263' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:33Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:33Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' + headers: + apim-request-id: + - c6323249-dbfc-41dd-90e3-c32f8b1fa2b7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '18' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:33Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:33Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' + headers: + apim-request-id: + - fe70d365-ff0e-4566-932d-3c552e98f187 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '13' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":0,"failed":0,"inProgress":3,"total":3}}' + headers: + apim-request-id: + - f164902a-6ffa-4065-b227-65deb4e722ea + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '105' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":0,"failed":0,"inProgress":3,"total":3}}' + headers: + apim-request-id: + - 4e6cb0fd-a8e5-4436-a86b-72b677cf9997 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '122' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":0,"failed":0,"inProgress":3,"total":3}}' + headers: + apim-request-id: + - a5968c7e-12d1-4675-af9a-b10e195aab81 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '88' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c41ca087-ffcb-48d5-b0e7-65a1891abf85 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '165' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 284e32f6-59ee-466d-b696-e85820d5d9fc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '161' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e3a4a181-0e67-4e26-85c2-6a8bfc01faf0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '139' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c435ad17-1b98-4550-b290-82f8bf124096 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '196' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cd6e8673-a992-4897-9d46-bf114db557ac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '170' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b247e26c-f785-40fa-a2f9-0723d38c1703 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '163' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 44066966-f866-49e6-a462-7d399028eca7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '125' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e59e4150-ac8d-4989-a9e4-9a649cc9824b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '178' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1b091f6f-9f7d-4a0c-86d3-22e2a7851430 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '154' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8116957d-226a-411e-8201-51d017215ad8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '167' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 70c59d68-0165-42fd-b30b-260f93513754 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '138' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 76a2dbbc-f81f-4ee9-94b2-c46a88b5bde6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '142' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cfd2179f-4ae8-40db-8f79-bdaeddb176db + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '183' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1a13ba55-105e-4687-9e31-63269b9f3850 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '137' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3e8bb663-f57c-4ecc-825b-ef91e3050418 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '256' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ab528c23-98b9-438e-b46e-5b15abababd9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '182' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1a8400e0-b6ef-4d52-8a14-254a295e928e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '167' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d88611fe-eee2-45bd-b1c2-dee63034c37b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '148' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 89671850-bc26-4ec8-b581-c8a2935da066 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '124' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - aee9dca0-b75c-4d3a-a64f-cb485e4665f5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '183' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1b360732-7ef6-4eb4-bd13-5dc54fcbb702 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '155' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d4835e2d-6ecb-4797-bcf6-c5b8a00821ae + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '188' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9a727407-139f-401f-99e0-01185d2fa59e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '172' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 65355bac-6723-489a-91a8-c2a2d76db735 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '119' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 432b6469-7636-47cd-bef4-5f9304b84bcd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '210' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2a1e020f-a8a0-4c73-b25b-95cd322128ad + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '173' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7a42b2ff-f76e-4c0e-8ad7-7eb6d8a671ed + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '161' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a189a68f-cadd-4c3a-8f97-df5b54dea031 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '184' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ca9c8692-0ca3-4c6e-9f25-35a66620e7ed + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '153' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 558b9f19-3b57-4ac9-9414-965ca62c2f98 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '176' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 39499630-885a-447e-95eb-95c84bad38a2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '243' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 90732280-b5b3-44fd-aded-b5cf0ba9e137 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '158' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 27fde49e-7be1-44c1-9435-34b6ef2bdcb9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '159' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 751dc1d3-e6cd-45ac-9979-7b1e795f5334 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '184' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 978268e0-8710-4a49-aba2-239bd727d1a5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '202' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ad581d8d-ca33-4770-ba2e-4eeb268277bf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '184' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 228b93e5-49d1-46e5-a1c9-dc5ddcd90a99 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '163' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3daccf6d-1cc6-4535-8eb5-debe4bc9291d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '158' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f6f2f615-88dd-46b2-a3d6-246011e09d38 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '127' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a261c5b4-48fd-4035-b487-b46927525189 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '214' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 77d4eb5c-891d-42d2-b5fa-a5dfe17acb96 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '171' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9187b7b7-950f-4e67-a8bb-5ba094c88bac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '169' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5a77dda6-cfc8-4db0-98c5-33a49b659f8f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '155' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bdc8cdb5-6560-4349-b263-ae7cf8612890 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '142' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c26f8111-66f6-4399-a9ed-af4a8c51deba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '200' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - de75f682-b78a-4ac1-a1ba-59fb4337978f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '189' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 70fd31d1-1162-4931-a7be-ff469fd48e63 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '165' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bb65606d-bb86-4d7f-9df5-96fb1fc6a98e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '152' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 607897a9-5e6b-4bce-9865-11a195722df3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 21fced27-f1d7-43bb-97ba-5a4337b81628 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '156' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ec6848bc-a36d-41b4-ad59-16f659112c40 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '131' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7548c954-fe49-4752-a55f-797189320427 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '171' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1e18ee9d-723d-4789-b29b-9478ed9b8a35 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5957d9e5-d937-4d33-a1ce-6439245deaf6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '153' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ae58e350-2bda-4e15-a341-c8a2eb1bf53b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '150' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 83d56ccd-7db8-4c3a-addd-a07e4a763b04 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '154' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4a08ca20-ae71-45e5-863d-94e8dd3aed58 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '157' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 39a7ea33-3784-4046-83d5-fffbc9083d96 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '209' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 70e0979d-689b-4d8a-b223-368cd3e102b7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '169' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 04945c8c-aec0-4c67-9271-a47cfca3d0c9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '150' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fa99162b-35e1-4641-9b2f-610e4005b05a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '131' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 28cb87c4-16af-4d8b-a935-1ec49313bd48 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '204' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e1595ced-99fe-4fe4-bfc1-9e440d8d326d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '159' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bf9d9861-c849-42f6-9003-fd49ec0d38a3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '168' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ad83076b-7ebc-4f3a-89f4-7a7f3bf2897e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:40:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '153' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 82ad851e-eb2c-4629-a7ab-a206585d36a0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 85e1735c-a3e7-4da4-a556-490dfab90b17 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '190' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 143c2055-fce7-4814-80a2-40ffa9adcb6f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '164' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6d22ca02-ee2d-4ef1-9473-6d4db1fc0983 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '148' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7afe92c0-9a92-4f93-85a3-9a0f1ba3f7e7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '240' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1e2ebed3-f259-45cb-bd28-bfe64b30cf40 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '161' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bbf13d2c-a0f6-42c8-9b93-bd423034cd65 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '155' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 699dc531-051e-4eec-959a-7e64c98cdaa6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '150' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dcdc1ae8-f510-4a09-93b5-4db7b0affd52 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '166' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f4c52e51-c2cc-49a8-9980-d41938b176fc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 72f0942f-0da8-4216-a32e-b9ec70e40ca7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '169' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 069c993d-ea7a-41a7-8fea-a79a82fe7dfb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '166' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b335e9dc-3a58-4e50-b992-07769f5e327a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '172' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c10f30d0-26a0-4b9f-9069-e8a16e472f0e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '216' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b881975a-d645-469b-9ca3-374d169ef30d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '146' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0f9729e7-f800-4b8a-b1af-3955df161583 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '151' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cd978d4c-3852-4983-a345-4cb40a5c3f94 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5519ace4-221b-4237-b7d7-056bd3baba32 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '168' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 460310a4-c6b6-4ea6-b35c-eef8d0cac7cd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '248' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ebd93ece-dbde-4794-afc7-725fcd362d21 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '138' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d1bb3923-2e14-4980-8013-179ff2b910b7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '138' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 168a4432-2377-4c2a-88d4-bfe0e251c2e1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '182' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b8cf9de1-58b2-421b-a004-723ff1fc5e9c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '256' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4b1fb9f6-8948-4e18-9025-08c1e54913ca + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '173' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3299f35d-967a-4e89-b2c4-02c80b9d73cd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '142' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 97e9ef58-ea80-49ba-acfa-cb85c0aac9fd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '157' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d0af845c-c73f-47eb-8ce4-d7fd0c308dc2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '185' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 37f7225f-11e9-4e2e-b971-112d3bc0eb63 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '147' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8c018654-a722-4445-8776-9fab34547058 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '248' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 771797a9-5494-4677-96df-de1b09ca6ddd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '171' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b71a1787-a00e-47ce-90c2-35192fa19f24 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '123' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4488ec6b-69bc-4337-af2b-474769eea76a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '169' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fb6a5e0b-1940-4381-976f-f3d5da575899 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '169' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 43113745-e441-4aa5-b995-fa6bf54ab19c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '173' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dbf5866a-c5cb-49a0-87ad-9879b460203e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d38e8be8-20a9-4cc6-bb95-9aa673c36951 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '158' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d8ab570a-67eb-47b4-b2c0-65ae4c03885d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '130' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cf7bc4fd-c37f-46fd-b244-eb104e814192 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '151' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - db21cb5c-6c46-4061-ab0d-94ab8481e0af + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '183' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fdecb9a1-6b31-4a5e-b9f0-60143e5538dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '154' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8323df86-2e6e-4a14-9d0c-0cfca8320a05 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '174' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b27b4511-9a51-41b8-8d31-e398cb0e8679 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '166' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 98ec4163-027c-4a5b-bad6-5fa4836184d2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '148' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 59c48f63-428c-4c2c-80e0-277130eabe7d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '159' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5156446a-bc1f-45ca-8879-9744f2801343 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '183' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3d2f43cd-03f3-49ce-b16e-2dd570ff52ca + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '152' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1c54a317-ef92-46b5-8d32-24c83895129c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '163' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 05aac368-e866-4cd5-ae51-f071a04bf5ac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '201' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 81f9a01f-c95f-45eb-9ffa-484b51786b59 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '150' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 40717bde-7862-4d04-86b8-e9e1d8117d6b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '153' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e7d398f9-9d47-4af5-8eca-500844ef33e6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '158' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d2e73415-c30f-4d7b-aa23-c59b7b86265e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '153' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e776c579-9d6b-47bf-adcb-ac59918cff52 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '210' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 07fcbd4f-57a0-4de0-a177-4454f63c0598 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '168' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0b203aad-e72c-48af-8eef-259608c331d1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '193' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b0c0c3c8-3d9a-46b2-8b20-dd82a11cd234 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '158' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - da834bf3-7915-4272-9e1f-a3ea7e18e74b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '166' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1380fb67-f85a-4aea-9e72-0b77635a896c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '160' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b9d3d8d1-be07-463d-950c-d2de74474b29 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '169' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - df37b285-5209-4846-80fa-68361e1541ba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '165' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b5c1c848-9a67-4d6e-b1eb-641730cfb67d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '155' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cf1eb426-1fd6-4617-afa6-03421027b31b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '207' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bad8a541-9110-4db2-a7ec-0e1f02897190 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '151' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a1ec57a1-f3cd-4c2b-9377-b35b9f9eb268 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '147' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dc073a2f-37b4-41ff-b663-6a3823de5997 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '167' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7b381ff4-1ed7-4531-b111-f4468e83b812 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '161' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2ab3e9df-6952-4ca3-bc27-c73c50a03bf1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '149' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - eba0dc29-a747-463a-9852-1b17880b3f13 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '150' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7843828e-f41b-4ca2-9151-79069c764070 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '164' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 54b728e1-04d4-4f4a-866b-48b2af4375be + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '151' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9a4715e2-ea69-45b4-89e5-552676885cc8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '167' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3b9d9a7b-8534-4616-89c2-9527e3415065 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '161' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 50a32fab-c2a8-4f98-ae13-be777fa06d61 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '128' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7d232988-b85d-4b0c-9c2c-0ff917dc46db + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '124' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d358d726-4077-4ed7-a96e-4553e446c30c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ed538967-927f-42c1-8eca-7d43928105f0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '211' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 33fb7497-2874-4922-a2f1-ace3cd0c7212 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '185' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 49add0fc-9abb-4af6-a9af-400cef383b00 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '157' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f0f0a51a-7d67-451a-b70a-6527c1cba8ff + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '147' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b1099cc0-e29d-4f20-a592-2f0f7134812d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '148' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 65462e75-e166-4eda-8c89-6c97ce7a9754 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '161' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ba30a2b2-fc49-455d-a170-b72fb8ce0686 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '167' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a6024e38-e873-4c15-8281-4ced940b1461 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '185' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - af24be1c-b5f5-496b-a1d2-5584f0a4e610 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '164' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 47036d53-5df3-45fb-9057-b7724dcc7167 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '159' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ca73afae-493a-41ab-bfd7-4cc17b511969 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '157' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1d399e45-0d46-406d-baf0-07411ba2f478 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '155' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7c730c6f-f91e-4190-966a-f88f057535e7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 519bb482-bc97-487f-a809-76167244fa80 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '193' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 59635c27-7b95-4ec9-91c9-a02e8515ee0c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '170' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6cc095d4-09bc-49ce-a8fb-0afe84975c57 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '168' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a5aff0b1-89c0-40cf-abdb-4371eb7b08d1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '147' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 562f964f-eed3-4432-bc40-276d640f22b1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '147' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b564ece3-c6e4-4681-a2cb-f15aa29df9fb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '149' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1aa3dde5-5ae0-4408-a145-e7bedb459d5f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '187' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d958fae9-b9a4-4810-8153-cd244ca02af3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '163' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2ccc7c92-8c3c-4014-ba37-493aab720f57 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '146' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 29985622-2e74-40bd-af19-96e621a723f0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '155' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9ba8b5a4-a88c-4141-912e-7307051d3017 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '191' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 11b789cc-21af-41c8-8c03-543595df11b3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '125' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 218d1e60-bb86-4c45-9c0b-9c849933023b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '195' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 28c153e5-340c-43d1-85fc-e961d42dca4b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '164' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2ab6e1ec-6b8e-43dd-969e-013d4be8dec3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 700d0d22-afff-4fd3-bd6e-61aaaa5c66b5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '175' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d16ee896-a31a-4ba0-9a08-3e58d1495a72 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '260' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4cd1c9e7-0942-40fc-9df9-95176e5fc304 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '211' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2d51905c-e345-4edc-9b56-a910da3790c7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '243' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c5c94232-0bf0-47d2-933f-91f19a6b72ec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '210' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bb0ddf51-3f42-4f11-b186-1fcb9b27a999 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '261' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 21b67b9f-8e4a-4c57-8a12-e950afe3b899 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '264' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 34b3497a-e759-470f-8fa5-3fc3ded2b257 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '213' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0ddbb2c4-6770-41d4-9d61-86be8f0b4186 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '237' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6733d302-94bc-47e2-ae5c-ec80dc83d9f1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '240' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a1e45ea5-7c38-4fc5-8e17-74bb43280398 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d1434e61-93b4-4a05-94f6-e5ebc76d3009 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '186' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c7948380-cac8-4d50-aad9-0f1d3f18c67e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '221' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b54a993d-75e1-4490-a250-7a87e0a566af + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '231' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 137e6805-9b12-4618-987b-62a3c97078f3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '259' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2305b3c3-370f-41e7-83dc-e984d9332486 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '233' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b61b8e29-b2f3-4ca1-90c4-b077b70d787a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1878f98b-54f3-4bf7-b538-970821ca6977 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '247' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8357f79d-eabd-4012-ba85-b6e4ed2ec958 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - def69282-1c36-4842-b469-28681e7305dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '216' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6db64a52-a7c2-433d-b53b-1909e857f3de + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '190' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3b26ecd1-0b3f-4efc-8947-32472621282d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '225' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 396b9a9e-f28a-423c-a473-9948c55c7dd4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b63b7e56-431e-4f62-a690-66a97a3ed358 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 39c7bb25-cee2-426f-a940-c75a08dd6a32 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '204' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8f464bc8-6c4a-4a09-b050-0f1b694ee419 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 45862c8a-e3c0-4344-9cbe-fcbae63f43b0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '289' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e3088c21-bf08-4895-8415-ca13372b1750 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '238' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 746d5f9b-3df5-430d-8489-023f0218b05a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '264' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2c2d4982-e915-4871-ab7e-b337f9b8b398 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '194' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 93166e60-aed5-46bc-8ed8-d1e3330f25c2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '226' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fc5f7873-1478-4b07-b76f-e900b044d140 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '196' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1165b913-79b5-49bb-97f7-141dcd45add6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '261' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - de3d0e56-4013-4ae5-b686-f64485df9be1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '275' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f710ac3d-27fb-4a4e-b83b-99175da16e0c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '269' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e52dc9eb-5066-4612-9223-1a7c8bd24d66 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '211' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 639e7f6a-4423-4eb7-a2f0-cf4449720db7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 88398cdd-8ea0-4ec6-9125-8b37c66ce303 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '296' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9c3936fa-87ef-4972-96e9-5d1f9150c351 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '195' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d0d1d6fc-1682-421c-9764-247ea4114478 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '227' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 21ba9ced-8dba-4cd0-9daf-e01cbcc25c2a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '260' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5e90965c-4032-469f-b5fb-9ca05df53d25 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '211' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fecb1de2-a429-4004-982e-add5db7eef07 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '243' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5d94ca30-b6cc-417c-bf35-c635bd2be18b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:41:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '212' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 844bd840-b968-41b0-b6bc-52998d774b16 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '217' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b214f506-e03f-4557-88a7-8097cd5a5d4d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '261' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 861c3807-9e77-4820-8035-30d165cdfd8f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '232' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e57d9934-2176-4f01-88d2-01c8281b86c0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '213' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 80277ac0-fe6a-4376-b19d-42cde7ebe367 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 663cddee-813d-4e9f-b484-546e546453b5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '204' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e7a88537-a5ca-462c-ae1d-324ed1e657f8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '261' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 71545aaf-fb78-451e-a9b4-767e6e3d1a87 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '339' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 06d0f647-dd67-48cd-96c7-bf7d6739eea4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '192' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1e13a8b5-1743-40fd-8a84-14dea0730db5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '243' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bd9330ce-19ef-4af6-a7dc-c0ace12f75f7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '352' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - acfe60ed-c599-4cbb-91de-e16b5378d1f4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '332' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8dbf8431-e427-49a8-9b2a-adff86dec775 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '189' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3d316ed0-0a1b-4a7c-ba95-199143c4446f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '294' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b1df9bfd-d75e-4831-b036-265ff6c61bc4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '244' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 79500f67-11a2-46f9-9157-f53d2dfb0a43 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '279' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 55966676-6129-4abd-8566-b31881fd8003 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '225' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b3ac0427-8aad-4604-9701-2d062d6b9c07 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '228' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e9764e6c-e14a-4940-867f-f8d6d8bbe642 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '271' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7c092947-3411-46eb-82fe-08b9a36c7d99 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '239' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6b32f27e-50df-4bad-8bdd-5dae07cc07d0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '207' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0946c8c1-60c7-4f95-bec2-90b28bb6850f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '199' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9df22c36-1a46-4684-a3c1-5c687591176a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '228' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8baeae58-a273-44e5-9f75-a36fd00ec785 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '234' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c91052cc-e1a1-468d-981f-6da08fc1fc28 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '240' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 12a618bd-ca46-428c-93fc-c4ad48744704 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '217' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 16f7c301-b93b-4e2b-b0ee-4ae9954472de + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '237' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 31b4e82f-4fde-4e5a-9cdf-ac425134050f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '211' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 04d63858-6fc1-450e-a102-4a67bfd7cafb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '224' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6bb3cdb1-f3ce-49dd-b6b4-267e6222daef + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '204' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2f2b00d0-361a-40b3-ba22-47e4708f3f90 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 51d0960d-5e03-4878-a7a4-444a252317ad + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '242' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ad5bf6e9-f2cc-480c-8001-61c7f6f274b4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '291' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3164bfc8-c324-41c6-bd7b-b13555a6ff11 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '286' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 516f028e-4fb1-443a-81f7-f677dcae685e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '224' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9edc436b-3dea-485c-a323-a1929b8a709c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '192' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2ef2eb2e-5080-4c71-9236-ef07a72ec844 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '292' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7d766acd-0915-4260-8411-e7733297d1d4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '235' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8b958ec6-bec0-4ff8-9e39-ca5a3c49b463 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '217' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f542ad5c-4df3-4b97-b3ed-a65c06f9838b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 033833d1-0229-4d1b-95da-99df2aef2e69 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '232' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 868fb43b-1924-440c-a3ef-bbaf92c156e0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '243' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0f36009e-9383-4662-9e7b-884c9cbbb788 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '206' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 24a059de-7625-4748-b929-b95f3f00e98a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '216' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8166fa0d-4267-4e3b-be0a-fc49bad51669 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '218' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 863aae92-8a18-4647-a81a-f43a0211ec8a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '259' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - be9f0a32-df46-4773-a274-b326cd5b3a5f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '238' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e4c6c385-4c2f-4513-96b1-ef276324120d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '241' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a909d9dc-c562-4576-8589-bf96ee1dc183 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d11fa17f-93e8-4148-befc-e5d31b86c7f7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '253' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ee3d127a-71cf-4038-888f-13225c3c1b88 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '278' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 386b0de6-1767-40cb-9505-d8431c0d9f66 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '254' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ab3019f0-abb4-4244-9ead-12b3e820eff3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '186' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 893852b9-12b5-4f49-9dd3-365241c4eee9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '191' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d8b44e0b-1221-4bb0-a15b-b289078cd673 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '269' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9e3bf4b5-8e56-4601-8e8d-fa357548acc2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '318' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f38cf966-f94a-41ba-9725-70dffb3bc2bc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '237' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 74ea7f14-aedf-44f9-bf6e-286a485273bc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fe96bc99-0299-4bbc-bc42-bb1855b4298b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '206' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b9bd7cd4-1f5c-4b45-af43-942cfd8ef6d9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '327' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3f6f6cc8-6e35-41e4-a6c3-b6c3f2e26b27 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fc20b252-f0c2-40ae-8a65-b6e0d39974b0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '221' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 05e18e0d-ebbd-41b4-9f5a-c24aa014550b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '329' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 62f3a1ca-700d-4f1b-94de-186729bfc906 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '213' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 58fb4146-af75-4e45-a1fd-70ced783c1dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '214' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8abd8a4b-a6ab-4e38-90ab-cf62be065397 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9c4c8ac1-6c27-44b2-9089-9fcec223e4c1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '213' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d5243dfa-0e12-4ddc-be8d-92eff36b8964 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '218' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1826ae91-0cd0-49ea-8d59-31d7b65d2a87 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '278' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b914b6a9-54dc-442c-b715-6e4ca760ed55 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5b36aa05-43fd-4f38-b83f-a66fdb79c9e1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '231' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 85dab08f-1fec-4d4a-a6d2-01060d1c46e8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '228' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 218c21d0-4337-4800-b2d2-48c5bdbc19ab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '209' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 29496d0a-1cc5-4147-ad5c-4d4bcac4659f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '357' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5fc1aac2-a0f3-4259-b13a-bedb070fd2ee + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '216' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c2a8ba7c-cdc4-485c-8521-50868e3751a7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '210' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 095cae3b-e5cb-451c-8c15-c69ba9a1b3d2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '230' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2ced8a9c-33e9-4f33-b70d-6c07a71c3387 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '263' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f232da9a-16b7-48f0-9149-0ebce24ae3f1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '211' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2dd3e2d6-5134-4199-9a99-7ae436a76dc5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '207' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fa0f39e3-ff84-450e-999c-652783227a97 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '251' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 62554cc6-3a15-4e5c-83e9-632bee202927 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '228' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3c09994f-3cf5-4962-adc4-6c4655ca3ed8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '246' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d4eb8f1c-5e78-4a4b-ad41-c879d178f084 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '290' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8b20f9a0-b3d7-4f3d-9568-a533a866d655 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '213' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 87aa2d11-f445-4943-ba60-3ee5c2a6c7e9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '221' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9aed7657-f8c2-428a-87e1-b308c7202cc7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '226' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c2035aef-f126-4fe1-859a-b788d2a39ce2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '290' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2c6e9cf8-c530-4d03-bf67-3ba9e366b16d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - df25d07e-9bfe-4327-ae25-d15ba50c8bfb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '158' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e0b89f07-92a9-4b5a-b32a-745fcc716c03 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '202' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 183bdd2f-e2f6-4b62-b26c-8d6df5429c21 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '233' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 86efe60f-f4f5-4c5c-8169-d0700a591c53 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '208' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e9db339a-2ebb-4566-affa-aa66eed872b0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '260' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 726fd92d-5888-4bba-9b4b-9fb504fe59a8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '218' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1a731102-30f3-403a-9af2-50006b57f90a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '344' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bce565fa-2660-4fab-afb8-b7258f09b5da + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '233' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7ab55083-c6cb-49a9-8b61-5e36ac6d15c7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '227' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3141526d-01fb-422a-be77-ff18005e2e92 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '227' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6defd631-32dd-4bbc-a967-ee7deeed3c94 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '212' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4e4c627a-3fbe-4741-9510-30a475600498 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '227' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 71c5ee51-2087-49d2-a0e7-26eeec00acc9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '212' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 31053e28-d891-45ea-b6d7-cabe4c37484c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '213' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 716da86c-3abe-40ac-8ca1-34f951722a7c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - eaf0d10d-1048-4a65-a16d-b79f45fc8858 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '279' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6dee9693-d028-41e1-84ca-1f0ea2b4c42b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '371' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 33a2a4a1-d18a-4cda-973f-94234bc50b61 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '228' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 756aa9db-8ed3-448e-857f-f822260e9f43 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '218' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2c72d9d2-8e36-433e-ab55-19f39bef5b1e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '241' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ced79398-741c-4bd8-bb3f-c6f9cc988689 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '220' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b3401a8f-502d-4a46-9cb8-fd17a7c82ae3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '294' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6e2631d8-df0c-492e-a1b3-3b9f14912044 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '206' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1bfd7a71-e483-4f74-aa47-2de8059c323a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '378' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ee4529b2-79bb-42b0-adc9-fc3937b8bbb7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '236' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4da0ad1b-ccd3-4172-9853-291c6df63316 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '216' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7c767558-3898-46b1-8417-95946475349f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - db866ef7-0fac-45e2-90b6-cae93d1e509b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '447' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4ee8b2bd-23be-4dfc-b7ab-aa3ece837b0e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '290' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 17fc94ec-9308-4562-bbfa-28b6bef3b367 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '198' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 03b5ec9a-fc9a-4476-80d0-aca2354b9e9b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 44b54c81-a457-4698-a4dd-79091708179d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '220' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - efda3e68-3132-4ff7-ab6f-80a78cd91158 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '261' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 179a0d91-c81b-49f6-a1c7-d063147277a4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '273' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a97585aa-3e0c-41eb-951c-523844ef3b52 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '185' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8d49ca70-db9d-4f23-8941-7484838d91e7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '356' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 47b3ac02-8453-4b8e-84a9-fbf461e8a2b3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '295' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 833b2b19-5d9f-4795-b7c0-91ec1e0f739d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '206' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - fff56680-2e9b-484e-b66c-64e71aaf1f9d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '233' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5b8321ab-ec9b-4471-86fc-55c767599f49 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:42:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '307' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 59360edd-6ca1-45c9-abd4-27653ae15466 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '364' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 18b43ec6-3ec9-4fb0-9702-2b47d9295e0d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '260' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1f4453fa-651f-4286-ac6c-3285eb431d36 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '287' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d180a646-d224-417d-8b84-264c9c5a1fbe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '228' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3b67eb51-9deb-4b41-822f-0a12b6a455ee + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '242' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7061302f-e51b-435a-aebb-d781e9513025 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '229' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cfe05a57-7846-4a7c-85d0-f3d7cb7ec6a7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '229' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0dd9ebaa-f271-4a5b-9a89-4b60d62f922a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '254' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 907d649e-4dc3-40ab-8031-fca6ce5e9a87 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 87215f56-008c-4246-aca6-91d2899abd98 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '327' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b90ffb11-d8d2-423a-869f-ca02947f353c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 07208dc2-9228-406b-a198-efcba4097f06 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '295' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7628ae00-c70f-4535-8ec2-0f61c41392bd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '214' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - eb44bab8-c9fa-4404-827b-7d2bb4a5092a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '398' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b900db20-1231-4a1f-af13-10ee9310ec01 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '217' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f1fe8517-c0da-410e-9790-da8ce3250658 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '223' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 57aa3b77-cdaa-46c7-8d12-ab96322d1e27 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '380' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 55492c4d-ce26-4901-88bf-20623fa584d6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '301' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4a6e1b47-bbde-4423-afa6-6f5bb0172f2c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '236' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 174acfa7-b190-42a7-85aa-7171ba6f3101 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '212' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2a0bed27-f228-4fa6-a349-fd7d9191f63c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '218' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 409efae6-ae81-4617-82c9-b9271ed8859b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '308' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7bcd4448-19a8-4d2a-9a23-ee554551ddd4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '275' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dbf8f836-5d00-483d-a24a-f07336341b43 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '254' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1b6f1704-8d6c-43c5-9fd1-294a2b875940 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '223' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c5bee737-56e7-45ab-9812-8e7a2ccb1cb9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '279' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 54db0189-9d4e-4515-ba08-d889f8603210 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '230' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 023695a6-b1c5-4e9d-8b3a-1f9fc31d0cb4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '191' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - db827e03-0586-4c91-946b-a598d18beab9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '263' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c3b855d2-2546-4b43-b6c7-2467d9339f86 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '223' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 745b7352-16af-484e-9b25-bbd99211d603 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '217' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 15b3fa46-e705-497f-82c6-cec675924d06 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '254' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 95b3f2cd-caa0-4b39-8bdb-5b12c3f75822 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b51f96f6-3338-4ad0-83af-f9bdd2910aa4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '193' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8608fcc2-61f6-4c9a-8553-abe5de27b8fa + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '238' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8b369962-401f-420a-912f-d898658a6b12 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '433' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - abb7629d-1e7a-4a32-9280-e304375e2328 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '192' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8c0be880-543e-4379-902e-4e532c408e13 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '255' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a894da0d-ec8a-4400-993a-375cf0aee624 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '221' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6bea832d-b9c4-417a-9431-aea8f827b35a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '305' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 002c4c97-f848-44e3-9b25-d6e8ffd68b5e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '210' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bb18ba9c-537c-41b8-9f0f-f0d0b30b9153 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '237' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dd8d1b64-2b54-4587-97f1-3bb6653036ac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '313' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f3691820-6c11-46eb-a6a5-13e20f54a9d8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '236' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - aed0fe80-44ef-433c-86f3-bd0e106072d8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '241' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1b022e26-1577-4549-bc32-92873e87900b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '197' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 08d459fe-72ff-490b-8947-031d865ae601 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '309' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 206fb016-a6e2-47bb-81c2-ab266e9a2ced + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '256' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bf6b2a50-6803-42f2-ac40-a5da8109608b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '258' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5116c3d1-5158-4ace-a9f5-94b93a75f5de + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '214' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ba8d928b-aee8-4b7f-bd90-3e5ff8671d8c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '234' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - da96bcbb-2424-4a8f-9899-ad90d4f570b0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '224' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cc9ff5d6-d71b-47a7-a88f-37b1869cee98 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '282' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0d13e5c4-ca95-4425-99e2-908daaa19646 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '203' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - beb1983a-9b66-4658-b208-50e285c69cfb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '281' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2faabbf3-60b7-4184-85c5-3807650fe750 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '227' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 39494832-6979-4d23-b7ac-ee1b95d07358 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '214' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2db3ee27-865b-473e-819c-c91dcb81bb59 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '213' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - eb08d173-ecc1-453e-a230-96cadfb10e63 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '248' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2b51f734-a06d-4589-a978-3fe553608846 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '237' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d993ed9e-8448-457a-aeb0-41139710e412 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '230' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2ed619c2-4bb1-47ed-a018-f7354ecf1e63 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '207' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 41cca87c-31a1-4a06-954c-14be1e55ecfd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3caf611c-a0c4-46bb-adb2-e3b40b8adc6b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d712131e-80e8-41c3-90a8-9babce727228 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '218' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dee4898f-c40d-45ee-b3ca-678431d79f01 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '234' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ba5a566b-0db5-4a38-b953-43e993390868 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '220' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5b91409b-ff6d-4395-b4e6-f629f4f4109c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '231' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ed63c77a-e7de-46fe-a2aa-e938b38825fe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '229' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 27398acf-20df-4001-86f7-0cadc39b9aec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '242' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c960398d-4ee0-4ecd-924e-194a4b9a2eec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '259' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3d1e14fd-230d-487a-9b63-69e24e103144 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '211' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dee78666-b0ad-46f6-8f52-d1fc5c7b3804 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '262' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 535e3324-211b-4d44-9cf1-c4401a2dc93a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '271' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1adc9a31-e5c5-4e57-a786-e857fb0e47ac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '246' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d8fea82f-1b1b-40dc-9e28-47a8397886ac + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '200' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9daf20ef-8abb-4e53-ad38-9fe172fdc8b6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '222' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c25c3d1f-36f9-4e67-89fb-1c5852e4ac48 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '227' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 928d7ff6-6b40-4510-91c9-fe77a0729825 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '230' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7fd536bd-1216-47f1-9457-3c3912ffe758 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '205' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2b374d8c-1582-447c-a6f3-a3d795ef9e96 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '180' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3ab228e4-e34c-4711-95ee-27defadeb032 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '191' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4eb004fa-2bea-425b-91dc-96838644d8d0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '254' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7a319e51-8e59-42d1-8640-a7d7ef74743b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '246' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0fd17eaf-b0eb-4ba4-9a96-f6d5f2278b62 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '248' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 39e33c91-40a5-4d78-a0d8-08aa3eeb9ede + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 01:43:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '379' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_too_many_documents.yaml new file mode 100644 index 000000000000..0067adf3b5c8 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_too_many_documents.yaml @@ -0,0 +1,64 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "input document", "language": + "en"}, {"id": "1", "text": "input document", "language": "en"}, {"id": "2", + "text": "input document", "language": "en"}, {"id": "3", "text": "input document", + "language": "en"}, {"id": "4", "text": "input document", "language": "en"}, + {"id": "5", "text": "input document", "language": "en"}, {"id": "6", "text": + "input document", "language": "en"}, {"id": "7", "text": "input document", "language": + "en"}, {"id": "8", "text": "input document", "language": "en"}, {"id": "9", + "text": "input document", "language": "en"}, {"id": "10", "text": "input document", + "language": "en"}, {"id": "11", "text": "input document", "language": "en"}, + {"id": "12", "text": "input document", "language": "en"}, {"id": "13", "text": + "input document", "language": "en"}, {"id": "14", "text": "input document", + "language": "en"}, {"id": "15", "text": "input document", "language": "en"}, + {"id": "16", "text": "input document", "language": "en"}, {"id": "17", "text": + "input document", "language": "en"}, {"id": "18", "text": "input document", + "language": "en"}, {"id": "19", "text": "input document", "language": "en"}, + {"id": "20", "text": "input document", "language": "en"}, {"id": "21", "text": + "input document", "language": "en"}, {"id": "22", "text": "input document", + "language": "en"}, {"id": "23", "text": "input document", "language": "en"}, + {"id": "24", "text": "input document", "language": "en"}, {"id": "25", "text": + "input document", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '1843' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"InvalidArgument","message":"Batch request contains + too many documents. Max 25 documents are permitted."}}' + headers: + apim-request-id: + - 68bebf77-de3e-4aaf-869c-99eac0cd5f7c + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:15:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '9' + status: + code: 400 + message: Bad Request +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_user_agent.yaml new file mode 100644 index 000000000000..9b9dc2f27531 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_user_agent.yaml @@ -0,0 +1,231 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - dee2c904-a4c1-4a65-9f43-d4437af79879 + date: + - Fri, 13 Nov 2020 21:15:48 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '285' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + response: + body: + string: '{"jobId":"e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000","lastUpdateDateTime":"2020-11-13T21:15:49Z","createdDateTime":"2020-11-13T21:15:48Z","expirationDateTime":"2020-11-14T21:15:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:15:49Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6dfc4bd1-f146-4d4b-9168-25d5066424ca + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:16:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '374' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + response: + body: + string: '{"jobId":"e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000","lastUpdateDateTime":"2020-11-13T21:15:49Z","createdDateTime":"2020-11-13T21:15:48Z","expirationDateTime":"2020-11-14T21:15:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:15:49Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 76ceef04-c89d-4620-9461-88ade00a6e26 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:16:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '375' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + response: + body: + string: '{"jobId":"e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000","lastUpdateDateTime":"2020-11-13T21:15:49Z","createdDateTime":"2020-11-13T21:15:48Z","expirationDateTime":"2020-11-14T21:15:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:15:49Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8b277960-7961-498f-bb4e-5d3028464603 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:17:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '574' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + response: + body: + string: '{"jobId":"e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000","lastUpdateDateTime":"2020-11-13T21:15:49Z","createdDateTime":"2020-11-13T21:15:48Z","expirationDateTime":"2020-11-14T21:15:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:15:49Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dce6aa2b-c62f-4550-bc04-3807046a5d8e + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:17:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '429' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + response: + body: + string: '{"jobId":"e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000","lastUpdateDateTime":"2020-11-13T21:15:49Z","createdDateTime":"2020-11-13T21:15:48Z","expirationDateTime":"2020-11-14T21:15:48Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:15:49Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4127a04f-7914-4fad-bda1-e7a57bf719a9 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:18:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '585' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_dont_use_language_hint.yaml new file mode 100644 index 000000000000..35f08542fa79 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_dont_use_language_hint.yaml @@ -0,0 +1,155 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This was the best day of + my life.", "language": ""}, {"id": "1", "text": "I did not like the hotel we + stayed at. It was too expensive.", "language": ""}, {"id": "2", "text": "The + restaurant was not as good as I hoped.", "language": ""}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '603' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 6385ff74-ab5d-4100-954c-1746110cc776 + date: + - Fri, 13 Nov 2020 21:18:23 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '337' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000 + response: + body: + string: '{"jobId":"52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:18:24Z","createdDateTime":"2020-11-13T21:18:23Z","expirationDateTime":"2020-11-14T21:18:23Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:18:24Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:18:24.6147909Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8980e5cf-4b50-492e-90e2-5b364e9d0c68 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:18:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '391' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000 + response: + body: + string: '{"jobId":"52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:18:24Z","createdDateTime":"2020-11-13T21:18:23Z","expirationDateTime":"2020-11-14T21:18:23Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:18:24Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:18:24.6147909Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1c800f43-9c23-4132-952e-f7e599e31ee1 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:19:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '373' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000 + response: + body: + string: '{"jobId":"52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:18:24Z","createdDateTime":"2020-11-13T21:18:23Z","expirationDateTime":"2020-11-14T21:18:23Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:18:24Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:18:24.6147909Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:18:24.6147909Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:18:24.6147909Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dadac39a-e0df-403b-8f3a-d17642480f12 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:19:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '627' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint.yaml new file mode 100644 index 000000000000..2ba7707b192f --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint.yaml @@ -0,0 +1,225 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This was the best day of + my life.", "language": "en"}, {"id": "1", "text": "I did not like the hotel + we stayed at. It was too expensive.", "language": "en"}, {"id": "2", "text": + "The restaurant was not as good as I hoped.", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '609' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 0152df2b-4d62-4e60-9b6f-dd08aeb0c22c + date: + - Fri, 13 Nov 2020 21:19:56 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '311' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + response: + body: + string: '{"jobId":"6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000","lastUpdateDateTime":"2020-11-13T21:19:57Z","createdDateTime":"2020-11-13T21:19:56Z","expirationDateTime":"2020-11-14T21:19:56Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:19:57Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 64cce240-2072-40c3-acd2-58803911af5b + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:20:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '375' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + response: + body: + string: '{"jobId":"6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000","lastUpdateDateTime":"2020-11-13T21:19:57Z","createdDateTime":"2020-11-13T21:19:56Z","expirationDateTime":"2020-11-14T21:19:56Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:19:57Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c314ee97-42e2-43bc-9add-834482d33de1 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:20:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '372' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + response: + body: + string: '{"jobId":"6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000","lastUpdateDateTime":"2020-11-13T21:19:57Z","createdDateTime":"2020-11-13T21:19:56Z","expirationDateTime":"2020-11-14T21:19:56Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:19:57Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bfe81d00-4ff3-4bba-9366-e547dd516687 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:21:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '427' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + response: + body: + string: '{"jobId":"6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000","lastUpdateDateTime":"2020-11-13T21:19:57Z","createdDateTime":"2020-11-13T21:19:56Z","expirationDateTime":"2020-11-14T21:19:56Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:19:57Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 628e8f0b-9f11-473f-af31-25632f1097a5 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:21:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '444' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + response: + body: + string: '{"jobId":"6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000","lastUpdateDateTime":"2020-11-13T21:19:57Z","createdDateTime":"2020-11-13T21:19:56Z","expirationDateTime":"2020-11-14T21:19:56Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:19:57Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 079ad7e5-acf9-4f36-aab7-f625a70e3688 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:22:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '839' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_input.yaml new file mode 100644 index 000000000000..292f3fef78d0 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_input.yaml @@ -0,0 +1,225 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - c52b0a69-4c7d-4d5d-9f59-41dd5e9a6a8f + date: + - Fri, 13 Nov 2020 21:22:31 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '214' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + response: + body: + string: '{"jobId":"89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000","lastUpdateDateTime":"2020-11-13T21:22:32Z","createdDateTime":"2020-11-13T21:22:31Z","expirationDateTime":"2020-11-14T21:22:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:22:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 21f3b112-75fd-4225-a2f1-40e7eceab294 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:23:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '344' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + response: + body: + string: '{"jobId":"89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000","lastUpdateDateTime":"2020-11-13T21:22:32Z","createdDateTime":"2020-11-13T21:22:31Z","expirationDateTime":"2020-11-14T21:22:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:22:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2bcdfa00-648a-4314-8966-ff4c1c71dce5 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:23:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '320' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + response: + body: + string: '{"jobId":"89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000","lastUpdateDateTime":"2020-11-13T21:22:32Z","createdDateTime":"2020-11-13T21:22:31Z","expirationDateTime":"2020-11-14T21:22:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:22:32Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b38ec23e-0c33-4f98-9b2f-66d388a6439b + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:24:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '494' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + response: + body: + string: '{"jobId":"89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000","lastUpdateDateTime":"2020-11-13T21:22:32Z","createdDateTime":"2020-11-13T21:22:31Z","expirationDateTime":"2020-11-14T21:22:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:22:32Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 11ce13f6-8e21-4b89-95ff-89c8690a4097 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:24:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '584' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + response: + body: + string: '{"jobId":"89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000","lastUpdateDateTime":"2020-11-13T21:22:32Z","createdDateTime":"2020-11-13T21:22:31Z","expirationDateTime":"2020-11-14T21:22:31Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:22:32Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f0493679-9cb6-4653-9da3-7abeedc458b9 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:25:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '628' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_per_item_hints.yaml new file mode 100644 index 000000000000..47a511601bb9 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -0,0 +1,225 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 59306de4-36bb-4c4c-ab34-60a5727384a6 + date: + - Fri, 13 Nov 2020 21:25:05 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '258' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + response: + body: + string: '{"jobId":"4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:25:07Z","createdDateTime":"2020-11-13T21:25:06Z","expirationDateTime":"2020-11-14T21:25:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:25:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1abcd611-5b0a-4105-b3b7-9ae8fe2dcf4c + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:25:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '322' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + response: + body: + string: '{"jobId":"4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:25:07Z","createdDateTime":"2020-11-13T21:25:06Z","expirationDateTime":"2020-11-14T21:25:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:25:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 614a693d-d477-454a-baf2-cba20c0db8b9 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:26:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '367' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + response: + body: + string: '{"jobId":"4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:25:07Z","createdDateTime":"2020-11-13T21:25:06Z","expirationDateTime":"2020-11-14T21:25:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:25:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0825d8cc-aecc-4216-be1a-e47bcfcbdbbd + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:26:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '336' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + response: + body: + string: '{"jobId":"4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:25:07Z","createdDateTime":"2020-11-13T21:25:06Z","expirationDateTime":"2020-11-14T21:25:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:25:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 98e74672-eb39-4ebd-b36d-bb41a3d1060f + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:27:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '348' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + response: + body: + string: '{"jobId":"4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:25:07Z","createdDateTime":"2020-11-13T21:25:06Z","expirationDateTime":"2020-11-14T21:25:06Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:25:07Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3a5d5d16-642b-411e-aaea-2d775412bf86 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:27:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '611' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_input.yaml new file mode 100644 index 000000000000..49d174752af8 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_input.yaml @@ -0,0 +1,227 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I should take my cat to + the veterinarian.", "language": "en"}, {"id": "4", "text": "Este es un document + escrito en Espa\u00f1ol.", "language": "en"}, {"id": "3", "text": "\u732b\u306f\u5e78\u305b", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '583' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 6eb80f1c-5a4e-4e44-94a6-58c64573a156 + date: + - Fri, 13 Nov 2020 21:27:40 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '258' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + response: + body: + string: "{\"jobId\":\"f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\",\"createdDateTime\":\"2020-11-13T21:27:40Z\",\"expirationDateTime\":\"2020-11-14T21:27:40Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - ac176852-9df0-4766-a24a-28a687b8a202 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:28:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '269' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + response: + body: + string: "{\"jobId\":\"f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\",\"createdDateTime\":\"2020-11-13T21:27:40Z\",\"expirationDateTime\":\"2020-11-14T21:27:40Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - ad150ccd-c616-4ba9-b267-79aaf93ee829 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:28:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '246' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + response: + body: + string: "{\"jobId\":\"f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\",\"createdDateTime\":\"2020-11-13T21:27:40Z\",\"expirationDateTime\":\"2020-11-14T21:27:40Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\"},\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\":\"escrito + en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - d0ceaced-f11e-4ee8-a726-5965191a4428 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:29:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '427' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + response: + body: + string: "{\"jobId\":\"f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\",\"createdDateTime\":\"2020-11-13T21:27:40Z\",\"expirationDateTime\":\"2020-11-14T21:27:40Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\"},\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\":\"escrito + en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 33e6c7ec-dc95-4e11-a69b-feef2e67fa5e + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:29:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '579' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + response: + body: + string: "{\"jobId\":\"f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\",\"createdDateTime\":\"2020-11-13T21:27:40Z\",\"expirationDateTime\":\"2020-11-14T21:27:40Z\",\"status\":\"succeeded\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\"},\"completed\":3,\"failed\":0,\"inProgress\":0,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\":\"escrito + en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"entityRecognitionPiiTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"redactedText\":\"I + should take my cat to the veterinarian.\",\"id\":\"1\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"Este + es un document escrito en Espa\xF1ol.\",\"id\":\"4\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"\u732B\u306F\u5E78\u305B\",\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - d6bfb1b4-4c07-4f25-a35a-2e01996755a6 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:30:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '563' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_per_item_hints.yaml new file mode 100644 index 000000000000..56bd29a8e773 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -0,0 +1,225 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I should take my cat to + the veterinarian.", "language": "en"}, {"id": "2", "text": "Este es un document + escrito en Espa\u00f1ol.", "language": "en"}, {"id": "3", "text": "\u732b\u306f\u5e78\u305b", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '583' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 5ccf5ac0-acc5-4fb3-9d67-7814f4139047 + date: + - Fri, 13 Nov 2020 21:30:17 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '342' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + response: + body: + string: "{\"jobId\":\"62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\",\"createdDateTime\":\"2020-11-13T21:30:16Z\",\"expirationDateTime\":\"2020-11-14T21:30:16Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - d821778b-1923-476b-a3c9-0eee810bba28 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:30:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '368' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + response: + body: + string: "{\"jobId\":\"62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\",\"createdDateTime\":\"2020-11-13T21:30:16Z\",\"expirationDateTime\":\"2020-11-14T21:30:16Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 6eb93301-3d63-4953-b3c7-9e0e28730168 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:31:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '376' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + response: + body: + string: "{\"jobId\":\"62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\",\"createdDateTime\":\"2020-11-13T21:30:16Z\",\"expirationDateTime\":\"2020-11-14T21:30:16Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - c75e4f91-cb45-42cc-8efd-eaa9d6678d20 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:31:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '313' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + response: + body: + string: "{\"jobId\":\"62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\",\"createdDateTime\":\"2020-11-13T21:30:16Z\",\"expirationDateTime\":\"2020-11-14T21:30:16Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 1d51ca20-1676-4211-9545-70167337d574 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:32:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '356' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + response: + body: + string: "{\"jobId\":\"62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\",\"createdDateTime\":\"2020-11-13T21:30:16Z\",\"expirationDateTime\":\"2020-11-14T21:30:16Z\",\"status\":\"succeeded\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\"},\"completed\":3,\"failed\":0,\"inProgress\":0,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\":\"escrito + en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"entityRecognitionPiiTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"redactedText\":\"I + should take my cat to the veterinarian.\",\"id\":\"1\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"Este + es un document escrito en Espa\xF1ol.\",\"id\":\"2\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"\u732B\u306F\u5E78\u305B\",\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 3cac69a7-db19-43a2-9806-3674f61a1b46 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 21:32:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '513' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_entities_task.yaml new file mode 100644 index 000000000000..693f762777c8 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_entities_task.yaml @@ -0,0 +1,112 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "1", "text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, + 1975.", "language": "en"}, {"id": "2", "text": "Microsoft fue fundado por Bill + Gates y Paul Allen el 4 de abril de 1975.", "language": "es"}, {"id": "3", "text": + "Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegr\u00fcndet.", + "language": "de"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '568' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: d76dd33d-014b-49e5-85e6-be25dbdc93f0 + date: Fri, 13 Nov 2020 21:37:03 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '318' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:37:04Z","createdDateTime":"2020-11-13T21:37:03Z","expirationDateTime":"2020-11-14T21:37:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:37:04Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 964bcc7d-1dcd-4531-8dd9-d96d3f9adc74 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:37:34 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '208' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:37:04Z","createdDateTime":"2020-11-13T21:37:03Z","expirationDateTime":"2020-11-14T21:37:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:37:04Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 3f32100e-a71c-4c16-b097-0e3ef82db550 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:38:05 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '208' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:37:04Z","createdDateTime":"2020-11-13T21:37:03Z","expirationDateTime":"2020-11-14T21:37:03Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:37:04Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:37:04.1045598Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill + Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul + Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April + 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.89},{"text":"Bill + Gates","category":"Person","offset":26,"length":10,"confidenceScore":0.8},{"text":"Paul + Allen","category":"Person","offset":39,"length":10,"confidenceScore":0.75},{"text":"4 + de abril de 1975","category":"DateTime","subcategory":"Date","offset":53,"length":18,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":1.0},{"text":"4. + April 1975","category":"DateTime","subcategory":"Date","offset":19,"length":13,"confidenceScore":0.8},{"text":"Bill + Gates","category":"Person","offset":37,"length":10,"confidenceScore":0.86},{"text":"Paul + Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.98}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' + headers: + apim-request-id: ca3a9d92-d17f-4f4d-84c0-63942fc3d62a + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:38:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '264' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_key_phrase_task.yaml new file mode 100644 index 000000000000..786a1a72420c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_key_phrase_task.yaml @@ -0,0 +1,58 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "Microsoft was founded by + Bill Gates and Paul Allen", "language": "en"}, {"id": "2", "text": "Microsoft + fue fundado por Bill Gates y Paul Allen", "language": "es"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '368' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: cc3dac97-8947-460f-bfc3-807d910abc29 + date: Fri, 13 Nov 2020 21:38:37 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/aa0dce0c-90b8-416e-af5c-5eaca8b2a38b_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '378' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/aa0dce0c-90b8-416e-af5c-5eaca8b2a38b_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"aa0dce0c-90b8-416e-af5c-5eaca8b2a38b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:38:38Z","createdDateTime":"2020-11-13T21:38:37Z","expirationDateTime":"2020-11-14T21:38:37Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:38:38Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:38:38.2172286Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"2","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d4291795-7c9b-4e0e-a9e4-f53cc9874ccb + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:39:09 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '227' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/aa0dce0c-90b8-416e-af5c-5eaca8b2a38b_637408224000000000?showStats=True +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_pii_entities_task.yaml new file mode 100644 index 000000000000..6500ee6ab16f --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_pii_entities_task.yaml @@ -0,0 +1,156 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [{"parameters": + {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], "keyPhraseExtractionTasks": + []}, "analysisInput": {"documents": [{"id": "1", "text": "My SSN is 859-98-0987.", + "language": "en"}, {"id": "2", "text": "Your ABA number - 111000025 - is the + first 9 digits in the lower left hand corner of your personal check.", "language": + "en"}, {"id": "3", "text": "Is 998.214.865-68 your Brazilian CPF number?", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '521' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 1bd03055-e0b0-43b5-a62e-770433b9dd78 + date: Fri, 13 Nov 2020 21:39:10 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '210' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000","lastUpdateDateTime":"2020-11-13T21:39:10Z","createdDateTime":"2020-11-13T21:39:09Z","expirationDateTime":"2020-11-14T21:39:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:39:10Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 27a2c85b-e55b-477d-ab1e-0465f267cb45 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:39:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '169' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000","lastUpdateDateTime":"2020-11-13T21:39:10Z","createdDateTime":"2020-11-13T21:39:09Z","expirationDateTime":"2020-11-14T21:39:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:39:10Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: e270aa5d-4b78-403c-b548-54a49a787b93 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:40:11 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '105' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000","lastUpdateDateTime":"2020-11-13T21:39:10Z","createdDateTime":"2020-11-13T21:39:09Z","expirationDateTime":"2020-11-14T21:39:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:39:10Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: fd618dbf-30be-4cee-978f-2b4a78b66fc5 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:40:42 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '228' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000","lastUpdateDateTime":"2020-11-13T21:39:10Z","createdDateTime":"2020-11-13T21:39:09Z","expirationDateTime":"2020-11-14T21:39:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:39:10Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: c9623fb3-0a95-4f8b-a8a8-e0fb95e0019d + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:41:13 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '115' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000","lastUpdateDateTime":"2020-11-13T21:39:10Z","createdDateTime":"2020-11-13T21:39:09Z","expirationDateTime":"2020-11-14T21:39:09Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:39:10Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:39:10.4620315Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + SSN is ***********.","id":"1","entities":[{"text":"859-98-0987","category":"U.S. + Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your + ABA number - ********* - is the first 9 digits in the lower left hand corner + of your personal check.","id":"2","entities":[{"text":"111000025","category":"Phone + Number","offset":18,"length":9,"confidenceScore":0.8},{"text":"111000025","category":"ABA + Routing Number","offset":18,"length":9,"confidenceScore":0.75},{"text":"111000025","category":"New + Zealand Social Welfare Number","offset":18,"length":9,"confidenceScore":0.65},{"text":"111000025","category":"Portugal + Tax Identification Number","offset":18,"length":9,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Is + ************** your Brazilian CPF number?","id":"3","entities":[{"text":"998.214.865-68","category":"Brazil + CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f3fb01c7-46f0-4aa0-8b1b-0df8f60ccde3 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:41:45 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '358' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_entities_task.yaml new file mode 100644 index 000000000000..47c1279b0b40 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_entities_task.yaml @@ -0,0 +1,156 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "1", "text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, + 1975.", "language": "en"}, {"id": "2", "text": "Microsoft fue fundado por Bill + Gates y Paul Allen el 4 de abril de 1975.", "language": "es"}, {"id": "3", "text": + "Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegr\u00fcndet.", + "language": "de"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '568' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: b5644649-c624-494e-b43b-778673660d63 + date: Fri, 13 Nov 2020 21:41:45 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '321' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + response: + body: + string: '{"jobId":"a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:41:46Z","createdDateTime":"2020-11-13T21:41:46Z","expirationDateTime":"2020-11-14T21:41:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:41:46Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: ff1357fe-f915-4526-a6be-5f0b28f087fb + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:42:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '73' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + response: + body: + string: '{"jobId":"a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:41:46Z","createdDateTime":"2020-11-13T21:41:46Z","expirationDateTime":"2020-11-14T21:41:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:41:46Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 7de937fe-dbfc-4cc4-82fd-b882e6357b28 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:42:47 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '91' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + response: + body: + string: '{"jobId":"a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:41:46Z","createdDateTime":"2020-11-13T21:41:46Z","expirationDateTime":"2020-11-14T21:41:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:41:46Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 57bc3526-51f2-4a38-86bb-a0331d73dd25 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:43:19 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '195' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + response: + body: + string: '{"jobId":"a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:41:46Z","createdDateTime":"2020-11-13T21:41:46Z","expirationDateTime":"2020-11-14T21:41:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:41:46Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 31d9fb4f-8570-4365-928f-f20eeb9e6561 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:43:49 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '71' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + response: + body: + string: '{"jobId":"a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:41:46Z","createdDateTime":"2020-11-13T21:41:46Z","expirationDateTime":"2020-11-14T21:41:46Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:41:46Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:41:46.7876045Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill + Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul + Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April + 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.89},{"text":"Bill + Gates","category":"Person","offset":26,"length":10,"confidenceScore":0.8},{"text":"Paul + Allen","category":"Person","offset":39,"length":10,"confidenceScore":0.75},{"text":"4 + de abril de 1975","category":"DateTime","subcategory":"Date","offset":53,"length":18,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":1.0},{"text":"4. + April 1975","category":"DateTime","subcategory":"Date","offset":19,"length":13,"confidenceScore":0.8},{"text":"Bill + Gates","category":"Person","offset":37,"length":10,"confidenceScore":0.86},{"text":"Paul + Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.98}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' + headers: + apim-request-id: 8f40d4b6-7489-4221-809e-0b8ad9c474cf + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:44:21 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '279' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_key_phrase_task.yaml new file mode 100644 index 000000000000..522de23a91e5 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_key_phrase_task.yaml @@ -0,0 +1,58 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "Microsoft was founded by + Bill Gates and Paul Allen", "language": "en"}, {"id": "2", "text": "Microsoft + fue fundado por Bill Gates y Paul Allen", "language": "es"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '368' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 525c6a52-2324-4db9-b8ef-41d3f1e7a06d + date: Fri, 13 Nov 2020 21:44:21 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a308f197-e2e7-473c-b1a4-27a42cedd658_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '240' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a308f197-e2e7-473c-b1a4-27a42cedd658_637408224000000000 + response: + body: + string: '{"jobId":"a308f197-e2e7-473c-b1a4-27a42cedd658_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:22Z","createdDateTime":"2020-11-13T21:44:22Z","expirationDateTime":"2020-11-14T21:44:22Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:22Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:44:22.8566433Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"2","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 86e19e34-4b0f-49f6-9391-4a5ae7c2b121 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:44:53 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '305' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a308f197-e2e7-473c-b1a4-27a42cedd658_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_pii_entities_task.yaml new file mode 100644 index 000000000000..61eb8dc94bdd --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_pii_entities_task.yaml @@ -0,0 +1,156 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [{"parameters": + {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], "keyPhraseExtractionTasks": + []}, "analysisInput": {"documents": [{"id": "1", "text": "My SSN is 859-98-0987.", + "language": "en"}, {"id": "2", "text": "Your ABA number - 111000025 - is the + first 9 digits in the lower left hand corner of your personal check.", "language": + "en"}, {"id": "3", "text": "Is 998.214.865-68 your Brazilian CPF number?", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '521' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 1767e3cc-ff97-44cb-bf4f-be1f2a5bfc72 + date: Fri, 13 Nov 2020 21:44:54 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '178' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + response: + body: + string: '{"jobId":"862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:54Z","createdDateTime":"2020-11-13T21:44:54Z","expirationDateTime":"2020-11-14T21:44:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:54Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 843f6bc6-49e1-47ee-b913-76d253bec098 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:45:25 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '193' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + response: + body: + string: '{"jobId":"862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:54Z","createdDateTime":"2020-11-13T21:44:54Z","expirationDateTime":"2020-11-14T21:44:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:54Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 45231feb-3df4-4043-b4ba-c16b6ec508d4 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:45:55 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '58' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + response: + body: + string: '{"jobId":"862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:54Z","createdDateTime":"2020-11-13T21:44:54Z","expirationDateTime":"2020-11-14T21:44:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:54Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 699b44e4-525e-491e-9e8b-254127e9ac1e + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:46:26 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '174' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + response: + body: + string: '{"jobId":"862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:54Z","createdDateTime":"2020-11-13T21:44:54Z","expirationDateTime":"2020-11-14T21:44:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:54Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 84c158ed-04cb-4fb9-b015-c44f1ebe1bee + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:46:58 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '98' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + response: + body: + string: '{"jobId":"862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:54Z","createdDateTime":"2020-11-13T21:44:54Z","expirationDateTime":"2020-11-14T21:44:54Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:54Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:44:54.9135475Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + SSN is ***********.","id":"1","entities":[{"text":"859-98-0987","category":"U.S. + Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your + ABA number - ********* - is the first 9 digits in the lower left hand corner + of your personal check.","id":"2","entities":[{"text":"111000025","category":"Phone + Number","offset":18,"length":9,"confidenceScore":0.8},{"text":"111000025","category":"ABA + Routing Number","offset":18,"length":9,"confidenceScore":0.75},{"text":"111000025","category":"New + Zealand Social Welfare Number","offset":18,"length":9,"confidenceScore":0.65},{"text":"111000025","category":"Portugal + Tax Identification Number","offset":18,"length":9,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Is + ************** your Brazilian CPF number?","id":"3","entities":[{"text":"998.214.865-68","category":"Brazil + CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 30d9c350-4d41-4a88-ab1e-9d598fecafa2 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:47:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '197' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_credentials.yaml new file mode 100644 index 000000000000..129a5c29a6a9 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_credentials.yaml @@ -0,0 +1,32 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This is written in English.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '415' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: '224' + date: Fri, 13 Nov 2020 21:47:30 GMT + status: + code: 401 + message: PermissionDenied + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_all_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_all_tasks.yaml new file mode 100644 index 000000000000..23b8f86469a9 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_all_tasks.yaml @@ -0,0 +1,63 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "bad", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "bad", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "bad"}}]}, "analysisInput": + {"documents": [{"id": "1", "text": "I did not like the hotel we stayed at.", + "language": "english"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '422' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: bf8bf63b-3ec1-422a-89d9-08e4402f068d + date: Fri, 13 Nov 2020 21:47:30 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/600716e7-3751-469e-afc9-b08957e1a9f1_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '339' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/600716e7-3751-469e-afc9-b08957e1a9f1_637408224000000000 + response: + body: + string: '{"jobId":"600716e7-3751-469e-afc9-b08957e1a9f1_637408224000000000","lastUpdateDateTime":"2020-11-13T21:47:31Z","createdDateTime":"2020-11-13T21:47:30Z","expirationDateTime":"2020-11-14T21:47:30Z","status":"failed","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:47:31Z"},"completed":0,"failed":3,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:47:31.6265756Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:47:31.6265756Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:47:31.6265756Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 09849025-1f20-4026-90b1-b6b135b49ff8 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:48:01 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '16' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/600716e7-3751-469e-afc9-b08957e1a9f1_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_multiple_tasks.yaml new file mode 100644 index 000000000000..d85d853e02ce --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_multiple_tasks.yaml @@ -0,0 +1,114 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "bad", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "bad"}}]}, "analysisInput": + {"documents": [{"id": "1", "text": "I did not like the hotel we stayed at.", + "language": "english"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '425' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 9a117f40-efc9-4d57-81a2-6091cc5418fb + date: Fri, 13 Nov 2020 21:48:02 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '312' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 + response: + body: + string: '{"jobId":"b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:48:03Z","createdDateTime":"2020-11-13T21:48:02Z","expirationDateTime":"2020-11-14T21:48:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:48:03Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 60ddbbeb-25ed-4b8d-a80d-af0937fd688a + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:48:33 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '137' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 + response: + body: + string: '{"jobId":"b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:48:03Z","createdDateTime":"2020-11-13T21:48:02Z","expirationDateTime":"2020-11-14T21:48:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:48:03Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: d3c4253a-bd48-4fcd-ae12-2f770efdcb6a + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:49:04 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '80' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 + response: + body: + string: '{"jobId":"b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:48:03Z","createdDateTime":"2020-11-13T21:48:02Z","expirationDateTime":"2020-11-14T21:48:02Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:48:03Z"},"completed":1,"failed":2,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: c2301c92-53fb-4f78-b2a5-b07c6a6b8af0 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:49:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '244' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_single_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_single_task.yaml new file mode 100644 index 000000000000..b13dcfd1701b --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_single_task.yaml @@ -0,0 +1,57 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "bad", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "1", "text": "I did not like the hotel we stayed at.", "language": "english"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '304' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 4c72458f-50a8-45ce-b535-ca31fd2688e6 + date: Fri, 13 Nov 2020 21:49:36 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/bc48390e-5e7c-4729-be5f-a1acaa18f825_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '39' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/bc48390e-5e7c-4729-be5f-a1acaa18f825_637408224000000000 + response: + body: + string: '{"jobId":"bc48390e-5e7c-4729-be5f-a1acaa18f825_637408224000000000","lastUpdateDateTime":"2020-11-13T21:49:37Z","createdDateTime":"2020-11-13T21:49:36Z","expirationDateTime":"2020-11-14T21:49:36Z","status":"failed","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:49:37Z"},"completed":0,"failed":1,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:49:37.27415Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 747aa662-7cf4-42cf-8857-2a3b21a9ddaa + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:50:07 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '16' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/bc48390e-5e7c-4729-be5f-a1acaa18f825_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_request_on_empty_document.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_request_on_empty_document.yaml new file mode 100644 index 000000000000..cbdbc041f2f0 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_request_on_empty_document.yaml @@ -0,0 +1,33 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '226' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"InvalidArgument","message":"At least one document + is missing a Text attribute."}}' + headers: + apim-request-id: 9438e665-d46e-4d2c-80d1-edd50a3dec6d + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:50:07 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '5' + status: + code: 400 + message: Bad Request + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_client_passed_default_language_hint.yaml new file mode 100644 index 000000000000..9ae4e04f8f1b --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_client_passed_default_language_hint.yaml @@ -0,0 +1,155 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: f0f8099e-0d72-4eae-a056-39e78a840b6d + date: Fri, 13 Nov 2020 21:50:08 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '297' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + response: + body: + string: '{"jobId":"edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000","lastUpdateDateTime":"2020-11-13T21:50:10Z","createdDateTime":"2020-11-13T21:50:09Z","expirationDateTime":"2020-11-14T21:50:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:50:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 3623a91e-c3b2-4172-989d-cc6f85ac6cdf + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:50:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '231' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + response: + body: + string: '{"jobId":"edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000","lastUpdateDateTime":"2020-11-13T21:50:10Z","createdDateTime":"2020-11-13T21:50:09Z","expirationDateTime":"2020-11-14T21:50:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:50:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 25c2ea3e-8024-4acf-a008-4c0c1fbd2cc8 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:51:11 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '427' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + response: + body: + string: '{"jobId":"edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000","lastUpdateDateTime":"2020-11-13T21:50:10Z","createdDateTime":"2020-11-13T21:50:09Z","expirationDateTime":"2020-11-14T21:50:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:50:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 5997d82b-a4cf-4078-9bab-0c7ded10c3d0 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:51:42 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '345' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + response: + body: + string: '{"jobId":"edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000","lastUpdateDateTime":"2020-11-13T21:50:10Z","createdDateTime":"2020-11-13T21:50:09Z","expirationDateTime":"2020-11-14T21:50:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:50:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0b08fd8f-af54-4585-bd5c-66f7480aefe1 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:52:13 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '547' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + response: + body: + string: '{"jobId":"edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000","lastUpdateDateTime":"2020-11-13T21:50:10Z","createdDateTime":"2020-11-13T21:50:09Z","expirationDateTime":"2020-11-14T21:50:09Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:50:10Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: fde0d936-2454-491d-b533-caaf7a38fc2d + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:52:44 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '513' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_duplicate_ids_error.yaml new file mode 100644 index 000000000000..93dcb14e104a --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_duplicate_ids_error.yaml @@ -0,0 +1,37 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "hello world", "language": + "en"}, {"id": "1", "text": "I did not like the hotel we stayed at.", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '480' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"InvalidArgument","message":"Request contains duplicated + Ids. Make sure each document has a unique Id."}}' + headers: + apim-request-id: d61d2b97-53e5-4ba7-93fa-95a32a04aa90 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:52:45 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '14' + status: + code: 400 + message: Bad Request + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_empty_credential_class.yaml new file mode 100644 index 000000000000..c632022bc5a4 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_empty_credential_class.yaml @@ -0,0 +1,32 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This is written in English.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '415' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: '224' + date: Fri, 13 Nov 2020 21:52:47 GMT + status: + code: 401 + message: PermissionDenied + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_docs.yaml new file mode 100644 index 000000000000..d59c14121efc --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_docs.yaml @@ -0,0 +1,154 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "This should fail because + we''re passing in an invalid language hint", "language": "notalanguage"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '464' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 3d0de96e-9e8c-49ad-ba16-09900a75355f + date: Fri, 13 Nov 2020 21:52:47 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '324' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + response: + body: + string: '{"jobId":"7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000","lastUpdateDateTime":"2020-11-13T21:52:49Z","createdDateTime":"2020-11-13T21:52:48Z","expirationDateTime":"2020-11-14T21:52:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:52:49Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 75062906-74c3-4670-92e7-3f16cff23e51 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:53:19 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '201' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + response: + body: + string: '{"jobId":"7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000","lastUpdateDateTime":"2020-11-13T21:52:49Z","createdDateTime":"2020-11-13T21:52:48Z","expirationDateTime":"2020-11-14T21:52:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:52:49Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 7f83bb9a-aef9-4c4d-97ba-79285a5ff91c + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:53:49 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '330' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + response: + body: + string: '{"jobId":"7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000","lastUpdateDateTime":"2020-11-13T21:52:49Z","createdDateTime":"2020-11-13T21:52:48Z","expirationDateTime":"2020-11-14T21:52:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:52:49Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: fdce71c4-93b1-451c-8cc9-0a25a2c0ddc0 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:54:21 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '299' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + response: + body: + string: '{"jobId":"7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000","lastUpdateDateTime":"2020-11-13T21:52:49Z","createdDateTime":"2020-11-13T21:52:48Z","expirationDateTime":"2020-11-14T21:52:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:52:49Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1952c67d-9038-461c-91b8-94a04a0dc02c + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 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: '308' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + response: + body: + string: '{"jobId":"7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000","lastUpdateDateTime":"2020-11-13T21:52:49Z","createdDateTime":"2020-11-13T21:52:48Z","expirationDateTime":"2020-11-14T21:52:48Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:52:49Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en"}}],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f35d5e36-bbf5-4cfd-8114-4e5bd63f76e6 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 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: '339' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_method.yaml new file mode 100644 index 000000000000..47e61544b885 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_method.yaml @@ -0,0 +1,154 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This should fail because + we''re passing in an invalid language hint", "language": "notalanguage"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '464' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 5af700ac-2335-4a9a-82e3-730d9b95b2eb + date: Fri, 13 Nov 2020 21:55:24 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '304' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + response: + body: + string: '{"jobId":"6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000","lastUpdateDateTime":"2020-11-13T21:55:25Z","createdDateTime":"2020-11-13T21:55:24Z","expirationDateTime":"2020-11-14T21:55:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:55:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 01bb861a-eb86-4a50-b268-1980daf17446 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:55:55 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '328' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + response: + body: + string: '{"jobId":"6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000","lastUpdateDateTime":"2020-11-13T21:55:25Z","createdDateTime":"2020-11-13T21:55:24Z","expirationDateTime":"2020-11-14T21:55:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:55:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: b2e2d89e-666e-4035-b69d-e8322fc631bc + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:56:27 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '362' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + response: + body: + string: '{"jobId":"6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000","lastUpdateDateTime":"2020-11-13T21:55:25Z","createdDateTime":"2020-11-13T21:55:24Z","expirationDateTime":"2020-11-14T21:55:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:55:25Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: aad28cc2-701f-4ba9-a58f-53fa86468051 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:56:58 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '397' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + response: + body: + string: '{"jobId":"6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000","lastUpdateDateTime":"2020-11-13T21:55:25Z","createdDateTime":"2020-11-13T21:55:24Z","expirationDateTime":"2020-11-14T21:55:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:55:25Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 808ffc87-2e1d-44b9-b584-a49e46362f63 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:57:29 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '370' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + response: + body: + string: '{"jobId":"6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000","lastUpdateDateTime":"2020-11-13T21:55:25Z","createdDateTime":"2020-11-13T21:55:24Z","expirationDateTime":"2020-11-14T21:55:24Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:55:25Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en"}}],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 5cdac4a6-2012-4736-831d-4e2be7af154f + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:58:00 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '450' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_returned_successfully.yaml new file mode 100644 index 000000000000..6dac7d03d705 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_returned_successfully.yaml @@ -0,0 +1,198 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "hello world", "language": + "en"}, {"id": "1", "text": "hello world", "language": "en"}, {"id": "2", "text": + "hello world", "language": "en"}, {"id": "3", "text": "hello world", "language": + "en"}, {"id": "4", "text": "hello world", "language": "en"}, {"id": "5", "text": + "hello world", "language": "en"}, {"id": "6", "text": "hello world", "language": + "en"}, {"id": "7", "text": "hello world", "language": "en"}, {"id": "8", "text": + "hello world", "language": "en"}, {"id": "9", "text": "hello world", "language": + "en"}, {"id": "10", "text": "hello world", "language": "en"}, {"id": "11", "text": + "hello world", "language": "en"}, {"id": "12", "text": "hello world", "language": + "en"}, {"id": "13", "text": "hello world", "language": "en"}, {"id": "14", "text": + "hello world", "language": "en"}, {"id": "15", "text": "hello world", "language": + "en"}, {"id": "16", "text": "hello world", "language": "en"}, {"id": "17", "text": + "hello world", "language": "en"}, {"id": "18", "text": "hello world", "language": + "en"}, {"id": "19", "text": "hello world", "language": "en"}, {"id": "20", "text": + "hello world", "language": "en"}, {"id": "21", "text": "hello world", "language": + "en"}, {"id": "22", "text": "hello world", "language": "en"}, {"id": "23", "text": + "hello world", "language": "en"}, {"id": "24", "text": "hello world", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '1710' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 7c43bc28-2525-4ca3-884b-8ef809ed99b5 + date: Fri, 13 Nov 2020 21:58:02 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '294' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/1b097f4b-af71-47ba-8932-4bc19dc42959?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 6c3eb6e1-13c3-4773-8b8b-68fd0c035d13 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:58:33 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '419' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/1b097f4b-af71-47ba-8932-4bc19dc42959?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 1423a406-491f-46c6-91d3-6bd7a96406f7 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:59:04 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '655' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/90edbf07-6bb7-49a4-97ef-8b970788abcb?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/1b097f4b-af71-47ba-8932-4bc19dc42959?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?$skip=20&$top=20"}' + headers: + apim-request-id: ec3406ee-f810-49db-b876-037f6c3e3b7e + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 21:59:35 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '976' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/90edbf07-6bb7-49a4-97ef-8b970788abcb?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/1b097f4b-af71-47ba-8932-4bc19dc42959?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 896758d1-2504-4621-a657-1eb26847144f + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:00:08 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '842' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/90edbf07-6bb7-49a4-97ef-8b970788abcb?$skip=20&$top=5"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + world","id":"0","entities":[],"warnings":[]},{"redactedText":"hello world","id":"1","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"2","entities":[],"warnings":[]},{"redactedText":"hello world","id":"3","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"4","entities":[],"warnings":[]},{"redactedText":"hello world","id":"5","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"6","entities":[],"warnings":[]},{"redactedText":"hello world","id":"7","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"8","entities":[],"warnings":[]},{"redactedText":"hello world","id":"9","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"10","entities":[],"warnings":[]},{"redactedText":"hello world","id":"11","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"12","entities":[],"warnings":[]},{"redactedText":"hello world","id":"13","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"14","entities":[],"warnings":[]},{"redactedText":"hello world","id":"15","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"16","entities":[],"warnings":[]},{"redactedText":"hello world","id":"17","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"18","entities":[],"warnings":[]},{"redactedText":"hello world","id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/8e1848bf-2470-4ad1-ac61-bb9921c92bcc?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/1b097f4b-af71-47ba-8932-4bc19dc42959?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?$skip=20&$top=20"}' + headers: + apim-request-id: ad2d7d66-46fc-42e3-bf97-a12a940445c8 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:00:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '1381' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True +- request: + body: null + headers: + Accept: + - application/json, text/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=false&$top=20&$skip=20 + response: + body: + string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"20","entities":[],"warnings":[]},{"id":"21","entities":[],"warnings":[]},{"id":"22","entities":[],"warnings":[]},{"id":"23","entities":[],"warnings":[]},{"id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + world","id":"20","entities":[],"warnings":[]},{"redactedText":"hello world","id":"21","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"22","entities":[],"warnings":[]},{"redactedText":"hello world","id":"23","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"20","keyPhrases":["world"],"warnings":[]},{"id":"21","keyPhrases":["world"],"warnings":[]},{"id":"22","keyPhrases":["world"],"warnings":[]},{"id":"23","keyPhrases":["world"],"warnings":[]},{"id":"24","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: affac5ce-1a78-453e-87ad-191cc13f0a68 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:00:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '615' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=false&$top=20&$skip=20 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml new file mode 100644 index 000000000000..986b9f363245 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml @@ -0,0 +1,284 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "bad", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "hello world", "language": + "en"}, {"id": "1", "text": "hello world", "language": "en"}, {"id": "2", "text": + "hello world", "language": "en"}, {"id": "3", "text": "hello world", "language": + "en"}, {"id": "4", "text": "hello world", "language": "en"}, {"id": "5", "text": + "hello world", "language": "en"}, {"id": "6", "text": "hello world", "language": + "en"}, {"id": "7", "text": "hello world", "language": "en"}, {"id": "8", "text": + "hello world", "language": "en"}, {"id": "9", "text": "hello world", "language": + "en"}, {"id": "10", "text": "hello world", "language": "en"}, {"id": "11", "text": + "hello world", "language": "en"}, {"id": "12", "text": "hello world", "language": + "en"}, {"id": "13", "text": "hello world", "language": "en"}, {"id": "14", "text": + "hello world", "language": "en"}, {"id": "15", "text": "hello world", "language": + "en"}, {"id": "16", "text": "hello world", "language": "en"}, {"id": "17", "text": + "hello world", "language": "en"}, {"id": "18", "text": "hello world", "language": + "en"}, {"id": "19", "text": "hello world", "language": "en"}, {"id": "20", "text": + "hello world", "language": "en"}, {"id": "21", "text": "hello world", "language": + "en"}, {"id": "22", "text": "hello world", "language": "en"}, {"id": "23", "text": + "hello world", "language": "en"}, {"id": "24", "text": "hello world", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '1707' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 34a82eb2-9cfb-4a75-8a2f-a3a54749c094 + date: Fri, 13 Nov 2020 22:00:41 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '214' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 + response: + body: + string: '{"jobId":"cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000","lastUpdateDateTime":"2020-11-13T22:00:43Z","createdDateTime":"2020-11-13T22:00:42Z","expirationDateTime":"2020-11-14T22:00:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:00:43Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"2","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"3","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"4","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"5","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"6","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"7","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"8","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"9","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"10","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"11","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"12","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"13","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"14","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"15","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"16","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"17","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"18","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/d84db8aa-abf2-4507-bfb1-fcb8e0178bdd?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 6be00e22-fc03-4086-ba22-1c19e6af75e0 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:01:13 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '478' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 + response: + body: + string: '{"jobId":"cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000","lastUpdateDateTime":"2020-11-13T22:00:43Z","createdDateTime":"2020-11-13T22:00:42Z","expirationDateTime":"2020-11-14T22:00:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:00:43Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"2","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"3","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"4","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"5","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"6","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"7","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"8","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"9","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"10","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"11","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"12","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"13","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"14","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"15","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"16","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"17","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"18","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/d84db8aa-abf2-4507-bfb1-fcb8e0178bdd?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 8fe0a564-9153-4ec8-91ea-adcd1570c654 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:01:45 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '659' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 + response: + body: + string: '{"jobId":"cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000","lastUpdateDateTime":"2020-11-13T22:00:43Z","createdDateTime":"2020-11-13T22:00:42Z","expirationDateTime":"2020-11-14T22:00:42Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:00:43Z"},"completed":2,"failed":1,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"2","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"3","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"4","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"5","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"6","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"7","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"8","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"9","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"10","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"11","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"12","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"13","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"14","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"15","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"16","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"17","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"18","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + world","id":"0","entities":[],"warnings":[]},{"redactedText":"hello world","id":"1","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"2","entities":[],"warnings":[]},{"redactedText":"hello world","id":"3","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"4","entities":[],"warnings":[]},{"redactedText":"hello world","id":"5","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"6","entities":[],"warnings":[]},{"redactedText":"hello world","id":"7","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"8","entities":[],"warnings":[]},{"redactedText":"hello world","id":"9","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"10","entities":[],"warnings":[]},{"redactedText":"hello world","id":"11","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"12","entities":[],"warnings":[]},{"redactedText":"hello world","id":"13","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"14","entities":[],"warnings":[]},{"redactedText":"hello world","id":"15","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"16","entities":[],"warnings":[]},{"redactedText":"hello world","id":"17","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"18","entities":[],"warnings":[]},{"redactedText":"hello world","id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/80b62a72-ec92-461e-a32f-18b523a53d1f?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/d84db8aa-abf2-4507-bfb1-fcb8e0178bdd?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000?$skip=20&$top=20"}' + headers: + apim-request-id: dfc8f1b3-cf07-4e25-b899-e96ddd603318 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:02:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '798' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 +- request: + body: null + headers: + Accept: + - application/json, text/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000?showStats=false&$top=20&$skip=20 + response: + body: + string: '{"jobId":"cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000","lastUpdateDateTime":"2020-11-13T22:00:43Z","createdDateTime":"2020-11-13T22:00:42Z","expirationDateTime":"2020-11-14T22:00:42Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:00:43Z"},"completed":2,"failed":1,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"20","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"21","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"22","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"23","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"24","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + world","id":"20","entities":[],"warnings":[]},{"redactedText":"hello world","id":"21","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"22","entities":[],"warnings":[]},{"redactedText":"hello world","id":"23","entities":[],"warnings":[]},{"redactedText":"hello + world","id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"id":"20","keyPhrases":["world"],"warnings":[]},{"id":"21","keyPhrases":["world"],"warnings":[]},{"id":"22","keyPhrases":["world"],"warnings":[]},{"id":"23","keyPhrases":["world"],"warnings":[]},{"id":"24","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f5dc4cf7-be00-4371-ae7a-e6824d3d7d32 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:02:18 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '778' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000?showStats=false&$top=20&$skip=20 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_out_of_order_ids_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_out_of_order_ids_multiple_tasks.yaml new file mode 100644 index 000000000000..209d86674ebe --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_out_of_order_ids_multiple_tasks.yaml @@ -0,0 +1,126 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "bad", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "56", "text": ":)", "language": "en"}, + {"id": "0", "text": ":(", "language": "en"}, {"id": "19", "text": ":P", "language": + "en"}, {"id": "1", "text": ":D", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '524' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 8bccf0a1-c3c5-4d3f-ad10-a145d0ae667e + date: Fri, 13 Nov 2020 22:02:19 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '265' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 + response: + body: + string: '{"jobId":"2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000","lastUpdateDateTime":"2020-11-13T22:02:20Z","createdDateTime":"2020-11-13T22:02:19Z","expirationDateTime":"2020-11-14T22:02:19Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:02:20Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 85c8d29f-b0c2-42fd-8c51-b905eb48dd0b + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:02:50 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '297' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 + response: + body: + string: '{"jobId":"2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000","lastUpdateDateTime":"2020-11-13T22:02:20Z","createdDateTime":"2020-11-13T22:02:19Z","expirationDateTime":"2020-11-14T22:02:19Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:02:20Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 75f2f8a1-86b5-407e-8b03-9fa206f7970c + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:03:21 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '294' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 + response: + body: + string: '{"jobId":"2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000","lastUpdateDateTime":"2020-11-13T22:02:20Z","createdDateTime":"2020-11-13T22:02:19Z","expirationDateTime":"2020-11-14T22:02:19Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:02:20Z"},"completed":2,"failed":1,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 9c534447-a367-4426-be9d-f45b37a34179 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:03:53 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '431' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_output_same_order_as_input_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_output_same_order_as_input_multiple_tasks.yaml new file mode 100644 index 000000000000..92e3cb0943fd --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_output_same_order_as_input_multiple_tasks.yaml @@ -0,0 +1,147 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "one", "language": "en"}, + {"id": "2", "text": "two", "language": "en"}, {"id": "3", "text": "three", "language": + "en"}, {"id": "4", "text": "four", "language": "en"}, {"id": "5", "text": "five", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '579' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: f0a74c4d-3649-4ba1-9f72-cb3646355115 + date: Fri, 13 Nov 2020 22:03:54 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '272' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + response: + body: + string: '{"jobId":"cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000","lastUpdateDateTime":"2020-11-13T22:03:55Z","createdDateTime":"2020-11-13T22:03:54Z","expirationDateTime":"2020-11-14T22:03:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:03:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 30f2488d-af6e-4225-ac25-1858edabd9f7 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:04:25 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '362' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + response: + body: + string: '{"jobId":"cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000","lastUpdateDateTime":"2020-11-13T22:03:55Z","createdDateTime":"2020-11-13T22:03:54Z","expirationDateTime":"2020-11-14T22:03:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:03:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6a7fe0dd-17d7-4a7d-aeb8-f2431687e5cb + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:04:56 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '446' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + response: + body: + string: '{"jobId":"cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000","lastUpdateDateTime":"2020-11-13T22:03:55Z","createdDateTime":"2020-11-13T22:03:54Z","expirationDateTime":"2020-11-14T22:03:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:03:55Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d8ea6bd5-b004-48b0-9dd2-9bd4418822d5 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:05:27 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '420' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + response: + body: + string: '{"jobId":"cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000","lastUpdateDateTime":"2020-11-13T22:03:55Z","createdDateTime":"2020-11-13T22:03:54Z","expirationDateTime":"2020-11-14T22:03:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:03:55Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0a2e5a3f-4975-42a9-b991-f730e5d8071b + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:05:58 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '422' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + response: + body: + string: '{"jobId":"cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000","lastUpdateDateTime":"2020-11-13T22:03:55Z","createdDateTime":"2020-11-13T22:03:54Z","expirationDateTime":"2020-11-14T22:03:54Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:03:55Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"redactedText":"one","id":"1","entities":[],"warnings":[]},{"redactedText":"two","id":"2","entities":[],"warnings":[]},{"redactedText":"three","id":"3","entities":[],"warnings":[]},{"redactedText":"four","id":"4","entities":[],"warnings":[]},{"redactedText":"five","id":"5","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1d1ab82d-1d56-46ea-99db-f559b1d961d1 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:06:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '644' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_pass_cls.yaml new file mode 100644 index 000000000000..569cfaa1d15b --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_pass_cls.yaml @@ -0,0 +1,146 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "Test passing cls to endpoint", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '416' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 38e7e53e-4e22-4906-8d59-f5f7d0129b46 + date: Fri, 13 Nov 2020 22:06:31 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '259' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + response: + body: + string: '{"jobId":"400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000","lastUpdateDateTime":"2020-11-13T22:06:32Z","createdDateTime":"2020-11-13T22:06:31Z","expirationDateTime":"2020-11-14T22:06:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:06:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: a0e0b54a-e005-4097-95da-85cc997087cb + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:07:02 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '181' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + response: + body: + string: '{"jobId":"400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000","lastUpdateDateTime":"2020-11-13T22:06:32Z","createdDateTime":"2020-11-13T22:06:31Z","expirationDateTime":"2020-11-14T22:06:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:06:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 15403093-5061-485b-9e0a-689e4b62740f + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:07:34 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '323' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + response: + body: + string: '{"jobId":"400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000","lastUpdateDateTime":"2020-11-13T22:06:32Z","createdDateTime":"2020-11-13T22:06:31Z","expirationDateTime":"2020-11-14T22:06:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:06:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6f34a216-04e9-401f-99c0-14662c9ac186 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:08:05 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '217' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + response: + body: + string: '{"jobId":"400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000","lastUpdateDateTime":"2020-11-13T22:06:32Z","createdDateTime":"2020-11-13T22:06:31Z","expirationDateTime":"2020-11-14T22:06:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:06:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 8fe237e8-049d-4e86-b19b-5d71a1cf8cf4 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:08:35 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '367' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + response: + body: + string: '{"jobId":"400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000","lastUpdateDateTime":"2020-11-13T22:06:32Z","createdDateTime":"2020-11-13T22:06:31Z","expirationDateTime":"2020-11-14T22:06:31Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:06:32Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"redactedText":"Test + passing cls to endpoint","id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 25e5dbd7-a839-4317-9dd7-fb46aa633235 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:09:07 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '480' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_entities_task.yaml new file mode 100644 index 000000000000..87c8c70fb1f4 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_entities_task.yaml @@ -0,0 +1,153 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [], "keyPhraseExtractionTasks": []}, "analysisInput": {"documents": [{"id": + "0", "text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, + 1975.", "language": "en"}, {"id": "1", "text": "Microsoft fue fundado por Bill + Gates y Paul Allen el 4 de abril de 1975.", "language": "en"}, {"id": "2", "text": + "Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegr\u00fcndet.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '568' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 1d26c539-00ac-44b4-9741-dc646e064e47 + date: Fri, 13 Nov 2020 22:09:08 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '239' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + response: + body: + string: '{"jobId":"89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:09:08Z","createdDateTime":"2020-11-13T22:09:08Z","expirationDateTime":"2020-11-14T22:09:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:09:08Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 66bb6550-38fc-457f-a2d9-ba40fa9e3e69 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:09:38 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '210' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + response: + body: + string: '{"jobId":"89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:09:08Z","createdDateTime":"2020-11-13T22:09:08Z","expirationDateTime":"2020-11-14T22:09:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:09:08Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 9e711dd5-3aba-4a06-a1f1-a83e26044e19 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:10:09 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '220' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + response: + body: + string: '{"jobId":"89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:09:08Z","createdDateTime":"2020-11-13T22:09:08Z","expirationDateTime":"2020-11-14T22:09:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:09:08Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: ee091cfd-b866-43dd-9908-31be85f0fc54 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:10:41 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '74' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + response: + body: + string: '{"jobId":"89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:09:08Z","createdDateTime":"2020-11-13T22:09:08Z","expirationDateTime":"2020-11-14T22:09:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:09:08Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: fe0e1c43-fb12-4529-ae5e-f4429f3a8d0a + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:11:12 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '161' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + response: + body: + string: '{"jobId":"89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:09:08Z","createdDateTime":"2020-11-13T22:09:08Z","expirationDateTime":"2020-11-14T22:09:08Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:09:08Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:09:08.9715436Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.81},{"text":"Bill + Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul + Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April + 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"1","entities":[{"text":"4","category":"Quantity","subcategory":"Number","offset":53,"length":1,"confidenceScore":0.8},{"text":"1975","category":"DateTime","subcategory":"DateRange","offset":67,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"4","category":"Quantity","subcategory":"Number","offset":19,"length":1,"confidenceScore":0.8},{"text":"April + 1975","category":"DateTime","subcategory":"DateRange","offset":22,"length":10,"confidenceScore":0.8},{"text":"von + Bill Gates","category":"Person","offset":33,"length":14,"confidenceScore":0.59},{"text":"Paul + Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.63}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' + headers: + apim-request-id: f475871c-77c4-40c9-9951-63eef932fc79 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:11:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '125' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_key_phrase_task.yaml new file mode 100644 index 000000000000..4650b843e1a2 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_key_phrase_task.yaml @@ -0,0 +1,58 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "Microsoft was founded by + Bill Gates and Paul Allen", "language": "en"}, {"id": "1", "text": "Microsoft + fue fundado por Bill Gates y Paul Allen", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '368' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: cf7f1e97-0f2f-408a-9a1e-457cdcc79e1a + date: Fri, 13 Nov 2020 22:11:43 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27e7f98d-7b99-4f54-9b90-efe70a67356f_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '127' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27e7f98d-7b99-4f54-9b90-efe70a67356f_637408224000000000 + response: + body: + string: '{"jobId":"27e7f98d-7b99-4f54-9b90-efe70a67356f_637408224000000000","lastUpdateDateTime":"2020-11-13T22:11:44Z","createdDateTime":"2020-11-13T22:11:44Z","expirationDateTime":"2020-11-14T22:11:44Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:11:44Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:11:44.7381834Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Bill + Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"1","keyPhrases":["Microsoft + fue fundado por Bill Gates y Paul Allen"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 39bc0bf2-345f-4b5e-a4b1-d2cfe13d97ff + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:12:15 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '102' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27e7f98d-7b99-4f54-9b90-efe70a67356f_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_pii_entities_task.yaml new file mode 100644 index 000000000000..b25f8e7f9a88 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_pii_entities_task.yaml @@ -0,0 +1,156 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [], "entityRecognitionPiiTasks": [{"parameters": + {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], "keyPhraseExtractionTasks": + []}, "analysisInput": {"documents": [{"id": "0", "text": "My SSN is 859-98-0987.", + "language": "en"}, {"id": "1", "text": "Your ABA number - 111000025 - is the + first 9 digits in the lower left hand corner of your personal check.", "language": + "en"}, {"id": "2", "text": "Is 998.214.865-68 your Brazilian CPF number?", "language": + "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '521' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 05038cff-92bf-4b01-99b1-24d2c1b206e9 + date: Fri, 13 Nov 2020 22:12:16 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '237' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + response: + body: + string: '{"jobId":"f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:12:16Z","createdDateTime":"2020-11-13T22:12:16Z","expirationDateTime":"2020-11-14T22:12:16Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:12:16Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 07bbba85-595e-4140-bc4a-9219670a3f2e + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:12:47 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '37' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + response: + body: + string: '{"jobId":"f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:12:16Z","createdDateTime":"2020-11-13T22:12:16Z","expirationDateTime":"2020-11-14T22:12:16Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:12:16Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 05cae28c-16b9-463f-a607-1a665c37afac + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:13:18 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '52' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + response: + body: + string: '{"jobId":"f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:12:16Z","createdDateTime":"2020-11-13T22:12:16Z","expirationDateTime":"2020-11-14T22:12:16Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:12:16Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: d70d37e0-96eb-46f2-a403-b108794e62a3 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:13:48 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '46' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + response: + body: + string: '{"jobId":"f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:12:16Z","createdDateTime":"2020-11-13T22:12:16Z","expirationDateTime":"2020-11-14T22:12:16Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:12:16Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 33dc63b2-d741-4415-b50e-e68f88fc9667 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:14:20 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '44' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + response: + body: + string: '{"jobId":"f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:12:16Z","createdDateTime":"2020-11-13T22:12:16Z","expirationDateTime":"2020-11-14T22:12:16Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:12:16Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:12:16.9454683Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + SSN is ***********.","id":"0","entities":[{"text":"859-98-0987","category":"U.S. + Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your + ABA number - ********* - is the first 9 digits in the lower left hand corner + of your personal check.","id":"1","entities":[{"text":"111000025","category":"Phone + Number","offset":18,"length":9,"confidenceScore":0.8},{"text":"111000025","category":"ABA + Routing Number","offset":18,"length":9,"confidenceScore":0.75},{"text":"111000025","category":"New + Zealand Social Welfare Number","offset":18,"length":9,"confidenceScore":0.65},{"text":"111000025","category":"Portugal + Tax Identification Number","offset":18,"length":9,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Is + ************** your Brazilian CPF number?","id":"2","entities":[{"text":"998.214.865-68","category":"Brazil + CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 01fbda34-fa64-4690-92f2-4f14223373e6 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:14:50 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '108' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_per_item_dont_use_language_hint.yaml new file mode 100644 index 000000000000..ef38d1a94cf7 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_per_item_dont_use_language_hint.yaml @@ -0,0 +1,155 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": ""}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": ""}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '566' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 577c6078-4263-46f2-8643-bac04c816f48 + date: Fri, 13 Nov 2020 22:14:51 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '36' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + response: + body: + string: '{"jobId":"943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000","lastUpdateDateTime":"2020-11-13T22:14:52Z","createdDateTime":"2020-11-13T22:14:51Z","expirationDateTime":"2020-11-14T22:14:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:14:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: ef154200-daac-477a-ba84-e114e933f101 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:15:22 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '155' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + response: + body: + string: '{"jobId":"943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000","lastUpdateDateTime":"2020-11-13T22:14:52Z","createdDateTime":"2020-11-13T22:14:51Z","expirationDateTime":"2020-11-14T22:14:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:14:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: a128cd64-5a27-48a5-8131-0050778a7cd1 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:15:53 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '164' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + response: + body: + string: '{"jobId":"943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000","lastUpdateDateTime":"2020-11-13T22:14:52Z","createdDateTime":"2020-11-13T22:14:51Z","expirationDateTime":"2020-11-14T22:14:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:14:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 5b855d87-0feb-4d66-a9e8-4a864a40a97d + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:16:24 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '175' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + response: + body: + string: '{"jobId":"943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000","lastUpdateDateTime":"2020-11-13T22:14:52Z","createdDateTime":"2020-11-13T22:14:51Z","expirationDateTime":"2020-11-14T22:14:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:14:52Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 2f77130d-b974-4994-857b-e0c1163b91a1 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:16:56 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '352' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + response: + body: + string: '{"jobId":"943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000","lastUpdateDateTime":"2020-11-13T22:14:52Z","createdDateTime":"2020-11-13T22:14:51Z","expirationDateTime":"2020-11-14T22:14:51Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:14:52Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 3cf5dbf0-2c2b-43a9-a6f1-975271b754f9 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:17:26 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '455' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_rotate_subscription_key.yaml new file mode 100644 index 000000000000..d01e8d3d0325 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_rotate_subscription_key.yaml @@ -0,0 +1,294 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 338c35be-62cc-4332-b63c-758d24bdd0af + date: Fri, 13 Nov 2020 22:17:28 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '253' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 + response: + body: + string: '{"jobId":"18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000","lastUpdateDateTime":"2020-11-13T22:17:28Z","createdDateTime":"2020-11-13T22:17:28Z","expirationDateTime":"2020-11-14T22:17:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:17:28Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:17:28.9888456Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 3e448a3b-c34a-42fc-85b3-31a13e945714 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:17:58 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '242' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 + response: + body: + string: '{"jobId":"18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000","lastUpdateDateTime":"2020-11-13T22:17:28Z","createdDateTime":"2020-11-13T22:17:28Z","expirationDateTime":"2020-11-14T22:17:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:17:28Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:17:28.9888456Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 84ad6f7c-ec05-44f3-ab3e-a3d40be6441c + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:18:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '161' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 + response: + body: + string: '{"jobId":"18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000","lastUpdateDateTime":"2020-11-13T22:17:28Z","createdDateTime":"2020-11-13T22:17:28Z","expirationDateTime":"2020-11-14T22:17:28Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:17:28Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:17:28.9888456Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:17:28.9888456Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:17:28.9888456Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6bc4c321-4751-45e3-8690-fd042ac0961b + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:19:00 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '418' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: '224' + date: Fri, 13 Nov 2020 22:19:01 GMT + status: + code: 401 + message: PermissionDenied + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: a38b46bb-eed4-411e-8656-3ee51418bbbe + date: Fri, 13 Nov 2020 22:19:01 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '36' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + response: + body: + string: '{"jobId":"29daa555-4029-40fe-892c-f4110415742a_637408224000000000","lastUpdateDateTime":"2020-11-13T22:19:02Z","createdDateTime":"2020-11-13T22:19:01Z","expirationDateTime":"2020-11-14T22:19:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:19:02Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: a740b07d-b1a2-4f59-892b-a44b48ca7276 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:19:32 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '192' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + response: + body: + string: '{"jobId":"29daa555-4029-40fe-892c-f4110415742a_637408224000000000","lastUpdateDateTime":"2020-11-13T22:19:02Z","createdDateTime":"2020-11-13T22:19:01Z","expirationDateTime":"2020-11-14T22:19:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:19:02Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 870ccea0-c9b5-4825-a60c-b8cd41eed77a + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:20:02 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '168' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + response: + body: + string: '{"jobId":"29daa555-4029-40fe-892c-f4110415742a_637408224000000000","lastUpdateDateTime":"2020-11-13T22:19:02Z","createdDateTime":"2020-11-13T22:19:01Z","expirationDateTime":"2020-11-14T22:19:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:19:02Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d42b2ec6-1425-4908-84ec-0ef7d2a059d3 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:20:33 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '144' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + response: + body: + string: '{"jobId":"29daa555-4029-40fe-892c-f4110415742a_637408224000000000","lastUpdateDateTime":"2020-11-13T22:19:02Z","createdDateTime":"2020-11-13T22:19:01Z","expirationDateTime":"2020-11-14T22:19:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:19:02Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: cfdad763-48c1-4c7e-9d80-99e518ebe624 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:21:05 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '207' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + response: + body: + string: '{"jobId":"29daa555-4029-40fe-892c-f4110415742a_637408224000000000","lastUpdateDateTime":"2020-11-13T22:19:02Z","createdDateTime":"2020-11-13T22:19:01Z","expirationDateTime":"2020-11-14T22:19:01Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:19:02Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1316d94d-0f96-4307-afbf-2d9216a7591d + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:21:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '350' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_show_stats_and_model_version_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_show_stats_and_model_version_multiple_tasks.yaml new file mode 100644 index 000000000000..86f7421e123c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_show_stats_and_model_version_multiple_tasks.yaml @@ -0,0 +1,102 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "56", "text": ":)", "language": "en"}, + {"id": "0", "text": ":(", "language": "en"}, {"id": "19", "text": ":P", "language": + "en"}, {"id": "1", "text": ":D", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '527' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 8ce7ee57-c65d-4597-81c2-ddca42a76eca + date: Fri, 13 Nov 2020 22:21:37 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '31' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000","lastUpdateDateTime":"2020-11-13T22:21:38Z","createdDateTime":"2020-11-13T22:21:37Z","expirationDateTime":"2020-11-14T22:21:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:21:38Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:21:38.3949134Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 23ea2fa9-811d-481a-b410-77a0dcbb81f5 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:22:08 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '176' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000","lastUpdateDateTime":"2020-11-13T22:21:38Z","createdDateTime":"2020-11-13T22:21:37Z","expirationDateTime":"2020-11-14T22:21:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:21:38Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:21:38.3949134Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 81ff240a-d9b1-4822-aadd-1a2934370184 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:22:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '191' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True + response: + body: + string: '{"jobId":"536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000","lastUpdateDateTime":"2020-11-13T22:21:38Z","createdDateTime":"2020-11-13T22:21:37Z","expirationDateTime":"2020-11-14T22:21:37Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:21:38Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:21:38.3949134Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:21:38.3949134Z","results":{"inTerminalState":true,"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:21:38.3949134Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 8b860509-59e4-42a9-936b-72c78fa7c7e8 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:23:10 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '619' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_too_many_documents.yaml new file mode 100644 index 000000000000..d2fb1a950934 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_too_many_documents.yaml @@ -0,0 +1,54 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "input document", "language": + "en"}, {"id": "1", "text": "input document", "language": "en"}, {"id": "2", + "text": "input document", "language": "en"}, {"id": "3", "text": "input document", + "language": "en"}, {"id": "4", "text": "input document", "language": "en"}, + {"id": "5", "text": "input document", "language": "en"}, {"id": "6", "text": + "input document", "language": "en"}, {"id": "7", "text": "input document", "language": + "en"}, {"id": "8", "text": "input document", "language": "en"}, {"id": "9", + "text": "input document", "language": "en"}, {"id": "10", "text": "input document", + "language": "en"}, {"id": "11", "text": "input document", "language": "en"}, + {"id": "12", "text": "input document", "language": "en"}, {"id": "13", "text": + "input document", "language": "en"}, {"id": "14", "text": "input document", + "language": "en"}, {"id": "15", "text": "input document", "language": "en"}, + {"id": "16", "text": "input document", "language": "en"}, {"id": "17", "text": + "input document", "language": "en"}, {"id": "18", "text": "input document", + "language": "en"}, {"id": "19", "text": "input document", "language": "en"}, + {"id": "20", "text": "input document", "language": "en"}, {"id": "21", "text": + "input document", "language": "en"}, {"id": "22", "text": "input document", + "language": "en"}, {"id": "23", "text": "input document", "language": "en"}, + {"id": "24", "text": "input document", "language": "en"}, {"id": "25", "text": + "input document", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '1843' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"InvalidArgument","message":"Batch request contains + too many documents. Max 25 documents are permitted."}}' + headers: + apim-request-id: 3c387b53-ca4d-4df6-9731-b91ca0083887 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:23:11 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '4' + status: + code: 400 + message: Bad Request + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_user_agent.yaml new file mode 100644 index 000000000000..a2c5c84ca7ed --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_user_agent.yaml @@ -0,0 +1,109 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 09e2bc41-b4b5-4c3c-8b4d-3a11a3664919 + date: Fri, 13 Nov 2020 22:23:12 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '33' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 + response: + body: + string: '{"jobId":"b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000","lastUpdateDateTime":"2020-11-13T22:23:13Z","createdDateTime":"2020-11-13T22:23:12Z","expirationDateTime":"2020-11-14T22:23:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:23:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:23:13.1077151Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0425afdd-098f-4171-b552-118aceed29cb + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:23:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '173' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 + response: + body: + string: '{"jobId":"b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000","lastUpdateDateTime":"2020-11-13T22:23:13Z","createdDateTime":"2020-11-13T22:23:12Z","expirationDateTime":"2020-11-14T22:23:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:23:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:23:13.1077151Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: cce6c80c-6f4a-472c-9612-d981777de2e1 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:24:14 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '156' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 + response: + body: + string: '{"jobId":"b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000","lastUpdateDateTime":"2020-11-13T22:23:13Z","createdDateTime":"2020-11-13T22:23:12Z","expirationDateTime":"2020-11-14T22:23:12Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:23:13Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:23:13.1077151Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:23:13.1077151Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:23:13.1077151Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 2a3f812d-6bea-450f-b1f3-1e4441797444 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:24:46 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '454' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_dont_use_language_hint.yaml new file mode 100644 index 000000000000..d8db0791c198 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_dont_use_language_hint.yaml @@ -0,0 +1,155 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This was the best day of + my life.", "language": ""}, {"id": "1", "text": "I did not like the hotel we + stayed at. It was too expensive.", "language": ""}, {"id": "2", "text": "The + restaurant was not as good as I hoped.", "language": ""}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '603' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 56eebe68-fe1a-449f-87de-e9a91e609df0 + date: Fri, 13 Nov 2020 22:24:46 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '299' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + response: + body: + string: '{"jobId":"278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000","lastUpdateDateTime":"2020-11-13T22:24:47Z","createdDateTime":"2020-11-13T22:24:46Z","expirationDateTime":"2020-11-14T22:24:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:24:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: b046f9e4-4ca6-4b7c-8c37-566a32de9741 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:25:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '186' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + response: + body: + string: '{"jobId":"278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000","lastUpdateDateTime":"2020-11-13T22:24:47Z","createdDateTime":"2020-11-13T22:24:46Z","expirationDateTime":"2020-11-14T22:24:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:24:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f6c8660d-580d-4631-b9bc-e5e75b6b7977 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:25:48 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '182' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + response: + body: + string: '{"jobId":"278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000","lastUpdateDateTime":"2020-11-13T22:24:47Z","createdDateTime":"2020-11-13T22:24:46Z","expirationDateTime":"2020-11-14T22:24:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:24:47Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 713202f6-e7cf-4378-85d5-86fb19505370 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:26:20 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '320' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + response: + body: + string: '{"jobId":"278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000","lastUpdateDateTime":"2020-11-13T22:24:47Z","createdDateTime":"2020-11-13T22:24:46Z","expirationDateTime":"2020-11-14T22:24:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:24:47Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6f74cb9f-3113-4093-9a69-cc00b400456d + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:26:50 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '335' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + response: + body: + string: '{"jobId":"278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000","lastUpdateDateTime":"2020-11-13T22:24:47Z","createdDateTime":"2020-11-13T22:24:46Z","expirationDateTime":"2020-11-14T22:24:46Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:24:47Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 14ceda6c-eacf-4f38-b793-3fade58c9dd0 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:27:22 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '426' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint.yaml new file mode 100644 index 000000000000..98e875c16f62 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint.yaml @@ -0,0 +1,109 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "0", "text": "This was the best day of + my life.", "language": "en"}, {"id": "1", "text": "I did not like the hotel + we stayed at. It was too expensive.", "language": "en"}, {"id": "2", "text": + "The restaurant was not as good as I hoped.", "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '609' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 0849c23e-9ba1-4c27-8efe-c017f73d74a8 + date: Fri, 13 Nov 2020 22:27:23 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '227' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 + response: + body: + string: '{"jobId":"552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000","lastUpdateDateTime":"2020-11-13T22:27:24Z","createdDateTime":"2020-11-13T22:27:23Z","expirationDateTime":"2020-11-14T22:27:23Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:27:24Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:27:24.3200776Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 8664dde7-a03b-4528-be68-25491caaa145 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:27:54 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '139' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 + response: + body: + string: '{"jobId":"552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000","lastUpdateDateTime":"2020-11-13T22:27:24Z","createdDateTime":"2020-11-13T22:27:23Z","expirationDateTime":"2020-11-14T22:27:23Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:27:24Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:27:24.3200776Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 2af5c46d-347a-46a1-b509-c4f18d743b78 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:28:25 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '198' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 + response: + body: + string: '{"jobId":"552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000","lastUpdateDateTime":"2020-11-13T22:27:24Z","createdDateTime":"2020-11-13T22:27:23Z","expirationDateTime":"2020-11-14T22:27:23Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:27:24Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:27:24.3200776Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:27:24.3200776Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:27:24.3200776Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 8b975262-8214-4dc3-891e-a5cce8ec80b3 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:28:55 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '347' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_input.yaml new file mode 100644 index 000000000000..1e83cfa1b864 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_input.yaml @@ -0,0 +1,155 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 9b61b6d9-bccb-4fd5-8c9b-73ae5dec411c + date: Fri, 13 Nov 2020 22:28:57 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '50' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + response: + body: + string: '{"jobId":"73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000","lastUpdateDateTime":"2020-11-13T22:28:58Z","createdDateTime":"2020-11-13T22:28:57Z","expirationDateTime":"2020-11-14T22:28:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:28:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 01ab19f9-5dbe-437e-a8c6-6a3a50cf967a + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:29:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '136' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + response: + body: + string: '{"jobId":"73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000","lastUpdateDateTime":"2020-11-13T22:28:58Z","createdDateTime":"2020-11-13T22:28:57Z","expirationDateTime":"2020-11-14T22:28:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:28:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 37cd29f4-cd59-4ca3-bc48-4274ba086d92 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:29:59 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '129' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + response: + body: + string: '{"jobId":"73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000","lastUpdateDateTime":"2020-11-13T22:28:58Z","createdDateTime":"2020-11-13T22:28:57Z","expirationDateTime":"2020-11-14T22:28:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:28:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: e060bd19-2007-44b7-9fb7-6950e7aa885a + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:30:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '196' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + response: + body: + string: '{"jobId":"73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000","lastUpdateDateTime":"2020-11-13T22:28:58Z","createdDateTime":"2020-11-13T22:28:57Z","expirationDateTime":"2020-11-14T22:28:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:28:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 9f3289d2-8f74-404c-867d-40032f48478c + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:31:01 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '199' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + response: + body: + string: '{"jobId":"73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000","lastUpdateDateTime":"2020-11-13T22:28:58Z","createdDateTime":"2020-11-13T22:28:57Z","expirationDateTime":"2020-11-14T22:28:57Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:28:58Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 4e43224f-3f28-4ca3-a52f-fe4e742867f5 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:31:32 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '352' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml new file mode 100644 index 000000000000..ba0826ca606e --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -0,0 +1,109 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: d7e83bf5-a334-4a8b-aa9a-f03acb511db4 + date: Fri, 13 Nov 2020 22:31:34 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '285' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 + response: + body: + string: '{"jobId":"a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000","lastUpdateDateTime":"2020-11-13T22:31:34Z","createdDateTime":"2020-11-13T22:31:33Z","expirationDateTime":"2020-11-14T22:31:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:31:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:31:34.6780867Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 116d0fe5-4c0a-4d3b-aef0-da8e5ca1e2aa + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:32:04 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '150' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 + response: + body: + string: '{"jobId":"a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000","lastUpdateDateTime":"2020-11-13T22:31:34Z","createdDateTime":"2020-11-13T22:31:33Z","expirationDateTime":"2020-11-14T22:31:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:31:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:31:34.6780867Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0abece3f-51a4-4440-87b6-d4b8f8a12ce7 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:32:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '231' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 + response: + body: + string: '{"jobId":"a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000","lastUpdateDateTime":"2020-11-13T22:31:34Z","createdDateTime":"2020-11-13T22:31:33Z","expirationDateTime":"2020-11-14T22:31:33Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:31:34Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:31:34.6780867Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:31:34.6780867Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:31:34.6780867Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d36abd0d-4a25-48b9-8039-f70404a36fa3 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:33:06 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '629' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_input.yaml new file mode 100644 index 000000000000..7aae2a8502f6 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_input.yaml @@ -0,0 +1,109 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I should take my cat to + the veterinarian.", "language": "en"}, {"id": "4", "text": "Este es un document + escrito en Espa\u00f1ol.", "language": "en"}, {"id": "3", "text": "\u732b\u306f\u5e78\u305b", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '583' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 074918b3-ff43-48ce-b515-c33b60987b67 + date: Fri, 13 Nov 2020 22:33:08 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '37' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 + response: + body: + string: "{\"jobId\":\"2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\",\"createdDateTime\":\"2020-11-13T22:33:08Z\",\"expirationDateTime\":\"2020-11-14T22:33:08Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:33:09.1294725Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: c6a01d22-9f2c-45cd-955e-7d3d505aca09 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:33:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '173' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 + response: + body: + string: "{\"jobId\":\"2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\",\"createdDateTime\":\"2020-11-13T22:33:08Z\",\"expirationDateTime\":\"2020-11-14T22:33:08Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:33:09.1294725Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: 331ad821-64c1-42ef-877d-79f08eb3f82d + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:34:09 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '200' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 + response: + body: + string: "{\"jobId\":\"2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\",\"createdDateTime\":\"2020-11-13T22:33:08Z\",\"expirationDateTime\":\"2020-11-14T22:33:08Z\",\"status\":\"succeeded\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\"},\"completed\":3,\"failed\":0,\"inProgress\":0,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:33:09.1294725Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\":\"escrito + en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"entityRecognitionPiiTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:33:09.1294725Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"redactedText\":\"I + should take my cat to the veterinarian.\",\"id\":\"1\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"Este + es un document escrito en Espa\xF1ol.\",\"id\":\"4\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"\u732B\u306F\u5E78\u305B\",\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:33:09.1294725Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: ae9beb5e-3f8b-4bd1-9493-639769a951f4 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:34:41 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '423' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml new file mode 100644 index 000000000000..85a2551dc7c5 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -0,0 +1,157 @@ +interactions: +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I should take my cat to + the veterinarian.", "language": "en"}, {"id": "2", "text": "Este es un document + escrito en Espa\u00f1ol.", "language": "en"}, {"id": "3", "text": "\u732b\u306f\u5e78\u305b", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '583' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: 592ad1fb-ff98-4f52-ae5e-df4ffef6b61b + date: Fri, 13 Nov 2020 22:34:42 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '236' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + response: + body: + string: "{\"jobId\":\"396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\",\"createdDateTime\":\"2020-11-13T22:34:42Z\",\"expirationDateTime\":\"2020-11-14T22:34:42Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: 9107f719-970e-4e9e-8085-1fe60558b979 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:35:12 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '188' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + response: + body: + string: "{\"jobId\":\"396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\",\"createdDateTime\":\"2020-11-13T22:34:42Z\",\"expirationDateTime\":\"2020-11-14T22:34:42Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: 3de3c2cc-99e2-4cb2-9c5f-f390ea1dab2f + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:35:44 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '180' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + response: + body: + string: "{\"jobId\":\"396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\",\"createdDateTime\":\"2020-11-13T22:34:42Z\",\"expirationDateTime\":\"2020-11-14T22:34:42Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\"},\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\":\"escrito + en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: fafd3665-6a42-44f8-b781-ad2650d41b34 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:36:15 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '253' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + response: + body: + string: "{\"jobId\":\"396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\",\"createdDateTime\":\"2020-11-13T22:34:42Z\",\"expirationDateTime\":\"2020-11-14T22:34:42Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\"},\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\":\"escrito + en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: 68f9b020-07a1-42df-8f86-618e4ed9bf47 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:36:46 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '320' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + response: + body: + string: "{\"jobId\":\"396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\",\"createdDateTime\":\"2020-11-13T22:34:42Z\",\"expirationDateTime\":\"2020-11-14T22:34:42Z\",\"status\":\"succeeded\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\"},\"completed\":3,\"failed\":0,\"inProgress\":0,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\":\"escrito + en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"entityRecognitionPiiTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"redactedText\":\"I + should take my cat to the veterinarian.\",\"id\":\"1\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"Este + es un document escrito en Espa\xF1ol.\",\"id\":\"2\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"\u732B\u306F\u5E78\u305B\",\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este + es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: e194d045-7541-40f9-b88c-b8b9eba42831 + content-type: application/json; charset=utf-8 + date: Fri, 13 Nov 2020 22:37:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '459' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_dict.yaml new file mode 100644 index 000000000000..a201bc4f8308 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_dict.yaml @@ -0,0 +1,78 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "Patient does not suffer from high blood + pressure.", "language": "en"}, {"id": "2", "text": "Prescribed 100mg ibuprofen, + taken twice daily.", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '196' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - e96f134c-f6b0-48d7-95a6-ee88fb51ae0f + date: + - Fri, 13 Nov 2020 20:24:47 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d5879085-6457-4616-a128-bd78486343a8 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '331' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d5879085-6457-4616-a128-bd78486343a8?showStats=True + response: + body: + string: '{"jobId":"d5879085-6457-4616-a128-bd78486343a8","lastUpdateDateTime":"2020-11-13T20:24:48Z","createdDateTime":"2020-11-13T20:24:47Z","expirationDateTime":"2020-11-14T20:24:47Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":2,"validDocumentsCount":2,"erroneousDocumentsCount":0,"transactionsCount":2},"documents":[{"id":"1","statistics":{"charactersCount":49,"transactionsCount":1},"entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"2","statistics":{"charactersCount":46,"transactionsCount":1},"entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 819e4bc3-0cee-4d56-bb83-16e72b50f497 + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 20:25:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '310' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_text_document_input.yaml new file mode 100644 index 000000000000..0c9416195223 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_text_document_input.yaml @@ -0,0 +1,78 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "Patient does not suffer from high blood + pressure.", "language": "en"}, {"id": "2", "text": "Prescribed 100mg ibuprofen, + taken twice daily.", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '196' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 2fc92877-8949-4e36-be55-3245b100530e + date: + - Fri, 13 Nov 2020 23:45:49 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/bc0b39d1-438d-4504-b7d7-713ee43769f4 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '299' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/bc0b39d1-438d-4504-b7d7-713ee43769f4 + response: + body: + string: '{"jobId":"bc0b39d1-438d-4504-b7d7-713ee43769f4","lastUpdateDateTime":"2020-11-13T23:45:56Z","createdDateTime":"2020-11-13T23:45:49Z","expirationDateTime":"2020-11-14T23:45:49Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"2","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 695bcbef-655e-4bd2-b298-06c251f3d9ec + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 23:46:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '345' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_credentials.yaml new file mode 100644 index 000000000000..4b4fe01e7bba --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_credentials.yaml @@ -0,0 +1,33 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This is written in English.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '85' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: + - '224' + date: + - Tue, 10 Nov 2020 01:22:53 GMT + status: + code: 401 + message: PermissionDenied +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_model_version_error.yaml new file mode 100644 index 000000000000..3b51c39beae9 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_model_version_error.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I did not like the hotel we stayed + at.", "language": "english"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '101' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=bad&stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 27e8cde7-a358-4ce3-ac20-1179b47821b2 + date: + - Fri, 13 Nov 2020 23:46:22 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9cd3e427-7f96-4c87-98a6-6678479af4ae + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '93' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9cd3e427-7f96-4c87-98a6-6678479af4ae + response: + body: + string: '{"jobId":"9cd3e427-7f96-4c87-98a6-6678479af4ae","lastUpdateDateTime":"2020-11-13T23:46:24Z","createdDateTime":"2020-11-13T23:46:22Z","expirationDateTime":"2020-11-14T23:46:22Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 5569709e-3ae2-41ce-a9bd-56cb4356f7fc + content-type: + - application/json; charset=utf-8 + date: + - Fri, 13 Nov 2020 23:46:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '91' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_cancellation.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_cancellation.yaml new file mode 100644 index 000000000000..d6d03038efe9 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_cancellation.yaml @@ -0,0 +1,150 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "hello world", "language": "en"}, {"id": + "1", "text": "hello world", "language": "en"}, {"id": "2", "text": "hello world", + "language": "en"}, {"id": "3", "text": "hello world", "language": "en"}, {"id": + "4", "text": "hello world", "language": "en"}, {"id": "5", "text": "hello world", + "language": "en"}, {"id": "6", "text": "hello world", "language": "en"}, {"id": + "7", "text": "hello world", "language": "en"}, {"id": "8", "text": "hello world", + "language": "en"}, {"id": "9", "text": "hello world", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '555' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 77de9997-6e6c-4fdc-bf14-ea54c5e8788a + date: + - Sat, 14 Nov 2020 00:22:22 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/40d0514b-2b63-4773-9384-54c3ea2d10db + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '361' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '0' + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: DELETE + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/40d0514b-2b63-4773-9384-54c3ea2d10db + response: + body: + string: '' + headers: + apim-request-id: + - d51a254e-bb80-4388-9e90-460a092f5ebc + date: + - Sat, 14 Nov 2020 00:22:22 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/40d0514b-2b63-4773-9384-54c3ea2d10db + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '103' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/40d0514b-2b63-4773-9384-54c3ea2d10db + response: + body: + string: '{"jobId":"40d0514b-2b63-4773-9384-54c3ea2d10db","lastUpdateDateTime":"2020-11-14T00:22:22Z","createdDateTime":"2020-11-14T00:22:21Z","expirationDateTime":"2020-11-15T00:22:21Z","status":"cancelled","errors":[]}' + headers: + apim-request-id: + - b0fc96bb-3d54-423b-81da-679552aa0f7e + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:22:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '83' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/40d0514b-2b63-4773-9384-54c3ea2d10db + response: + body: + string: '{"jobId":"40d0514b-2b63-4773-9384-54c3ea2d10db","lastUpdateDateTime":"2020-11-14T00:22:22Z","createdDateTime":"2020-11-14T00:22:21Z","expirationDateTime":"2020-11-15T00:22:21Z","status":"cancelled","errors":[]}' + headers: + apim-request-id: + - 0fc174bb-350f-4203-9bac-41cedf654209 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:22:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '11' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_client_passed_default_language_hint.yaml new file mode 100644 index 000000000000..1d8baf002ebb --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_client_passed_default_language_hint.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 50fb3e50-6e6c-4798-b79c-9ac88ab73890 + date: + - Tue, 10 Nov 2020 01:23:27 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/16947102-a4e6-4d4e-abba-10d8a55771ae + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '117' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/16947102-a4e6-4d4e-abba-10d8a55771ae + response: + body: + string: '{"jobId":"16947102-a4e6-4d4e-abba-10d8a55771ae","lastUpdateDateTime":"2020-11-10T01:23:28Z","createdDateTime":"2020-11-10T01:23:27Z","expirationDateTime":"2020-11-11T01:23:27Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - e98baf7d-88c7-47eb-b70e-3c7fe9bc10c7 + content-type: + - application/json; charset=utf-8 + date: + - Tue, 10 Nov 2020 01:23:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '220' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_no_result_attribute.yaml new file mode 100644 index 000000000000..239ccdc398d3 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_no_result_attribute.yaml @@ -0,0 +1,76 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '58' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 4a9aca8c-5a48-4bf0-81e4-b61aa0a7c77d + date: + - Sat, 14 Nov 2020 00:30:10 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/5f0e9866-b2cb-4743-b2fc-7e7301401ba5 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '170' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/5f0e9866-b2cb-4743-b2fc-7e7301401ba5 + response: + body: + string: '{"jobId":"5f0e9866-b2cb-4743-b2fc-7e7301401ba5","lastUpdateDateTime":"2020-11-14T00:30:12Z","createdDateTime":"2020-11-14T00:30:10Z","expirationDateTime":"2020-11-15T00:30:10Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 3a920034-2beb-4b1e-894e-cf5503b72933 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:30:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '220' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_nonexistent_attribute.yaml new file mode 100644 index 000000000000..615f90ab7081 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_nonexistent_attribute.yaml @@ -0,0 +1,76 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '58' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - c54c7add-e31e-47d9-8d2d-c46548c39c05 + date: + - Sat, 14 Nov 2020 00:30:42 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a211653c-aea9-496a-a675-9db195281a38 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '155' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a211653c-aea9-496a-a675-9db195281a38 + response: + body: + string: '{"jobId":"a211653c-aea9-496a-a675-9db195281a38","lastUpdateDateTime":"2020-11-14T00:30:44Z","createdDateTime":"2020-11-14T00:30:42Z","expirationDateTime":"2020-11-15T00:30:42Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - f0992fef-78f3-428b-b4a4-f621c050b557 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:31:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '193' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_errors.yaml new file mode 100644 index 000000000000..6a3a05cefbff --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_errors.yaml @@ -0,0 +1,85 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}, {"id": "2", "text": + "I did not like the hotel we stayed at.", "language": "english"}, {"id": "3", + "text": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", + "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '5308' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - ce11d25d-4ab4-43f1-a359-c8b355d65107 + date: + - Sat, 14 Nov 2020 00:31:13 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c78cb4cb-42ab-4902-807c-2614176d2d56 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '127' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c78cb4cb-42ab-4902-807c-2614176d2d56 + response: + body: + string: '{"jobId":"c78cb4cb-42ab-4902-807c-2614176d2d56","lastUpdateDateTime":"2020-11-14T00:31:20Z","createdDateTime":"2020-11-14T00:31:13Z","expirationDateTime":"2020-11-15T00:31:13Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"A + document within the request was too large to be processed. Limit document + size to: 5120 text elements. For additional details on the data limitations + see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 4e2f90fb-5a5f-4e11-a6f7-7c26ed8dc672 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:31:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '129' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_warnings.yaml new file mode 100644 index 000000000000..20d8424f4950 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_warnings.yaml @@ -0,0 +1,75 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "This won''t actually create a warning + :''(", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '98' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - a2758e55-2839-40dd-8bb7-3d517cb386d4 + date: + - Sat, 14 Nov 2020 00:31:44 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/6780683f-729c-4078-8c5e-9249dfd551c3 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '105' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/6780683f-729c-4078-8c5e-9249dfd551c3 + response: + body: + string: '{"jobId":"6780683f-729c-4078-8c5e-9249dfd551c3","lastUpdateDateTime":"2020-11-14T00:31:46Z","createdDateTime":"2020-11-14T00:31:44Z","expirationDateTime":"2020-11-15T00:31:44Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - e004493b-5e52-416c-aa6a-bc064717dd35 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:32:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_duplicate_ids_error.yaml new file mode 100644 index 000000000000..a86576ca9e93 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_duplicate_ids_error.yaml @@ -0,0 +1,42 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "hello world", "language": "en"}, {"id": + "1", "text": "I did not like the hotel we stayed at.", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '150' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request + contains duplicated Ids. Make sure each document has a unique Id."}}}' + headers: + apim-request-id: + - c6a071cb-e5f7-4280-afc6-5fef7c2d9658 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:32:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '6' + status: + code: 400 + message: Bad Request +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_empty_credential_class.yaml new file mode 100644 index 000000000000..61ae94ad9030 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_empty_credential_class.yaml @@ -0,0 +1,33 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This is written in English.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '85' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: + - '224' + date: + - Tue, 10 Nov 2020 01:26:07 GMT + status: + code: 401 + message: PermissionDenied +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_all_errors.yaml new file mode 100644 index 000000000000..4c1f099c67b3 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_all_errors.yaml @@ -0,0 +1,82 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}, {"id": "2", "text": + "Patient does not suffer from high blood pressure.", "language": "english"}, + {"id": "3", "text": "", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '198' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 3583e9a2-9293-45ca-982c-01658496dff6 + date: + - Sat, 14 Nov 2020 00:32:17 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/899bcc93-a3d4-41a6-af2b-821d7348cfec + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '133' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/899bcc93-a3d4-41a6-af2b-821d7348cfec + response: + body: + string: '{"jobId":"899bcc93-a3d4-41a6-af2b-821d7348cfec","lastUpdateDateTime":"2020-11-14T00:32:19Z","createdDateTime":"2020-11-14T00:32:17Z","expirationDateTime":"2020-11-15T00:32:17Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - c1a730f3-eeee-466a-8a87-db706423e21b + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:32:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '76' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_some_errors.yaml new file mode 100644 index 000000000000..c9e2e6ce3018 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_some_errors.yaml @@ -0,0 +1,82 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}, {"id": "2", "text": + "Patient does not suffer from high blood pressure.", "language": "english"}, + {"id": "3", "text": "Prescribed 100mg ibuprofen, taken twice daily.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '244' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 6a85403e-f7ec-42c4-92c4-d70586708d93 + date: + - Sat, 14 Nov 2020 00:32:47 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/531204bb-2dce-4301-b9cf-a79e4fa215f6 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '142' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/531204bb-2dce-4301-b9cf-a79e4fa215f6 + response: + body: + string: '{"jobId":"531204bb-2dce-4301-b9cf-a79e4fa215f6","lastUpdateDateTime":"2020-11-14T00:32:49Z","createdDateTime":"2020-11-14T00:32:48Z","expirationDateTime":"2020-11-15T00:32:48Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"3","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/0/entities/2","target":"#/results/documents/0/entities/1"}],"warnings":[]}],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - ad5bafba-5241-471d-b561-6c51e9fdc404 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:33:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '71' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_docs.yaml new file mode 100644 index 000000000000..3ab851b33eac --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_docs.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "This should fail because we''re passing + in an invalid language hint", "language": "notalanguage"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - bd71ef9c-248d-47d5-b81e-e3a02b1ff618 + date: + - Sat, 14 Nov 2020 00:33:19 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/b3ffb11d-2188-4b14-b08f-dfba65c69a2b + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '82' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/b3ffb11d-2188-4b14-b08f-dfba65c69a2b + response: + body: + string: '{"jobId":"b3ffb11d-2188-4b14-b08f-dfba65c69a2b","lastUpdateDateTime":"2020-11-14T00:33:21Z","createdDateTime":"2020-11-14T00:33:20Z","expirationDateTime":"2020-11-15T00:33:20Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 9fac467c-31e6-42d4-9a1b-f98cb8456c3b + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:33:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_method.yaml new file mode 100644 index 000000000000..15784d653a3e --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_method.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This should fail because we''re passing + in an invalid language hint", "language": "notalanguage"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '134' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 0a325d22-9a13-47cd-9da5-6b600cc6e90f + date: + - Sat, 14 Nov 2020 00:33:51 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c9ddfdc7-0388-4d63-b933-6d63a0b8131f + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '80' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c9ddfdc7-0388-4d63-b933-6d63a0b8131f + response: + body: + string: '{"jobId":"c9ddfdc7-0388-4d63-b933-6d63a0b8131f","lastUpdateDateTime":"2020-11-14T00:33:51Z","createdDateTime":"2020-11-14T00:33:51Z","expirationDateTime":"2020-11-15T00:33:51Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - df128fea-6ae6-4fe1-ae97-c053453f50a4 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:34:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_returned_successfully.yaml new file mode 100644 index 000000000000..88bdba003b17 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_returned_successfully.yaml @@ -0,0 +1,80 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "hello world", "language": "en"}, {"id": + "1", "text": "hello world", "language": "en"}, {"id": "2", "text": "hello world", + "language": "en"}, {"id": "3", "text": "hello world", "language": "en"}, {"id": + "4", "text": "hello world", "language": "en"}, {"id": "5", "text": "hello world", + "language": "en"}, {"id": "6", "text": "hello world", "language": "en"}, {"id": + "7", "text": "hello world", "language": "en"}, {"id": "8", "text": "hello world", + "language": "en"}, {"id": "9", "text": "hello world", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '555' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 245863c5-81b2-4d1a-8aa5-01cdcc072d6b + date: + - Sat, 14 Nov 2020 00:34:22 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/5abda90d-6b0e-4033-b38b-782acb916770 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '326' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/5abda90d-6b0e-4033-b38b-782acb916770?showStats=True + response: + body: + string: '{"jobId":"5abda90d-6b0e-4033-b38b-782acb916770","lastUpdateDateTime":"2020-11-14T00:34:25Z","createdDateTime":"2020-11-14T00:34:22Z","expirationDateTime":"2020-11-15T00:34:22Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":10,"validDocumentsCount":10,"erroneousDocumentsCount":0,"transactionsCount":10},"documents":[{"id":"0","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"2","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"3","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"4","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"5","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"6","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"7","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"8","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"9","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 625efc2b-317e-4dd9-8a77-378a4fc1f2c3 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:34:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '122' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_with_errors_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_with_errors_returned_successfully.yaml new file mode 100644 index 000000000000..63f6c4639395 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_with_errors_returned_successfully.yaml @@ -0,0 +1,82 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "hello world", "language": "en"}, {"id": + "1", "text": "hello world", "language": "en"}, {"id": "2", "text": "hello world", + "language": "en"}, {"id": "3", "text": "hello world", "language": "en"}, {"id": + "4", "text": "hello world", "language": "en"}, {"id": "5", "text": "hello world", + "language": "en"}, {"id": "6", "text": "hello world", "language": "en"}, {"id": + "7", "text": "hello world", "language": "en"}, {"id": "8", "text": "hello world", + "language": "en"}, {"id": "9", "text": "", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '544' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - a8f9c127-4b34-4b36-b37b-39539704c30c + date: + - Sat, 14 Nov 2020 00:34:53 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/21df2bfb-c634-4298-a17e-d7fb6cf5c7a3 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '223' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/21df2bfb-c634-4298-a17e-d7fb6cf5c7a3?showStats=True + response: + body: + string: '{"jobId":"21df2bfb-c634-4298-a17e-d7fb6cf5c7a3","lastUpdateDateTime":"2020-11-14T00:34:55Z","createdDateTime":"2020-11-14T00:34:54Z","expirationDateTime":"2020-11-15T00:34:54Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":10,"validDocumentsCount":9,"erroneousDocumentsCount":1,"transactionsCount":9},"documents":[{"id":"0","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"2","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"3","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"4","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"5","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"6","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"7","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"8","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"9","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - f49e1516-f967-4fcd-a0b0-eb8e040ba9a8 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:35:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '174' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_out_of_order_ids.yaml new file mode 100644 index 000000000000..a03a3bdc84ec --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_out_of_order_ids.yaml @@ -0,0 +1,79 @@ +interactions: +- request: + body: '{"documents": [{"id": "56", "text": ":)", "language": "en"}, {"id": "0", + "text": ":(", "language": "en"}, {"id": "22", "text": "", "language": "en"}, + {"id": "19", "text": ":P", "language": "en"}, {"id": "1", "text": ":D", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '241' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 86773633-3a42-4391-ab56-c4809c9a1f6f + date: + - Sat, 14 Nov 2020 00:35:25 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dc218300-a356-4130-aea6-543c532e5e62 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '313' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dc218300-a356-4130-aea6-543c532e5e62 + response: + body: + string: '{"jobId":"dc218300-a356-4130-aea6-543c532e5e62","lastUpdateDateTime":"2020-11-14T00:35:27Z","createdDateTime":"2020-11-14T00:35:25Z","expirationDateTime":"2020-11-15T00:35:25Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"56","entities":[],"relations":[],"warnings":[]},{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"19","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - acbe02d8-c4ba-4862-b040-63779091e18d + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:35:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '212' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_output_same_order_as_input.yaml new file mode 100644 index 000000000000..09336fb49af8 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_output_same_order_as_input.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "one", "language": "en"}, {"id": "2", + "text": "two", "language": "en"}, {"id": "3", "text": "three", "language": "en"}, + {"id": "4", "text": "four", "language": "en"}, {"id": "5", "text": "five", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '249' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 8349d5a2-ea79-4e95-9b4f-cdf0c7d586c6 + date: + - Sat, 14 Nov 2020 00:35:57 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d506247a-d03c-4bca-b158-42f6059eaab0 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d506247a-d03c-4bca-b158-42f6059eaab0 + response: + body: + string: '{"jobId":"d506247a-d03c-4bca-b158-42f6059eaab0","lastUpdateDateTime":"2020-11-14T00:36:00Z","createdDateTime":"2020-11-14T00:35:57Z","expirationDateTime":"2020-11-15T00:35:57Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":0,"length":3,"text":"one","category":"Dosage","confidenceScore":0.77,"isNegated":false}],"relations":[],"warnings":[]},{"id":"2","entities":[{"offset":0,"length":3,"text":"two","category":"Dosage","confidenceScore":0.62,"isNegated":false}],"relations":[],"warnings":[]},{"id":"3","entities":[{"offset":0,"length":5,"text":"three","category":"Dosage","confidenceScore":0.61,"isNegated":false}],"relations":[],"warnings":[]},{"id":"4","entities":[],"relations":[],"warnings":[]},{"id":"5","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - cbc4653f-c2d5-4eeb-bdfc-6fc9be6a8536 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:36:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '101' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_pass_cls.yaml new file mode 100644 index 000000000000..7d609160778e --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_pass_cls.yaml @@ -0,0 +1,75 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "Test passing cls to endpoint", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '86' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 4832a390-78ab-418b-b855-5fdbb2ca4090 + date: + - Sat, 14 Nov 2020 00:36:28 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7c3de84c-90b7-4827-af3e-895ab5094d6f + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '220' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7c3de84c-90b7-4827-af3e-895ab5094d6f + response: + body: + string: '{"jobId":"7c3de84c-90b7-4827-af3e-895ab5094d6f","lastUpdateDateTime":"2020-11-14T00:36:30Z","createdDateTime":"2020-11-14T00:36:29Z","expirationDateTime":"2020-11-15T00:36:29Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[{"offset":13,"length":3,"text":"cls","category":"Diagnosis","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0265252"},{"dataSource":"CHV","id":"0000025867"},{"dataSource":"JABL","id":"238"},{"dataSource":"MDR","id":"10081806"},{"dataSource":"MEDCIN","id":"311935"},{"dataSource":"MSH","id":"D038921"},{"dataSource":"NCI","id":"C84643"},{"dataSource":"OMIM","id":"303600"},{"dataSource":"RCD","id":"Xa0Zc"},{"dataSource":"SNM","id":"D-5122"},{"dataSource":"SNMI","id":"D4-00811"},{"dataSource":"SNOMEDCT_US","id":"15182000"}]}],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - fb20802a-1265-4011-a15e-b1283fd2a92d + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:36:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '173' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_passing_only_string.yaml new file mode 100644 index 000000000000..c9f5cbae978a --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_passing_only_string.yaml @@ -0,0 +1,81 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "Patient does not suffer from high blood + pressure.", "language": "en"}, {"id": "1", "text": "Prescribed 100mg ibuprofen, + taken twice daily.", "language": "en"}, {"id": "2", "text": "", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '239' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - e609d2f4-85df-4386-af1e-75aeb8afb466 + date: + - Sat, 14 Nov 2020 00:37:00 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9c926bcb-1d08-4056-bc4f-4b5971d8d420 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '321' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9c926bcb-1d08-4056-bc4f-4b5971d8d420 + response: + body: + string: '{"jobId":"9c926bcb-1d08-4056-bc4f-4b5971d8d420","lastUpdateDateTime":"2020-11-14T00:37:02Z","createdDateTime":"2020-11-14T00:37:00Z","expirationDateTime":"2020-11-15T00:37:00Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"1","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[{"id":"2","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 06893a3b-0ee6-4a9b-9175-b399f426713e + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:37:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_payload_too_large.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_payload_too_large.yaml new file mode 100644 index 000000000000..aaee0cce4567 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_payload_too_large.yaml @@ -0,0 +1,8541 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "1", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "2", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "3", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "4", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "5", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "6", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "7", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "8", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "9", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "10", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "11", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "12", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "13", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "14", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "15", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "16", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "17", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "18", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "19", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "20", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "21", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "22", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "23", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "24", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "25", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "26", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "27", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "28", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "29", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "30", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "31", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "32", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "33", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "34", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "35", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "36", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "37", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "38", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "39", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "40", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "41", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "42", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "43", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "44", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "45", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "46", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "47", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "48", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "49", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "50", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "51", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "52", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "53", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "54", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "55", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "56", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "57", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "58", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "59", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "60", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "61", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "62", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "63", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "64", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "65", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "66", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "67", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "68", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "69", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "70", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "71", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "72", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "73", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "74", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "75", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "76", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "77", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "78", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "79", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "80", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "81", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "82", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "83", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "84", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "85", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "86", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "87", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "88", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "89", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "90", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "91", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "92", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "93", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "94", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "95", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "96", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "97", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "98", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "99", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "100", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "101", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "102", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "103", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "104", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "105", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "106", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "107", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "108", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "109", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "110", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "111", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "112", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "113", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "114", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "115", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "116", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "117", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "118", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "119", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "120", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "121", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "122", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "123", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "124", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "125", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "126", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "127", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "128", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "129", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "130", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "131", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "132", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "133", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "134", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "135", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "136", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "137", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "138", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "139", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "140", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "141", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "142", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "143", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "144", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "145", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "146", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "147", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "148", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "149", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "150", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "151", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "152", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "153", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "154", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "155", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "156", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "157", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "158", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "159", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "160", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "161", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "162", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "163", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "164", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "165", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "166", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "167", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "168", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "169", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "170", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "171", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "172", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "173", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "174", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "175", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "176", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "177", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "178", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "179", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "180", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "181", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "182", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "183", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "184", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "185", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "186", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "187", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "188", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "189", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "190", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "191", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "192", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "193", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "194", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "195", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "196", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "197", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "198", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "199", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "200", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "201", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "202", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "203", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "204", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "205", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "206", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "207", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "208", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "209", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "210", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "211", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "212", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "213", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "214", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "215", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "216", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "217", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "218", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "219", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "220", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "221", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "222", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "223", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "224", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "225", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "226", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "227", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "228", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "229", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "230", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "231", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "232", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "233", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "234", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "235", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "236", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "237", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "238", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "239", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "240", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "241", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "242", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "243", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "244", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "245", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "246", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "247", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "248", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "249", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "250", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "251", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "252", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "253", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "254", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "255", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "256", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "257", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "258", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "259", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "260", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "261", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "262", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "263", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "264", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "265", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "266", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "267", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "268", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "269", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "270", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "271", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "272", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "273", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "274", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "275", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "276", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "277", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "278", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "279", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "280", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "281", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "282", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "283", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "284", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "285", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "286", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "287", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "288", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "289", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "290", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "291", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "292", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "293", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "294", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "295", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "296", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "297", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "298", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "299", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "300", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "301", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "302", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "303", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "304", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "305", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "306", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "307", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "308", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "309", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "310", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "311", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "312", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "313", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "314", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "315", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "316", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "317", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "318", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "319", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "320", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "321", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "322", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "323", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "324", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "325", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "326", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "327", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "328", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "329", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "330", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "331", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "332", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "333", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "334", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "335", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "336", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "337", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "338", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "339", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "340", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "341", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "342", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "343", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "344", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "345", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "346", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "347", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "348", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "349", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "350", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "351", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "352", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "353", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "354", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "355", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "356", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "357", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "358", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "359", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "360", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "361", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "362", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "363", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "364", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "365", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "366", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "367", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "368", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "369", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "370", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "371", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "372", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "373", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "374", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "375", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "376", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "377", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "378", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "379", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "380", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "381", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "382", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "383", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "384", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "385", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "386", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "387", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "388", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "389", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "390", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "391", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "392", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "393", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "394", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "395", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "396", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "397", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "398", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "399", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "400", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "401", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "402", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "403", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "404", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "405", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "406", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "407", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "408", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "409", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "410", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "411", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "412", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "413", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "414", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "415", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "416", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "417", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "418", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "419", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "420", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "421", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "422", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "423", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "424", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "425", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "426", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "427", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "428", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "429", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "430", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "431", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "432", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "433", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "434", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "435", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "436", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "437", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "438", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "439", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "440", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "441", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "442", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "443", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "444", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "445", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "446", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "447", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "448", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "449", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "450", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "451", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "452", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "453", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "454", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "455", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "456", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "457", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "458", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "459", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "460", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "461", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "462", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "463", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "464", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "465", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "466", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "467", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "468", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "469", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "470", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "471", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "472", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "473", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "474", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "475", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "476", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "477", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "478", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "479", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "480", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "481", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "482", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "483", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "484", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "485", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "486", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "487", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "488", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "489", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "490", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "491", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "492", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "493", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "494", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "495", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "496", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "497", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "498", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "499", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '689405' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Request + Payload sent is too large to be processed. Limit request size to: 524288"}}}' + headers: + apim-request-id: + - 4a709d6c-f895-49b1-a7fb-93d1d8a164c1 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:37:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 413 + message: Payload Too Large +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_per_item_dont_use_language_hint.yaml new file mode 100644 index 000000000000..c4341938ff41 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_per_item_dont_use_language_hint.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + ""}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + ""}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '236' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 762dbd41-9f41-4a05-8cf8-7c9b78e1e58e + date: + - Sat, 14 Nov 2020 00:37:34 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/986a2c95-9f78-4c5d-a1f8-c0b9baf03b5d + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '120' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/986a2c95-9f78-4c5d-a1f8-c0b9baf03b5d + response: + body: + string: '{"jobId":"986a2c95-9f78-4c5d-a1f8-c0b9baf03b5d","lastUpdateDateTime":"2020-11-14T00:37:40Z","createdDateTime":"2020-11-14T00:37:34Z","expirationDateTime":"2020-11-15T00:37:34Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - fca16622-ceff-4b88-a515-e6d65d4353e2 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:38:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '126' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_rotate_subscription_key.yaml new file mode 100644 index 000000000000..b7fde90ff88c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_rotate_subscription_key.yaml @@ -0,0 +1,185 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - cc5b5b9d-135d-4302-b89e-50e1f9c9fc22 + date: + - Wed, 18 Nov 2020 22:50:26 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/f780ebf6-570b-4940-824a-aa1e340afc92 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '259' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/f780ebf6-570b-4940-824a-aa1e340afc92 + response: + body: + string: '{"jobId":"f780ebf6-570b-4940-824a-aa1e340afc92","lastUpdateDateTime":"2020-11-18T22:50:33Z","createdDateTime":"2020-11-18T22:50:27Z","expirationDateTime":"2020-11-19T22:50:27Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 38723541-80d1-4773-8512-ec539936be10 + content-type: + - application/json; charset=utf-8 + date: + - Wed, 18 Nov 2020 22:50:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '265' + status: + code: 200 + message: OK +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: + - '224' + date: + - Wed, 18 Nov 2020 22:50:58 GMT + status: + code: 401 + message: PermissionDenied +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 2d2cccc5-4227-46cf-821e-94960139183d + date: + - Wed, 18 Nov 2020 22:50:58 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/4f423e4c-d072-49c0-9084-79e2c879669e + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '244' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/4f423e4c-d072-49c0-9084-79e2c879669e + response: + body: + string: '{"jobId":"4f423e4c-d072-49c0-9084-79e2c879669e","lastUpdateDateTime":"2020-11-18T22:50:59Z","createdDateTime":"2020-11-18T22:50:58Z","expirationDateTime":"2020-11-19T22:50:58Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 6f971d2a-d4db-429a-8ded-d9a971a3d963 + content-type: + - application/json; charset=utf-8 + date: + - Wed, 18 Nov 2020 22:51:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '175' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_show_stats_and_model_version.yaml new file mode 100644 index 000000000000..945bf0cc6af5 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_show_stats_and_model_version.yaml @@ -0,0 +1,79 @@ +interactions: +- request: + body: '{"documents": [{"id": "56", "text": ":)", "language": "en"}, {"id": "0", + "text": ":(", "language": "en"}, {"id": "22", "text": "", "language": "en"}, + {"id": "19", "text": ":P", "language": "en"}, {"id": "1", "text": ":D", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '241' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=2020-09-03&stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 330da651-85d6-4893-bc6e-5da6bef0b9ad + date: + - Sat, 14 Nov 2020 00:38:05 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/758cd45d-9fac-4671-b127-a9a8d5674768 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '168' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/758cd45d-9fac-4671-b127-a9a8d5674768?showStats=True + response: + body: + string: '{"jobId":"758cd45d-9fac-4671-b127-a9a8d5674768","lastUpdateDateTime":"2020-11-14T00:38:07Z","createdDateTime":"2020-11-14T00:38:05Z","expirationDateTime":"2020-11-15T00:38:05Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"0","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"19","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 7bfac60d-959f-4710-8ea5-37c1678de199 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:38:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '184' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_too_many_documents.yaml new file mode 100644 index 000000000000..74ef45e25dea --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_too_many_documents.yaml @@ -0,0 +1,49 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "input document", "language": "en"}, + {"id": "1", "text": "input document", "language": "en"}, {"id": "2", "text": + "input document", "language": "en"}, {"id": "3", "text": "input document", "language": + "en"}, {"id": "4", "text": "input document", "language": "en"}, {"id": "5", + "text": "input document", "language": "en"}, {"id": "6", "text": "input document", + "language": "en"}, {"id": "7", "text": "input document", "language": "en"}, + {"id": "8", "text": "input document", "language": "en"}, {"id": "9", "text": + "input document", "language": "en"}, {"id": "10", "text": "input document", + "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '643' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch + request contains too many records. Max 10 records are permitted."}}}' + headers: + apim-request-id: + - 163da3d0-e41b-4e98-80ec-a7bca19e4c6d + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:38:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '7' + status: + code: 400 + message: Bad Request +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_user_agent.yaml new file mode 100644 index 000000000000..03396f3dd184 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_user_agent.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - aaeb2535-dd63-4580-84d2-56e5e45cb1e3 + date: + - Sat, 14 Nov 2020 00:38:38 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/10fefeb2-9b2a-4a26-8717-d7d7a8eb5edb + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '209' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/10fefeb2-9b2a-4a26-8717-d7d7a8eb5edb + response: + body: + string: '{"jobId":"10fefeb2-9b2a-4a26-8717-d7d7a8eb5edb","lastUpdateDateTime":"2020-11-14T00:38:40Z","createdDateTime":"2020-11-14T00:38:38Z","expirationDateTime":"2020-11-15T00:38:38Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 08dc65d8-1fa5-425a-b002-2da5b68b969a + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:39:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '183' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_dont_use_language_hint.yaml new file mode 100644 index 000000000000..d93195580357 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_dont_use_language_hint.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This was the best day of my life.", + "language": ""}, {"id": "1", "text": "I did not like the hotel we stayed at. + It was too expensive.", "language": ""}, {"id": "2", "text": "The restaurant + was not as good as I hoped.", "language": ""}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '273' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 0c9e33a0-a6c0-4420-84d1-59be8aef103b + date: + - Sat, 14 Nov 2020 00:39:09 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/32b9d700-0ba3-45e7-8242-6be2199d8df6 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '120' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/32b9d700-0ba3-45e7-8242-6be2199d8df6 + response: + body: + string: '{"jobId":"32b9d700-0ba3-45e7-8242-6be2199d8df6","lastUpdateDateTime":"2020-11-14T00:39:12Z","createdDateTime":"2020-11-14T00:39:10Z","expirationDateTime":"2020-11-15T00:39:10Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 13aca95b-52cc-43fc-a806-d3f4225283ed + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:39:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '69' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint.yaml new file mode 100644 index 000000000000..3fe39487d720 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This was the best day of my life.", + "language": "en"}, {"id": "1", "text": "I did not like the hotel we stayed at. + It was too expensive.", "language": "en"}, {"id": "2", "text": "The restaurant + was not as good as I hoped.", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '279' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - f0aff028-f628-4ffb-a477-2ec1eb471fc2 + date: + - Sat, 14 Nov 2020 00:39:41 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7ebd6348-96bf-4b44-9d93-78c60cffb0e3 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '215' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7ebd6348-96bf-4b44-9d93-78c60cffb0e3 + response: + body: + string: '{"jobId":"7ebd6348-96bf-4b44-9d93-78c60cffb0e3","lastUpdateDateTime":"2020-11-14T00:39:42Z","createdDateTime":"2020-11-14T00:39:41Z","expirationDateTime":"2020-11-15T00:39:41Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - b6d79fa1-fedb-4cd5-9fc7-480513ba0232 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:40:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '143' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_input.yaml new file mode 100644 index 000000000000..4d85627134af --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_input.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - 09c8793d-f9a5-4557-84b8-7dc79ac1259e + date: + - Sat, 14 Nov 2020 00:40:12 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9bed4c6a-7340-4a8f-8add-f19b3e499c3a + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '175' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9bed4c6a-7340-4a8f-8add-f19b3e499c3a + response: + body: + string: '{"jobId":"9bed4c6a-7340-4a8f-8add-f19b3e499c3a","lastUpdateDateTime":"2020-11-14T00:40:15Z","createdDateTime":"2020-11-14T00:40:13Z","expirationDateTime":"2020-11-15T00:40:13Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 0fde38b0-5d16-4479-9609-84a6bcc6f857 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:40:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '67' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_per_item_hints.yaml new file mode 100644 index 000000000000..f28139f498cb --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + ""}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + ""}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '236' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - e7b0c7f8-06d3-40db-a4fe-0eb39efab6ac + date: + - Sat, 14 Nov 2020 00:40:44 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7b8d893c-3955-41e6-8f47-08a489ff88cd + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '106' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7b8d893c-3955-41e6-8f47-08a489ff88cd + response: + body: + string: '{"jobId":"7b8d893c-3955-41e6-8f47-08a489ff88cd","lastUpdateDateTime":"2020-11-14T00:40:45Z","createdDateTime":"2020-11-14T00:40:44Z","expirationDateTime":"2020-11-15T00:40:44Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - a8bd9ff7-8de4-44fe-9898-570cc720c782 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:41:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '76' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_input.yaml new file mode 100644 index 000000000000..2f5dc6db0933 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_input.yaml @@ -0,0 +1,77 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I should take my cat to the veterinarian.", + "language": "en"}, {"id": "4", "text": "Este es un document escrito en Espa\u00f1ol.", + "language": "en"}, {"id": "3", "text": "\u732b\u306f\u5e78\u305b", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '253' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - c17284b3-0c83-4d22-8322-72eddcf24450 + date: + - Sat, 14 Nov 2020 00:41:15 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2d0e0cfa-af2a-411e-a2cb-06b2063a8f42 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '111' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2d0e0cfa-af2a-411e-a2cb-06b2063a8f42 + response: + body: + string: '{"jobId":"2d0e0cfa-af2a-411e-a2cb-06b2063a8f42","lastUpdateDateTime":"2020-11-14T00:41:17Z","createdDateTime":"2020-11-14T00:41:15Z","expirationDateTime":"2020-11-15T00:41:15Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":17,"length":3,"text":"cat","category":"TreatmentName","confidenceScore":0.74,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0280589"},{"dataSource":"CHV","id":"0000027342"},{"dataSource":"NCI","id":"C10277"},{"dataSource":"PDQ","id":"CDR0000040974"}]},{"offset":28,"length":12,"text":"veterinarian","category":"HealthcareProfession","confidenceScore":0.99,"isNegated":false}],"relations":[],"warnings":[]},{"id":"4","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 52a2825d-29ab-45da-80c9-3985d67e33ca + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:41:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '121' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_per_item_hints.yaml new file mode 100644 index 000000000000..84310802e124 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -0,0 +1,76 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I should take my cat to the veterinarian.", + "language": "en"}, {"id": "2", "text": "\u732b\u306f\u5e78\u305b", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '166' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: + - b1e0dc5b-190c-4574-8bf0-10f254554f46 + date: + - Sat, 14 Nov 2020 00:41:46 GMT + operation-location: + - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a120d79f-0221-4a98-859c-0cca7d626f6c + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '115' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a120d79f-0221-4a98-859c-0cca7d626f6c + response: + body: + string: '{"jobId":"a120d79f-0221-4a98-859c-0cca7d626f6c","lastUpdateDateTime":"2020-11-14T00:41:50Z","createdDateTime":"2020-11-14T00:41:47Z","expirationDateTime":"2020-11-15T00:41:47Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":17,"length":3,"text":"cat","category":"TreatmentName","confidenceScore":0.74,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0280589"},{"dataSource":"CHV","id":"0000027342"},{"dataSource":"NCI","id":"C10277"},{"dataSource":"PDQ","id":"CDR0000040974"}]},{"offset":28,"length":12,"text":"veterinarian","category":"HealthcareProfession","confidenceScore":0.99,"isNegated":false}],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - 05286e4a-a5ab-4a44-b6b9-e11f9b130819 + content-type: + - application/json; charset=utf-8 + date: + - Sat, 14 Nov 2020 00:42:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '104' + status: + code: 200 + message: OK +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_dict.yaml new file mode 100644 index 000000000000..9857fe5619d6 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_dict.yaml @@ -0,0 +1,56 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "Patient does not suffer from high blood + pressure.", "language": "en"}, {"id": "2", "text": "Prescribed 100mg ibuprofen, + taken twice daily.", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '196' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 2d2286f7-926b-4a75-81a7-1583b6fff8e1 + date: Sat, 14 Nov 2020 00:49:00 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/87659d78-e7c0-4920-b93b-b1b6ddb44327 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '362' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/87659d78-e7c0-4920-b93b-b1b6ddb44327?showStats=True + response: + body: + string: '{"jobId":"87659d78-e7c0-4920-b93b-b1b6ddb44327","lastUpdateDateTime":"2020-11-14T00:49:02Z","createdDateTime":"2020-11-14T00:49:00Z","expirationDateTime":"2020-11-15T00:49:00Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":2,"validDocumentsCount":2,"erroneousDocumentsCount":0,"transactionsCount":2},"documents":[{"id":"1","statistics":{"charactersCount":49,"transactionsCount":1},"entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"2","statistics":{"charactersCount":46,"transactionsCount":1},"entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: ac183a2e-9529-483f-9603-dcf61b8d468c + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:49:31 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '319' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/87659d78-e7c0-4920-b93b-b1b6ddb44327?showStats=True +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_text_document_input.yaml new file mode 100644 index 000000000000..35a1c657e124 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_text_document_input.yaml @@ -0,0 +1,56 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "Patient does not suffer from high blood + pressure.", "language": "en"}, {"id": "2", "text": "Prescribed 100mg ibuprofen, + taken twice daily.", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '196' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 8882309c-74da-4640-bff7-cc2c71fb94ca + date: Sat, 14 Nov 2020 00:49:32 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d71bfc5f-4dfa-4af4-8f69-261105f4db93 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '111' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d71bfc5f-4dfa-4af4-8f69-261105f4db93 + response: + body: + string: '{"jobId":"d71bfc5f-4dfa-4af4-8f69-261105f4db93","lastUpdateDateTime":"2020-11-14T00:49:40Z","createdDateTime":"2020-11-14T00:49:32Z","expirationDateTime":"2020-11-15T00:49:32Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"2","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 83d2fff0-d776-49d6-9ff1-6df32f3dc687 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:50:03 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '193' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d71bfc5f-4dfa-4af4-8f69-261105f4db93 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_credentials.yaml new file mode 100644 index 000000000000..4a66d0f66fdb --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_credentials.yaml @@ -0,0 +1,28 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This is written in English.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '85' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: '224' + date: Sat, 14 Nov 2020 00:50:04 GMT + status: + code: 401 + message: PermissionDenied + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_model_version_error.yaml new file mode 100644 index 000000000000..e0cd14ec9194 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_model_version_error.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I did not like the hotel we stayed + at.", "language": "english"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '101' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=bad&stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 1f98ae4c-8efa-4e9b-97cd-676651e61205 + date: Sat, 14 Nov 2020 00:50:05 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b0808ec-f46b-4bbd-8c63-ca52963c0c94 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '81' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=bad&stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b0808ec-f46b-4bbd-8c63-ca52963c0c94 + response: + body: + string: '{"jobId":"0b0808ec-f46b-4bbd-8c63-ca52963c0c94","lastUpdateDateTime":"2020-11-14T00:50:07Z","createdDateTime":"2020-11-14T00:50:05Z","expirationDateTime":"2020-11-15T00:50:05Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 3cd28700-1b6c-4475-b7ff-c7082be7b540 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:50:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '66' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b0808ec-f46b-4bbd-8c63-ca52963c0c94 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_cancellation.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_cancellation.yaml new file mode 100644 index 000000000000..fb3f8460e507 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_cancellation.yaml @@ -0,0 +1,82 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "hello world", "language": "en"}, {"id": + "1", "text": "hello world", "language": "en"}, {"id": "2", "text": "hello world", + "language": "en"}, {"id": "3", "text": "hello world", "language": "en"}, {"id": + "4", "text": "hello world", "language": "en"}, {"id": "5", "text": "hello world", + "language": "en"}, {"id": "6", "text": "hello world", "language": "en"}, {"id": + "7", "text": "hello world", "language": "en"}, {"id": "8", "text": "hello world", + "language": "en"}, {"id": "9", "text": "hello world", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '555' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 77ac4f20-f023-4bbb-a061-add0ff571a70 + date: Sat, 14 Nov 2020 01:46:50 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '428' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + Accept: + - application/json, text/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: DELETE + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d + response: + body: + string: '' + headers: + apim-request-id: 1606676f-0886-4c52-ad33-d231cbd884ee + date: Sat, 14 Nov 2020 01:46:50 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '163' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d + response: + body: + string: '{"jobId":"037368ba-2551-4e66-b979-e130c194318d","lastUpdateDateTime":"2020-11-14T01:46:50Z","createdDateTime":"2020-11-14T01:46:50Z","expirationDateTime":"2020-11-15T01:46:50Z","status":"cancelled","errors":[]}' + headers: + apim-request-id: 0016c78a-8caa-44db-b7dd-8bda13d011aa + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:47:21 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '14' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_client_passed_default_language_hint.yaml new file mode 100644 index 000000000000..e45c05ff0363 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_client_passed_default_language_hint.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 16be7058-529d-4744-b32b-92b7fd45068c + date: Sat, 14 Nov 2020 00:50:37 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/60e453a5-24b7-4371-8f5d-b06d6cea3089 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '112' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/60e453a5-24b7-4371-8f5d-b06d6cea3089 + response: + body: + string: '{"jobId":"60e453a5-24b7-4371-8f5d-b06d6cea3089","lastUpdateDateTime":"2020-11-14T00:50:45Z","createdDateTime":"2020-11-14T00:50:38Z","expirationDateTime":"2020-11-15T00:50:38Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 4c058ed2-8b96-4f4c-85db-4fb7080e61bf + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:51:09 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '60' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/60e453a5-24b7-4371-8f5d-b06d6cea3089 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_no_result_attribute.yaml new file mode 100644 index 000000000000..c0f814540a1e --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_no_result_attribute.yaml @@ -0,0 +1,54 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '58' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: fbd47ac4-2ddf-4452-afd7-fdb8068f902a + date: Sat, 14 Nov 2020 00:51:09 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fb05f986-7757-4d47-a107-206f4085ff5a + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '107' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fb05f986-7757-4d47-a107-206f4085ff5a + response: + body: + string: '{"jobId":"fb05f986-7757-4d47-a107-206f4085ff5a","lastUpdateDateTime":"2020-11-14T00:51:11Z","createdDateTime":"2020-11-14T00:51:10Z","expirationDateTime":"2020-11-15T00:51:10Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 406284c8-a039-484b-81e6-fa88968dde6d + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:51:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '119' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fb05f986-7757-4d47-a107-206f4085ff5a +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_nonexistent_attribute.yaml new file mode 100644 index 000000000000..e1c5a3d19b9c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_nonexistent_attribute.yaml @@ -0,0 +1,54 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '58' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 9f9c54ae-ea09-4c90-8d1a-3158106ffacb + date: Sat, 14 Nov 2020 00:51:41 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0e2e748d-f3c0-43d4-b634-cce7279b4714 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '91' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0e2e748d-f3c0-43d4-b634-cce7279b4714 + response: + body: + string: '{"jobId":"0e2e748d-f3c0-43d4-b634-cce7279b4714","lastUpdateDateTime":"2020-11-14T00:51:42Z","createdDateTime":"2020-11-14T00:51:42Z","expirationDateTime":"2020-11-15T00:51:42Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 332a6eeb-0420-4454-9207-fcfdafd2f825 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:52:13 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '139' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0e2e748d-f3c0-43d4-b634-cce7279b4714 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_errors.yaml new file mode 100644 index 000000000000..da1cb92fc866 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_errors.yaml @@ -0,0 +1,63 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}, {"id": "2", "text": + "I did not like the hotel we stayed at.", "language": "english"}, {"id": "3", + "text": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", + "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '5308' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 4d1f8b24-fd87-4bbd-8053-45aa55ef748d + date: Sat, 14 Nov 2020 00:52:13 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b6a5325-4373-48bb-9340-c9e7765ac931 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '132' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b6a5325-4373-48bb-9340-c9e7765ac931 + response: + body: + string: '{"jobId":"0b6a5325-4373-48bb-9340-c9e7765ac931","lastUpdateDateTime":"2020-11-14T00:52:15Z","createdDateTime":"2020-11-14T00:52:14Z","expirationDateTime":"2020-11-15T00:52:14Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"A + document within the request was too large to be processed. Limit document + size to: 5120 text elements. For additional details on the data limitations + see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 9c1a3102-88e3-45dd-bd77-992d5ce0215a + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:52:45 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '72' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b6a5325-4373-48bb-9340-c9e7765ac931 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_warnings.yaml new file mode 100644 index 000000000000..411a0e487039 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_warnings.yaml @@ -0,0 +1,53 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "This won''t actually create a warning + :''(", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '98' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: e1886d4e-5051-4a37-80ef-7563cdf0ed09 + date: Sat, 14 Nov 2020 00:52:46 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/55334c6b-81c6-4974-8759-3fc8d85a31cc + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '86' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/55334c6b-81c6-4974-8759-3fc8d85a31cc + response: + body: + string: '{"jobId":"55334c6b-81c6-4974-8759-3fc8d85a31cc","lastUpdateDateTime":"2020-11-14T00:52:46Z","createdDateTime":"2020-11-14T00:52:46Z","expirationDateTime":"2020-11-15T00:52:46Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: c9233809-1df7-4919-aabd-29ae01d950af + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:53:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '43' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/55334c6b-81c6-4974-8759-3fc8d85a31cc +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_duplicate_ids_error.yaml new file mode 100644 index 000000000000..0d4d0ae54b20 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_duplicate_ids_error.yaml @@ -0,0 +1,32 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "hello world", "language": "en"}, {"id": + "1", "text": "I did not like the hotel we stayed at.", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '150' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request + contains duplicated Ids. Make sure each document has a unique Id."}}}' + headers: + apim-request-id: 4d64413d-7469-4cd5-ba27-4c25228711d6 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:53:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '6' + status: + code: 400 + message: Bad Request + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_empty_credential_class.yaml new file mode 100644 index 000000000000..f7510ac0682c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_empty_credential_class.yaml @@ -0,0 +1,28 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This is written in English.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '85' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: '224' + date: Sat, 14 Nov 2020 00:53:17 GMT + status: + code: 401 + message: PermissionDenied + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_all_errors.yaml new file mode 100644 index 000000000000..4b519d58a359 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_all_errors.yaml @@ -0,0 +1,60 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}, {"id": "2", "text": + "Patient does not suffer from high blood pressure.", "language": "english"}, + {"id": "3", "text": "", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '198' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: bcb23eb6-b19c-4eff-80ed-32643cf5a491 + date: Sat, 14 Nov 2020 00:53:18 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e0c1f5ed-b822-428f-8f92-8e66b038c4d4 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '120' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e0c1f5ed-b822-428f-8f92-8e66b038c4d4 + response: + body: + string: '{"jobId":"e0c1f5ed-b822-428f-8f92-8e66b038c4d4","lastUpdateDateTime":"2020-11-14T00:53:21Z","createdDateTime":"2020-11-14T00:53:19Z","expirationDateTime":"2020-11-15T00:53:19Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 5603b765-d1f5-445e-bc38-c5b986651c68 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:53:50 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '93' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e0c1f5ed-b822-428f-8f92-8e66b038c4d4 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_some_errors.yaml new file mode 100644 index 000000000000..3286d9aa47b3 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_some_errors.yaml @@ -0,0 +1,60 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "", "language": "en"}, {"id": "2", "text": + "Patient does not suffer from high blood pressure.", "language": "english"}, + {"id": "3", "text": "Prescribed 100mg ibuprofen, taken twice daily.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '244' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 3552cf80-d619-4618-933f-90626d5b1d1a + date: Sat, 14 Nov 2020 00:53:50 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/3bf0cc58-13c2-4cda-8af9-e0e3e6c0df96 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '95' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/3bf0cc58-13c2-4cda-8af9-e0e3e6c0df96 + response: + body: + string: '{"jobId":"3bf0cc58-13c2-4cda-8af9-e0e3e6c0df96","lastUpdateDateTime":"2020-11-14T00:53:51Z","createdDateTime":"2020-11-14T00:53:51Z","expirationDateTime":"2020-11-15T00:53:51Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"3","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/0/entities/2","target":"#/results/documents/0/entities/1"}],"warnings":[]}],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 1bb31f4b-6b65-4e4e-9855-7c03c7e2efe0 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:54:22 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '159' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/3bf0cc58-13c2-4cda-8af9-e0e3e6c0df96 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_docs.yaml new file mode 100644 index 000000000000..1b083f859899 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_docs.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "This should fail because we''re passing + in an invalid language hint", "language": "notalanguage"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '134' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 6317821c-1198-4a46-802f-d0b63d76bf88 + date: Sat, 14 Nov 2020 00:54:22 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c99d6ef2-c24f-432e-9633-9ba83253f5e6 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '313' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c99d6ef2-c24f-432e-9633-9ba83253f5e6 + response: + body: + string: '{"jobId":"c99d6ef2-c24f-432e-9633-9ba83253f5e6","lastUpdateDateTime":"2020-11-14T00:54:26Z","createdDateTime":"2020-11-14T00:54:23Z","expirationDateTime":"2020-11-15T00:54:23Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: f8511bc9-8cf6-4953-9705-cb8f6ee177ae + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:54:54 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '71' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c99d6ef2-c24f-432e-9633-9ba83253f5e6 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_method.yaml new file mode 100644 index 000000000000..8b9552f7c2e1 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_method.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This should fail because we''re passing + in an invalid language hint", "language": "notalanguage"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '134' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 76d9981a-5e39-410a-a712-63110ca38576 + date: Sat, 14 Nov 2020 00:54:55 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0c761e41-4d84-4388-aec7-da866f79b9f6 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '87' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0c761e41-4d84-4388-aec7-da866f79b9f6 + response: + body: + string: '{"jobId":"0c761e41-4d84-4388-aec7-da866f79b9f6","lastUpdateDateTime":"2020-11-14T00:54:56Z","createdDateTime":"2020-11-14T00:54:55Z","expirationDateTime":"2020-11-15T00:54:55Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid + language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 26d94205-14e5-49d9-a8a5-18d2886ccb82 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:55:26 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '86' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0c761e41-4d84-4388-aec7-da866f79b9f6 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_returned_successfully.yaml new file mode 100644 index 000000000000..76bb97462627 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_returned_successfully.yaml @@ -0,0 +1,58 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "hello world", "language": "en"}, {"id": + "1", "text": "hello world", "language": "en"}, {"id": "2", "text": "hello world", + "language": "en"}, {"id": "3", "text": "hello world", "language": "en"}, {"id": + "4", "text": "hello world", "language": "en"}, {"id": "5", "text": "hello world", + "language": "en"}, {"id": "6", "text": "hello world", "language": "en"}, {"id": + "7", "text": "hello world", "language": "en"}, {"id": "8", "text": "hello world", + "language": "en"}, {"id": "9", "text": "hello world", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '555' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: f7e8ea57-9bd9-41d8-bc28-fd271bc1422f + date: Sat, 14 Nov 2020 00:55:27 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/283361c8-7698-4386-88d5-f5c0f59d7a75 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '175' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/283361c8-7698-4386-88d5-f5c0f59d7a75?showStats=True + response: + body: + string: '{"jobId":"283361c8-7698-4386-88d5-f5c0f59d7a75","lastUpdateDateTime":"2020-11-14T00:55:28Z","createdDateTime":"2020-11-14T00:55:27Z","expirationDateTime":"2020-11-15T00:55:27Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":10,"validDocumentsCount":10,"erroneousDocumentsCount":0,"transactionsCount":10},"documents":[{"id":"0","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"2","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"3","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"4","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"5","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"6","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"7","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"8","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"9","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 81e90fc1-28c3-4fa1-862d-80f506105c51 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:55:57 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '131' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/283361c8-7698-4386-88d5-f5c0f59d7a75?showStats=True +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml new file mode 100644 index 000000000000..709dcb6d6b44 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml @@ -0,0 +1,60 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "hello world", "language": "en"}, {"id": + "1", "text": "hello world", "language": "en"}, {"id": "2", "text": "hello world", + "language": "en"}, {"id": "3", "text": "hello world", "language": "en"}, {"id": + "4", "text": "hello world", "language": "en"}, {"id": "5", "text": "hello world", + "language": "en"}, {"id": "6", "text": "hello world", "language": "en"}, {"id": + "7", "text": "hello world", "language": "en"}, {"id": "8", "text": "hello world", + "language": "en"}, {"id": "9", "text": "", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '544' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 88141663-30c0-44a4-833f-8dd020a5d8ec + date: Sat, 14 Nov 2020 00:55:58 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dfee3b86-bb81-415c-91d3-5625d7b5add1 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '196' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dfee3b86-bb81-415c-91d3-5625d7b5add1?showStats=True + response: + body: + string: '{"jobId":"dfee3b86-bb81-415c-91d3-5625d7b5add1","lastUpdateDateTime":"2020-11-14T00:56:01Z","createdDateTime":"2020-11-14T00:55:59Z","expirationDateTime":"2020-11-15T00:55:59Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":10,"validDocumentsCount":9,"erroneousDocumentsCount":1,"transactionsCount":9},"documents":[{"id":"0","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"2","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"3","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"4","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"5","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"6","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"7","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"8","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"9","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 66f9a207-7ffb-4da3-81fe-cd1100118266 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:56:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '168' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dfee3b86-bb81-415c-91d3-5625d7b5add1?showStats=True +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_out_of_order_ids.yaml new file mode 100644 index 000000000000..a6e959f9e12a --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_out_of_order_ids.yaml @@ -0,0 +1,57 @@ +interactions: +- request: + body: '{"documents": [{"id": "56", "text": ":)", "language": "en"}, {"id": "0", + "text": ":(", "language": "en"}, {"id": "22", "text": "", "language": "en"}, + {"id": "19", "text": ":P", "language": "en"}, {"id": "1", "text": ":D", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '241' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 94ccb5a3-75d4-413f-a91a-4d7219e8c4a3 + date: Sat, 14 Nov 2020 00:56:31 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2e4b6c9a-600b-4d82-b2c1-88818320ddfc + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '147' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2e4b6c9a-600b-4d82-b2c1-88818320ddfc + response: + body: + string: '{"jobId":"2e4b6c9a-600b-4d82-b2c1-88818320ddfc","lastUpdateDateTime":"2020-11-14T00:56:33Z","createdDateTime":"2020-11-14T00:56:31Z","expirationDateTime":"2020-11-15T00:56:31Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"56","entities":[],"relations":[],"warnings":[]},{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"19","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 93fd1abe-8bf0-464c-9808-3d5e0505a827 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:57:01 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '136' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2e4b6c9a-600b-4d82-b2c1-88818320ddfc +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_output_same_order_as_input.yaml new file mode 100644 index 000000000000..ac06a1a152be --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_output_same_order_as_input.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "one", "language": "en"}, {"id": "2", + "text": "two", "language": "en"}, {"id": "3", "text": "three", "language": "en"}, + {"id": "4", "text": "four", "language": "en"}, {"id": "5", "text": "five", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '249' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: c5c38586-e488-4257-bb69-d504963a5a5e + date: Sat, 14 Nov 2020 00:57:02 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/70f5f932-c6d3-4729-98cd-dd67ef759ae6 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '132' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/70f5f932-c6d3-4729-98cd-dd67ef759ae6 + response: + body: + string: '{"jobId":"70f5f932-c6d3-4729-98cd-dd67ef759ae6","lastUpdateDateTime":"2020-11-14T00:57:06Z","createdDateTime":"2020-11-14T00:57:03Z","expirationDateTime":"2020-11-15T00:57:03Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":0,"length":3,"text":"one","category":"Dosage","confidenceScore":0.77,"isNegated":false}],"relations":[],"warnings":[]},{"id":"2","entities":[{"offset":0,"length":3,"text":"two","category":"Dosage","confidenceScore":0.62,"isNegated":false}],"relations":[],"warnings":[]},{"id":"3","entities":[{"offset":0,"length":5,"text":"three","category":"Dosage","confidenceScore":0.61,"isNegated":false}],"relations":[],"warnings":[]},{"id":"4","entities":[],"relations":[],"warnings":[]},{"id":"5","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 272a6afb-f434-4d9b-9b07-93bc55060447 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:57:34 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '72' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/70f5f932-c6d3-4729-98cd-dd67ef759ae6 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_pass_cls.yaml new file mode 100644 index 000000000000..32c7225d36cc --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_pass_cls.yaml @@ -0,0 +1,53 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "Test passing cls to endpoint", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '86' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: ce48588b-47b5-4533-b6bd-0d3812001dcc + date: Sat, 14 Nov 2020 00:57:34 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/b5324322-b73b-4bcd-83bf-1a5858b7682b + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '94' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/b5324322-b73b-4bcd-83bf-1a5858b7682b + response: + body: + string: '{"jobId":"b5324322-b73b-4bcd-83bf-1a5858b7682b","lastUpdateDateTime":"2020-11-14T00:57:36Z","createdDateTime":"2020-11-14T00:57:34Z","expirationDateTime":"2020-11-15T00:57:34Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[{"offset":13,"length":3,"text":"cls","category":"Diagnosis","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0265252"},{"dataSource":"CHV","id":"0000025867"},{"dataSource":"JABL","id":"238"},{"dataSource":"MDR","id":"10081806"},{"dataSource":"MEDCIN","id":"311935"},{"dataSource":"MSH","id":"D038921"},{"dataSource":"NCI","id":"C84643"},{"dataSource":"OMIM","id":"303600"},{"dataSource":"RCD","id":"Xa0Zc"},{"dataSource":"SNM","id":"D-5122"},{"dataSource":"SNMI","id":"D4-00811"},{"dataSource":"SNOMEDCT_US","id":"15182000"}]}],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 2a601ece-ffc3-4511-a932-b9e9f3364d57 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:58:05 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '79' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/b5324322-b73b-4bcd-83bf-1a5858b7682b +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_passing_only_string.yaml new file mode 100644 index 000000000000..9b6776a6c3ef --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_passing_only_string.yaml @@ -0,0 +1,59 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "Patient does not suffer from high blood + pressure.", "language": "en"}, {"id": "1", "text": "Prescribed 100mg ibuprofen, + taken twice daily.", "language": "en"}, {"id": "2", "text": "", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '239' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: beafc6d4-2b31-4376-a359-6668a9bbcfc9 + date: Sat, 14 Nov 2020 00:58:06 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dd985fc4-2589-4670-9135-5c66fd0bec6a + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '105' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dd985fc4-2589-4670-9135-5c66fd0bec6a + response: + body: + string: '{"jobId":"dd985fc4-2589-4670-9135-5c66fd0bec6a","lastUpdateDateTime":"2020-11-14T00:58:07Z","createdDateTime":"2020-11-14T00:58:06Z","expirationDateTime":"2020-11-15T00:58:06Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"1","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[{"id":"2","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 3df4002d-8948-45a3-9e54-c39a2bdc816f + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:58:37 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '61' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dd985fc4-2589-4670-9135-5c66fd0bec6a +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_payload_too_large.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_payload_too_large.yaml new file mode 100644 index 000000000000..207d4240eee0 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_payload_too_large.yaml @@ -0,0 +1,8531 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "1", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "2", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "3", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "4", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "5", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "6", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "7", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "8", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "9", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "10", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "11", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "12", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "13", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "14", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "15", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "16", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "17", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "18", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "19", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "20", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "21", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "22", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "23", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "24", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "25", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "26", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "27", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "28", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "29", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "30", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "31", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "32", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "33", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "34", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "35", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "36", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "37", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "38", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "39", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "40", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "41", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "42", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "43", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "44", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "45", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "46", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "47", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "48", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "49", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "50", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "51", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "52", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "53", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "54", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "55", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "56", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "57", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "58", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "59", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "60", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "61", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "62", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "63", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "64", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "65", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "66", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "67", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "68", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "69", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "70", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "71", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "72", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "73", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "74", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "75", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "76", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "77", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "78", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "79", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "80", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "81", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "82", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "83", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "84", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "85", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "86", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "87", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "88", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "89", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "90", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "91", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "92", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "93", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "94", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "95", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "96", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "97", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "98", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "99", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "100", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "101", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "102", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "103", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "104", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "105", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "106", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "107", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "108", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "109", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "110", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "111", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "112", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "113", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "114", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "115", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "116", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "117", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "118", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "119", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "120", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "121", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "122", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "123", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "124", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "125", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "126", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "127", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "128", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "129", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "130", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "131", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "132", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "133", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "134", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "135", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "136", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "137", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "138", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "139", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "140", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "141", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "142", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "143", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "144", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "145", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "146", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "147", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "148", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "149", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "150", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "151", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "152", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "153", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "154", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "155", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "156", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "157", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "158", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "159", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "160", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "161", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "162", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "163", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "164", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "165", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "166", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "167", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "168", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "169", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "170", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "171", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "172", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "173", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "174", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "175", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "176", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "177", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "178", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "179", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "180", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "181", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "182", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "183", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "184", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "185", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "186", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "187", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "188", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "189", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "190", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "191", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "192", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "193", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "194", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "195", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "196", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "197", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "198", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "199", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "200", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "201", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "202", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "203", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "204", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "205", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "206", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "207", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "208", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "209", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "210", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "211", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "212", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "213", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "214", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "215", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "216", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "217", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "218", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "219", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "220", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "221", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "222", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "223", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "224", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "225", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "226", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "227", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "228", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "229", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "230", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "231", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "232", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "233", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "234", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "235", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "236", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "237", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "238", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "239", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "240", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "241", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "242", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "243", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "244", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "245", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "246", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "247", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "248", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "249", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "250", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "251", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "252", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "253", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "254", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "255", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "256", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "257", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "258", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "259", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "260", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "261", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "262", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "263", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "264", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "265", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "266", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "267", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "268", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "269", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "270", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "271", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "272", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "273", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "274", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "275", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "276", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "277", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "278", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "279", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "280", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "281", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "282", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "283", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "284", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "285", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "286", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "287", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "288", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "289", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "290", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "291", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "292", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "293", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "294", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "295", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "296", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "297", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "298", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "299", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "300", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "301", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "302", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "303", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "304", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "305", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "306", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "307", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "308", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "309", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "310", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "311", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "312", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "313", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "314", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "315", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "316", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "317", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "318", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "319", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "320", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "321", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "322", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "323", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "324", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "325", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "326", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "327", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "328", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "329", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "330", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "331", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "332", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "333", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "334", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "335", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "336", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "337", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "338", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "339", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "340", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "341", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "342", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "343", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "344", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "345", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "346", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "347", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "348", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "349", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "350", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "351", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "352", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "353", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "354", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "355", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "356", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "357", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "358", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "359", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "360", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "361", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "362", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "363", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "364", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "365", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "366", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "367", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "368", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "369", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "370", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "371", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "372", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "373", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "374", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "375", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "376", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "377", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "378", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "379", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "380", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "381", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "382", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "383", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "384", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "385", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "386", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "387", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "388", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "389", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "390", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "391", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "392", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "393", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "394", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "395", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "396", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "397", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "398", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "399", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "400", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "401", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "402", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "403", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "404", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "405", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "406", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "407", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "408", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "409", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "410", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "411", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "412", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "413", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "414", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "415", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "416", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "417", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "418", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "419", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "420", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "421", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "422", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "423", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "424", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "425", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "426", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "427", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "428", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "429", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "430", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "431", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "432", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "433", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "434", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "435", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "436", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "437", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "438", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "439", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "440", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "441", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "442", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "443", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "444", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "445", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "446", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "447", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "448", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "449", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "450", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "451", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "452", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "453", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "454", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "455", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "456", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "457", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "458", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "459", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "460", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "461", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "462", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "463", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "464", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "465", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "466", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "467", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "468", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "469", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "470", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "471", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "472", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "473", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "474", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "475", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "476", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "477", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "478", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "479", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "480", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "481", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "482", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "483", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "484", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "485", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "486", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "487", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "488", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "489", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "490", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "491", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "492", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "493", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "494", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "495", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "496", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "497", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "498", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}, {"id": "499", "text": "RECORD #333582770390100 | MH | 85986313 + | | 054351 | 2/14/2001 12:00:00 AM | CORONARY ARTERY DISEASE | Signed + | DIS | Admission Date: 5/22/2001 Report Status: Signed Discharge + Date: 4/24/2001 ADMISSION DIAGNOSIS: CORONARY ARTERY DISEASE. HISTORY + OF PRESENT ILLNESS: The patient is a 54-year-old gentleman with + a history of progressive angina over the past several months. The + patient had a cardiac catheterization in July of this year revealing total occlusion + of the RCA and 50% left main disease , with a strong family history + of coronary artery disease with a brother dying at the age of 52 + from a myocardial infarction and another brother who is status post coronary + artery bypass grafting. The patient had a stress echocardiogram + done on July , 2001 , which showed no wall motion abnormalities , but + this was a difficult study due to body habitus. The patient went for six minutes + with minimal ST depressions in the anterior lateral leads , thought + due to fatigue and wrist pain , his anginal equivalent. Due to the patient''s increased + symptoms and family history and history left main disease with total occasional + of his RCA was referred for revascularization with open heart surgery.", + "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '689405' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Request + Payload sent is too large to be processed. Limit request size to: 524288"}}}' + headers: + apim-request-id: 57783588-e0ff-4e09-99d5-511c7f89cdb2 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:58:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '42' + status: + code: 413 + message: Payload Too Large + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_per_item_dont_use_language_hint.yaml new file mode 100644 index 000000000000..28eb912335d5 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_per_item_dont_use_language_hint.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + ""}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + ""}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '236' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 2c905c2f-4ecc-478c-8402-b6903a9bc7c3 + date: Sat, 14 Nov 2020 00:58:39 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/ea9fd731-4819-466b-aad0-41c46a4d2ec3 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '131' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/ea9fd731-4819-466b-aad0-41c46a4d2ec3 + response: + body: + string: '{"jobId":"ea9fd731-4819-466b-aad0-41c46a4d2ec3","lastUpdateDateTime":"2020-11-14T00:58:41Z","createdDateTime":"2020-11-14T00:58:40Z","expirationDateTime":"2020-11-15T00:58:40Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 89e9bfd7-7fb7-4c2a-80e7-0f394a6e1d21 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:59:11 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '96' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/ea9fd731-4819-466b-aad0-41c46a4d2ec3 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_rotate_subscription_key.yaml new file mode 100644 index 000000000000..1c92782ea20c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_rotate_subscription_key.yaml @@ -0,0 +1,136 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 13657f3d-2510-41a6-87c7-6db35f4ae5eb + date: Sat, 14 Nov 2020 00:59:12 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fe8aaa30-f3b4-41a1-9e40-145a1dbf7aa0 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '99' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fe8aaa30-f3b4-41a1-9e40-145a1dbf7aa0 + response: + body: + string: '{"jobId":"fe8aaa30-f3b4-41a1-9e40-145a1dbf7aa0","lastUpdateDateTime":"2020-11-14T00:59:16Z","createdDateTime":"2020-11-14T00:59:12Z","expirationDateTime":"2020-11-15T00:59:12Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 88a9fb16-06d0-46f8-8818-137711ba9634 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 00:59:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '53' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fe8aaa30-f3b4-41a1-9e40-145a1dbf7aa0 +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: '224' + date: Sat, 14 Nov 2020 00:59:43 GMT + status: + code: 401 + message: PermissionDenied + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 3c57d596-5674-4361-827f-df78de99f6f4 + date: Sat, 14 Nov 2020 00:59:43 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/329e3651-5842-49a1-9227-ea3ff2bfe35d + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '118' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/329e3651-5842-49a1-9227-ea3ff2bfe35d + response: + body: + string: '{"jobId":"329e3651-5842-49a1-9227-ea3ff2bfe35d","lastUpdateDateTime":"2020-11-14T00:59:46Z","createdDateTime":"2020-11-14T00:59:44Z","expirationDateTime":"2020-11-15T00:59:44Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 0c2c3add-96c5-477d-925f-56cf43916b73 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:00:15 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '169' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/329e3651-5842-49a1-9227-ea3ff2bfe35d +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_show_stats_and_model_version.yaml new file mode 100644 index 000000000000..75dcfb1a9bf2 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_show_stats_and_model_version.yaml @@ -0,0 +1,57 @@ +interactions: +- request: + body: '{"documents": [{"id": "56", "text": ":)", "language": "en"}, {"id": "0", + "text": ":(", "language": "en"}, {"id": "22", "text": "", "language": "en"}, + {"id": "19", "text": ":P", "language": "en"}, {"id": "1", "text": ":D", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '241' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=2020-09-03&stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: b812aa97-8896-4ad1-8412-3eaa71b94d55 + date: Sat, 14 Nov 2020 01:00:16 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a2e59dd6-5770-456d-906b-d2d9993f2e1d + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '117' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=2020-09-03&stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a2e59dd6-5770-456d-906b-d2d9993f2e1d?showStats=True + response: + body: + string: '{"jobId":"a2e59dd6-5770-456d-906b-d2d9993f2e1d","lastUpdateDateTime":"2020-11-14T01:00:16Z","createdDateTime":"2020-11-14T01:00:15Z","expirationDateTime":"2020-11-15T01:00:15Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"0","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"19","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid + document in request.","innererror":{"code":"InvalidDocument","message":"Document + text is empty."}}}],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 7a59ca63-72f9-4e55-9b5c-83407e3cea54 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:00:46 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '109' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a2e59dd6-5770-456d-906b-d2d9993f2e1d?showStats=True +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_too_many_documents.yaml new file mode 100644 index 000000000000..0416a51a6b81 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_too_many_documents.yaml @@ -0,0 +1,781 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "input document", "language": "en"}, + {"id": "1", "text": "input document", "language": "en"}, {"id": "2", "text": + "input document", "language": "en"}, {"id": "3", "text": "input document", "language": + "en"}, {"id": "4", "text": "input document", "language": "en"}, {"id": "5", + "text": "input document", "language": "en"}, {"id": "6", "text": "input document", + "language": "en"}, {"id": "7", "text": "input document", "language": "en"}, + {"id": "8", "text": "input document", "language": "en"}, {"id": "9", "text": + "input document", "language": "en"}, {"id": "10", "text": "input document", + "language": "en"}, {"id": "11", "text": "input document", "language": "en"}, + {"id": "12", "text": "input document", "language": "en"}, {"id": "13", "text": + "input document", "language": "en"}, {"id": "14", "text": "input document", + "language": "en"}, {"id": "15", "text": "input document", "language": "en"}, + {"id": "16", "text": "input document", "language": "en"}, {"id": "17", "text": + "input document", "language": "en"}, {"id": "18", "text": "input document", + "language": "en"}, {"id": "19", "text": "input document", "language": "en"}, + {"id": "20", "text": "input document", "language": "en"}, {"id": "21", "text": + "input document", "language": "en"}, {"id": "22", "text": "input document", + "language": "en"}, {"id": "23", "text": "input document", "language": "en"}, + {"id": "24", "text": "input document", "language": "en"}, {"id": "25", "text": + "input document", "language": "en"}, {"id": "26", "text": "input document", + "language": "en"}, {"id": "27", "text": "input document", "language": "en"}, + {"id": "28", "text": "input document", "language": "en"}, {"id": "29", "text": + "input document", "language": "en"}, {"id": "30", "text": "input document", + "language": "en"}, {"id": "31", "text": "input document", "language": "en"}, + {"id": "32", "text": "input document", "language": "en"}, {"id": "33", "text": + "input document", "language": "en"}, {"id": "34", "text": "input document", + "language": "en"}, {"id": "35", "text": "input document", "language": "en"}, + {"id": "36", "text": "input document", "language": "en"}, {"id": "37", "text": + "input document", "language": "en"}, {"id": "38", "text": "input document", + "language": "en"}, {"id": "39", "text": "input document", "language": "en"}, + {"id": "40", "text": "input document", "language": "en"}, {"id": "41", "text": + "input document", "language": "en"}, {"id": "42", "text": "input document", + "language": "en"}, {"id": "43", "text": "input document", "language": "en"}, + {"id": "44", "text": "input document", "language": "en"}, {"id": "45", "text": + "input document", "language": "en"}, {"id": "46", "text": "input document", + "language": "en"}, {"id": "47", "text": "input document", "language": "en"}, + {"id": "48", "text": "input document", "language": "en"}, {"id": "49", "text": + "input document", "language": "en"}, {"id": "50", "text": "input document", + "language": "en"}, {"id": "51", "text": "input document", "language": "en"}, + {"id": "52", "text": "input document", "language": "en"}, {"id": "53", "text": + "input document", "language": "en"}, {"id": "54", "text": "input document", + "language": "en"}, {"id": "55", "text": "input document", "language": "en"}, + {"id": "56", "text": "input document", "language": "en"}, {"id": "57", "text": + "input document", "language": "en"}, {"id": "58", "text": "input document", + "language": "en"}, {"id": "59", "text": "input document", "language": "en"}, + {"id": "60", "text": "input document", "language": "en"}, {"id": "61", "text": + "input document", "language": "en"}, {"id": "62", "text": "input document", + "language": "en"}, {"id": "63", "text": "input document", "language": "en"}, + {"id": "64", "text": "input document", "language": "en"}, {"id": "65", "text": + "input document", "language": "en"}, {"id": "66", "text": "input document", + "language": "en"}, {"id": "67", "text": "input document", "language": "en"}, + {"id": "68", "text": "input document", "language": "en"}, {"id": "69", "text": + "input document", "language": "en"}, {"id": "70", "text": "input document", + "language": "en"}, {"id": "71", "text": "input document", "language": "en"}, + {"id": "72", "text": "input document", "language": "en"}, {"id": "73", "text": + "input document", "language": "en"}, {"id": "74", "text": "input document", + "language": "en"}, {"id": "75", "text": "input document", "language": "en"}, + {"id": "76", "text": "input document", "language": "en"}, {"id": "77", "text": + "input document", "language": "en"}, {"id": "78", "text": "input document", + "language": "en"}, {"id": "79", "text": "input document", "language": "en"}, + {"id": "80", "text": "input document", "language": "en"}, {"id": "81", "text": + "input document", "language": "en"}, {"id": "82", "text": "input document", + "language": "en"}, {"id": "83", "text": "input document", "language": "en"}, + {"id": "84", "text": "input document", "language": "en"}, {"id": "85", "text": + "input document", "language": "en"}, {"id": "86", "text": "input document", + "language": "en"}, {"id": "87", "text": "input document", "language": "en"}, + {"id": "88", "text": "input document", "language": "en"}, {"id": "89", "text": + "input document", "language": "en"}, {"id": "90", "text": "input document", + "language": "en"}, {"id": "91", "text": "input document", "language": "en"}, + {"id": "92", "text": "input document", "language": "en"}, {"id": "93", "text": + "input document", "language": "en"}, {"id": "94", "text": "input document", + "language": "en"}, {"id": "95", "text": "input document", "language": "en"}, + {"id": "96", "text": "input document", "language": "en"}, {"id": "97", "text": + "input document", "language": "en"}, {"id": "98", "text": "input document", + "language": "en"}, {"id": "99", "text": "input document", "language": "en"}, + {"id": "100", "text": "input document", "language": "en"}, {"id": "101", "text": + "input document", "language": "en"}, {"id": "102", "text": "input document", + "language": "en"}, {"id": "103", "text": "input document", "language": "en"}, + {"id": "104", "text": "input document", "language": "en"}, {"id": "105", "text": + "input document", "language": "en"}, {"id": "106", "text": "input document", + "language": "en"}, {"id": "107", "text": "input document", "language": "en"}, + {"id": "108", "text": "input document", "language": "en"}, {"id": "109", "text": + "input document", "language": "en"}, {"id": "110", "text": "input document", + "language": "en"}, {"id": "111", "text": "input document", "language": "en"}, + {"id": "112", "text": "input document", "language": "en"}, {"id": "113", "text": + "input document", "language": "en"}, {"id": "114", "text": "input document", + "language": "en"}, {"id": "115", "text": "input document", "language": "en"}, + {"id": "116", "text": "input document", "language": "en"}, {"id": "117", "text": + "input document", "language": "en"}, {"id": "118", "text": "input document", + "language": "en"}, {"id": "119", "text": "input document", "language": "en"}, + {"id": "120", "text": "input document", "language": "en"}, {"id": "121", "text": + "input document", "language": "en"}, {"id": "122", "text": "input document", + "language": "en"}, {"id": "123", "text": "input document", "language": "en"}, + {"id": "124", "text": "input document", "language": "en"}, {"id": "125", "text": + "input document", "language": "en"}, {"id": "126", "text": "input document", + "language": "en"}, {"id": "127", "text": "input document", "language": "en"}, + {"id": "128", "text": "input document", "language": "en"}, {"id": "129", "text": + "input document", "language": "en"}, {"id": "130", "text": "input document", + "language": "en"}, {"id": "131", "text": "input document", "language": "en"}, + {"id": "132", "text": "input document", "language": "en"}, {"id": "133", "text": + "input document", "language": "en"}, {"id": "134", "text": "input document", + "language": "en"}, {"id": "135", "text": "input document", "language": "en"}, + {"id": "136", "text": "input document", "language": "en"}, {"id": "137", "text": + "input document", "language": "en"}, {"id": "138", "text": "input document", + "language": "en"}, {"id": "139", "text": "input document", "language": "en"}, + {"id": "140", "text": "input document", "language": "en"}, {"id": "141", "text": + "input document", "language": "en"}, {"id": "142", "text": "input document", + "language": "en"}, {"id": "143", "text": "input document", "language": "en"}, + {"id": "144", "text": "input document", "language": "en"}, {"id": "145", "text": + "input document", "language": "en"}, {"id": "146", "text": "input document", + "language": "en"}, {"id": "147", "text": "input document", "language": "en"}, + {"id": "148", "text": "input document", "language": "en"}, {"id": "149", "text": + "input document", "language": "en"}, {"id": "150", "text": "input document", + "language": "en"}, {"id": "151", "text": "input document", "language": "en"}, + {"id": "152", "text": "input document", "language": "en"}, {"id": "153", "text": + "input document", "language": "en"}, {"id": "154", "text": "input document", + "language": "en"}, {"id": "155", "text": "input document", "language": "en"}, + {"id": "156", "text": "input document", "language": "en"}, {"id": "157", "text": + "input document", "language": "en"}, {"id": "158", "text": "input document", + "language": "en"}, {"id": "159", "text": "input document", "language": "en"}, + {"id": "160", "text": "input document", "language": "en"}, {"id": "161", "text": + "input document", "language": "en"}, {"id": "162", "text": "input document", + "language": "en"}, {"id": "163", "text": "input document", "language": "en"}, + {"id": "164", "text": "input document", "language": "en"}, {"id": "165", "text": + "input document", "language": "en"}, {"id": "166", "text": "input document", + "language": "en"}, {"id": "167", "text": "input document", "language": "en"}, + {"id": "168", "text": "input document", "language": "en"}, {"id": "169", "text": + "input document", "language": "en"}, {"id": "170", "text": "input document", + "language": "en"}, {"id": "171", "text": "input document", "language": "en"}, + {"id": "172", "text": "input document", "language": "en"}, {"id": "173", "text": + "input document", "language": "en"}, {"id": "174", "text": "input document", + "language": "en"}, {"id": "175", "text": "input document", "language": "en"}, + {"id": "176", "text": "input document", "language": "en"}, {"id": "177", "text": + "input document", "language": "en"}, {"id": "178", "text": "input document", + "language": "en"}, {"id": "179", "text": "input document", "language": "en"}, + {"id": "180", "text": "input document", "language": "en"}, {"id": "181", "text": + "input document", "language": "en"}, {"id": "182", "text": "input document", + "language": "en"}, {"id": "183", "text": "input document", "language": "en"}, + {"id": "184", "text": "input document", "language": "en"}, {"id": "185", "text": + "input document", "language": "en"}, {"id": "186", "text": "input document", + "language": "en"}, {"id": "187", "text": "input document", "language": "en"}, + {"id": "188", "text": "input document", "language": "en"}, {"id": "189", "text": + "input document", "language": "en"}, {"id": "190", "text": "input document", + "language": "en"}, {"id": "191", "text": "input document", "language": "en"}, + {"id": "192", "text": "input document", "language": "en"}, {"id": "193", "text": + "input document", "language": "en"}, {"id": "194", "text": "input document", + "language": "en"}, {"id": "195", "text": "input document", "language": "en"}, + {"id": "196", "text": "input document", "language": "en"}, {"id": "197", "text": + "input document", "language": "en"}, {"id": "198", "text": "input document", + "language": "en"}, {"id": "199", "text": "input document", "language": "en"}, + {"id": "200", "text": "input document", "language": "en"}, {"id": "201", "text": + "input document", "language": "en"}, {"id": "202", "text": "input document", + "language": "en"}, {"id": "203", "text": "input document", "language": "en"}, + {"id": "204", "text": "input document", "language": "en"}, {"id": "205", "text": + "input document", "language": "en"}, {"id": "206", "text": "input document", + "language": "en"}, {"id": "207", "text": "input document", "language": "en"}, + {"id": "208", "text": "input document", "language": "en"}, {"id": "209", "text": + "input document", "language": "en"}, {"id": "210", "text": "input document", + "language": "en"}, {"id": "211", "text": "input document", "language": "en"}, + {"id": "212", "text": "input document", "language": "en"}, {"id": "213", "text": + "input document", "language": "en"}, {"id": "214", "text": "input document", + "language": "en"}, {"id": "215", "text": "input document", "language": "en"}, + {"id": "216", "text": "input document", "language": "en"}, {"id": "217", "text": + "input document", "language": "en"}, {"id": "218", "text": "input document", + "language": "en"}, {"id": "219", "text": "input document", "language": "en"}, + {"id": "220", "text": "input document", "language": "en"}, {"id": "221", "text": + "input document", "language": "en"}, {"id": "222", "text": "input document", + "language": "en"}, {"id": "223", "text": "input document", "language": "en"}, + {"id": "224", "text": "input document", "language": "en"}, {"id": "225", "text": + "input document", "language": "en"}, {"id": "226", "text": "input document", + "language": "en"}, {"id": "227", "text": "input document", "language": "en"}, + {"id": "228", "text": "input document", "language": "en"}, {"id": "229", "text": + "input document", "language": "en"}, {"id": "230", "text": "input document", + "language": "en"}, {"id": "231", "text": "input document", "language": "en"}, + {"id": "232", "text": "input document", "language": "en"}, {"id": "233", "text": + "input document", "language": "en"}, {"id": "234", "text": "input document", + "language": "en"}, {"id": "235", "text": "input document", "language": "en"}, + {"id": "236", "text": "input document", "language": "en"}, {"id": "237", "text": + "input document", "language": "en"}, {"id": "238", "text": "input document", + "language": "en"}, {"id": "239", "text": "input document", "language": "en"}, + {"id": "240", "text": "input document", "language": "en"}, {"id": "241", "text": + "input document", "language": "en"}, {"id": "242", "text": "input document", + "language": "en"}, {"id": "243", "text": "input document", "language": "en"}, + {"id": "244", "text": "input document", "language": "en"}, {"id": "245", "text": + "input document", "language": "en"}, {"id": "246", "text": "input document", + "language": "en"}, {"id": "247", "text": "input document", "language": "en"}, + {"id": "248", "text": "input document", "language": "en"}, {"id": "249", "text": + "input document", "language": "en"}, {"id": "250", "text": "input document", + "language": "en"}, {"id": "251", "text": "input document", "language": "en"}, + {"id": "252", "text": "input document", "language": "en"}, {"id": "253", "text": + "input document", "language": "en"}, {"id": "254", "text": "input document", + "language": "en"}, {"id": "255", "text": "input document", "language": "en"}, + {"id": "256", "text": "input document", "language": "en"}, {"id": "257", "text": + "input document", "language": "en"}, {"id": "258", "text": "input document", + "language": "en"}, {"id": "259", "text": "input document", "language": "en"}, + {"id": "260", "text": "input document", "language": "en"}, {"id": "261", "text": + "input document", "language": "en"}, {"id": "262", "text": "input document", + "language": "en"}, {"id": "263", "text": "input document", "language": "en"}, + {"id": "264", "text": "input document", "language": "en"}, {"id": "265", "text": + "input document", "language": "en"}, {"id": "266", "text": "input document", + "language": "en"}, {"id": "267", "text": "input document", "language": "en"}, + {"id": "268", "text": "input document", "language": "en"}, {"id": "269", "text": + "input document", "language": "en"}, {"id": "270", "text": "input document", + "language": "en"}, {"id": "271", "text": "input document", "language": "en"}, + {"id": "272", "text": "input document", "language": "en"}, {"id": "273", "text": + "input document", "language": "en"}, {"id": "274", "text": "input document", + "language": "en"}, {"id": "275", "text": "input document", "language": "en"}, + {"id": "276", "text": "input document", "language": "en"}, {"id": "277", "text": + "input document", "language": "en"}, {"id": "278", "text": "input document", + "language": "en"}, {"id": "279", "text": "input document", "language": "en"}, + {"id": "280", "text": "input document", "language": "en"}, {"id": "281", "text": + "input document", "language": "en"}, {"id": "282", "text": "input document", + "language": "en"}, {"id": "283", "text": "input document", "language": "en"}, + {"id": "284", "text": "input document", "language": "en"}, {"id": "285", "text": + "input document", "language": "en"}, {"id": "286", "text": "input document", + "language": "en"}, {"id": "287", "text": "input document", "language": "en"}, + {"id": "288", "text": "input document", "language": "en"}, {"id": "289", "text": + "input document", "language": "en"}, {"id": "290", "text": "input document", + "language": "en"}, {"id": "291", "text": "input document", "language": "en"}, + {"id": "292", "text": "input document", "language": "en"}, {"id": "293", "text": + "input document", "language": "en"}, {"id": "294", "text": "input document", + "language": "en"}, {"id": "295", "text": "input document", "language": "en"}, + {"id": "296", "text": "input document", "language": "en"}, {"id": "297", "text": + "input document", "language": "en"}, {"id": "298", "text": "input document", + "language": "en"}, {"id": "299", "text": "input document", "language": "en"}, + {"id": "300", "text": "input document", "language": "en"}, {"id": "301", "text": + "input document", "language": "en"}, {"id": "302", "text": "input document", + "language": "en"}, {"id": "303", "text": "input document", "language": "en"}, + {"id": "304", "text": "input document", "language": "en"}, {"id": "305", "text": + "input document", "language": "en"}, {"id": "306", "text": "input document", + "language": "en"}, {"id": "307", "text": "input document", "language": "en"}, + {"id": "308", "text": "input document", "language": "en"}, {"id": "309", "text": + "input document", "language": "en"}, {"id": "310", "text": "input document", + "language": "en"}, {"id": "311", "text": "input document", "language": "en"}, + {"id": "312", "text": "input document", "language": "en"}, {"id": "313", "text": + "input document", "language": "en"}, {"id": "314", "text": "input document", + "language": "en"}, {"id": "315", "text": "input document", "language": "en"}, + {"id": "316", "text": "input document", "language": "en"}, {"id": "317", "text": + "input document", "language": "en"}, {"id": "318", "text": "input document", + "language": "en"}, {"id": "319", "text": "input document", "language": "en"}, + {"id": "320", "text": "input document", "language": "en"}, {"id": "321", "text": + "input document", "language": "en"}, {"id": "322", "text": "input document", + "language": "en"}, {"id": "323", "text": "input document", "language": "en"}, + {"id": "324", "text": "input document", "language": "en"}, {"id": "325", "text": + "input document", "language": "en"}, {"id": "326", "text": "input document", + "language": "en"}, {"id": "327", "text": "input document", "language": "en"}, + {"id": "328", "text": "input document", "language": "en"}, {"id": "329", "text": + "input document", "language": "en"}, {"id": "330", "text": "input document", + "language": "en"}, {"id": "331", "text": "input document", "language": "en"}, + {"id": "332", "text": "input document", "language": "en"}, {"id": "333", "text": + "input document", "language": "en"}, {"id": "334", "text": "input document", + "language": "en"}, {"id": "335", "text": "input document", "language": "en"}, + {"id": "336", "text": "input document", "language": "en"}, {"id": "337", "text": + "input document", "language": "en"}, {"id": "338", "text": "input document", + "language": "en"}, {"id": "339", "text": "input document", "language": "en"}, + {"id": "340", "text": "input document", "language": "en"}, {"id": "341", "text": + "input document", "language": "en"}, {"id": "342", "text": "input document", + "language": "en"}, {"id": "343", "text": "input document", "language": "en"}, + {"id": "344", "text": "input document", "language": "en"}, {"id": "345", "text": + "input document", "language": "en"}, {"id": "346", "text": "input document", + "language": "en"}, {"id": "347", "text": "input document", "language": "en"}, + {"id": "348", "text": "input document", "language": "en"}, {"id": "349", "text": + "input document", "language": "en"}, {"id": "350", "text": "input document", + "language": "en"}, {"id": "351", "text": "input document", "language": "en"}, + {"id": "352", "text": "input document", "language": "en"}, {"id": "353", "text": + "input document", "language": "en"}, {"id": "354", "text": "input document", + "language": "en"}, {"id": "355", "text": "input document", "language": "en"}, + {"id": "356", "text": "input document", "language": "en"}, {"id": "357", "text": + "input document", "language": "en"}, {"id": "358", "text": "input document", + "language": "en"}, {"id": "359", "text": "input document", "language": "en"}, + {"id": "360", "text": "input document", "language": "en"}, {"id": "361", "text": + "input document", "language": "en"}, {"id": "362", "text": "input document", + "language": "en"}, {"id": "363", "text": "input document", "language": "en"}, + {"id": "364", "text": "input document", "language": "en"}, {"id": "365", "text": + "input document", "language": "en"}, {"id": "366", "text": "input document", + "language": "en"}, {"id": "367", "text": "input document", "language": "en"}, + {"id": "368", "text": "input document", "language": "en"}, {"id": "369", "text": + "input document", "language": "en"}, {"id": "370", "text": "input document", + "language": "en"}, {"id": "371", "text": "input document", "language": "en"}, + {"id": "372", "text": "input document", "language": "en"}, {"id": "373", "text": + "input document", "language": "en"}, {"id": "374", "text": "input document", + "language": "en"}, {"id": "375", "text": "input document", "language": "en"}, + {"id": "376", "text": "input document", "language": "en"}, {"id": "377", "text": + "input document", "language": "en"}, {"id": "378", "text": "input document", + "language": "en"}, {"id": "379", "text": "input document", "language": "en"}, + {"id": "380", "text": "input document", "language": "en"}, {"id": "381", "text": + "input document", "language": "en"}, {"id": "382", "text": "input document", + "language": "en"}, {"id": "383", "text": "input document", "language": "en"}, + {"id": "384", "text": "input document", "language": "en"}, {"id": "385", "text": + "input document", "language": "en"}, {"id": "386", "text": "input document", + "language": "en"}, {"id": "387", "text": "input document", "language": "en"}, + {"id": "388", "text": "input document", "language": "en"}, {"id": "389", "text": + "input document", "language": "en"}, {"id": "390", "text": "input document", + "language": "en"}, {"id": "391", "text": "input document", "language": "en"}, + {"id": "392", "text": "input document", "language": "en"}, {"id": "393", "text": + "input document", "language": "en"}, {"id": "394", "text": "input document", + "language": "en"}, {"id": "395", "text": "input document", "language": "en"}, + {"id": "396", "text": "input document", "language": "en"}, {"id": "397", "text": + "input document", "language": "en"}, {"id": "398", "text": "input document", + "language": "en"}, {"id": "399", "text": "input document", "language": "en"}, + {"id": "400", "text": "input document", "language": "en"}, {"id": "401", "text": + "input document", "language": "en"}, {"id": "402", "text": "input document", + "language": "en"}, {"id": "403", "text": "input document", "language": "en"}, + {"id": "404", "text": "input document", "language": "en"}, {"id": "405", "text": + "input document", "language": "en"}, {"id": "406", "text": "input document", + "language": "en"}, {"id": "407", "text": "input document", "language": "en"}, + {"id": "408", "text": "input document", "language": "en"}, {"id": "409", "text": + "input document", "language": "en"}, {"id": "410", "text": "input document", + "language": "en"}, {"id": "411", "text": "input document", "language": "en"}, + {"id": "412", "text": "input document", "language": "en"}, {"id": "413", "text": + "input document", "language": "en"}, {"id": "414", "text": "input document", + "language": "en"}, {"id": "415", "text": "input document", "language": "en"}, + {"id": "416", "text": "input document", "language": "en"}, {"id": "417", "text": + "input document", "language": "en"}, {"id": "418", "text": "input document", + "language": "en"}, {"id": "419", "text": "input document", "language": "en"}, + {"id": "420", "text": "input document", "language": "en"}, {"id": "421", "text": + "input document", "language": "en"}, {"id": "422", "text": "input document", + "language": "en"}, {"id": "423", "text": "input document", "language": "en"}, + {"id": "424", "text": "input document", "language": "en"}, {"id": "425", "text": + "input document", "language": "en"}, {"id": "426", "text": "input document", + "language": "en"}, {"id": "427", "text": "input document", "language": "en"}, + {"id": "428", "text": "input document", "language": "en"}, {"id": "429", "text": + "input document", "language": "en"}, {"id": "430", "text": "input document", + "language": "en"}, {"id": "431", "text": "input document", "language": "en"}, + {"id": "432", "text": "input document", "language": "en"}, {"id": "433", "text": + "input document", "language": "en"}, {"id": "434", "text": "input document", + "language": "en"}, {"id": "435", "text": "input document", "language": "en"}, + {"id": "436", "text": "input document", "language": "en"}, {"id": "437", "text": + "input document", "language": "en"}, {"id": "438", "text": "input document", + "language": "en"}, {"id": "439", "text": "input document", "language": "en"}, + {"id": "440", "text": "input document", "language": "en"}, {"id": "441", "text": + "input document", "language": "en"}, {"id": "442", "text": "input document", + "language": "en"}, {"id": "443", "text": "input document", "language": "en"}, + {"id": "444", "text": "input document", "language": "en"}, {"id": "445", "text": + "input document", "language": "en"}, {"id": "446", "text": "input document", + "language": "en"}, {"id": "447", "text": "input document", "language": "en"}, + {"id": "448", "text": "input document", "language": "en"}, {"id": "449", "text": + "input document", "language": "en"}, {"id": "450", "text": "input document", + "language": "en"}, {"id": "451", "text": "input document", "language": "en"}, + {"id": "452", "text": "input document", "language": "en"}, {"id": "453", "text": + "input document", "language": "en"}, {"id": "454", "text": "input document", + "language": "en"}, {"id": "455", "text": "input document", "language": "en"}, + {"id": "456", "text": "input document", "language": "en"}, {"id": "457", "text": + "input document", "language": "en"}, {"id": "458", "text": "input document", + "language": "en"}, {"id": "459", "text": "input document", "language": "en"}, + {"id": "460", "text": "input document", "language": "en"}, {"id": "461", "text": + "input document", "language": "en"}, {"id": "462", "text": "input document", + "language": "en"}, {"id": "463", "text": "input document", "language": "en"}, + {"id": "464", "text": "input document", "language": "en"}, {"id": "465", "text": + "input document", "language": "en"}, {"id": "466", "text": "input document", + "language": "en"}, {"id": "467", "text": "input document", "language": "en"}, + {"id": "468", "text": "input document", "language": "en"}, {"id": "469", "text": + "input document", "language": "en"}, {"id": "470", "text": "input document", + "language": "en"}, {"id": "471", "text": "input document", "language": "en"}, + {"id": "472", "text": "input document", "language": "en"}, {"id": "473", "text": + "input document", "language": "en"}, {"id": "474", "text": "input document", + "language": "en"}, {"id": "475", "text": "input document", "language": "en"}, + {"id": "476", "text": "input document", "language": "en"}, {"id": "477", "text": + "input document", "language": "en"}, {"id": "478", "text": "input document", + "language": "en"}, {"id": "479", "text": "input document", "language": "en"}, + {"id": "480", "text": "input document", "language": "en"}, {"id": "481", "text": + "input document", "language": "en"}, {"id": "482", "text": "input document", + "language": "en"}, {"id": "483", "text": "input document", "language": "en"}, + {"id": "484", "text": "input document", "language": "en"}, {"id": "485", "text": + "input document", "language": "en"}, {"id": "486", "text": "input document", + "language": "en"}, {"id": "487", "text": "input document", "language": "en"}, + {"id": "488", "text": "input document", "language": "en"}, {"id": "489", "text": + "input document", "language": "en"}, {"id": "490", "text": "input document", + "language": "en"}, {"id": "491", "text": "input document", "language": "en"}, + {"id": "492", "text": "input document", "language": "en"}, {"id": "493", "text": + "input document", "language": "en"}, {"id": "494", "text": "input document", + "language": "en"}, {"id": "495", "text": "input document", "language": "en"}, + {"id": "496", "text": "input document", "language": "en"}, {"id": "497", "text": + "input document", "language": "en"}, {"id": "498", "text": "input document", + "language": "en"}, {"id": "499", "text": "input document", "language": "en"}, + {"id": "500", "text": "input document", "language": "en"}, {"id": "501", "text": + "input document", "language": "en"}, {"id": "502", "text": "input document", + "language": "en"}, {"id": "503", "text": "input document", "language": "en"}, + {"id": "504", "text": "input document", "language": "en"}, {"id": "505", "text": + "input document", "language": "en"}, {"id": "506", "text": "input document", + "language": "en"}, {"id": "507", "text": "input document", "language": "en"}, + {"id": "508", "text": "input document", "language": "en"}, {"id": "509", "text": + "input document", "language": "en"}, {"id": "510", "text": "input document", + "language": "en"}, {"id": "511", "text": "input document", "language": "en"}, + {"id": "512", "text": "input document", "language": "en"}, {"id": "513", "text": + "input document", "language": "en"}, {"id": "514", "text": "input document", + "language": "en"}, {"id": "515", "text": "input document", "language": "en"}, + {"id": "516", "text": "input document", "language": "en"}, {"id": "517", "text": + "input document", "language": "en"}, {"id": "518", "text": "input document", + "language": "en"}, {"id": "519", "text": "input document", "language": "en"}, + {"id": "520", "text": "input document", "language": "en"}, {"id": "521", "text": + "input document", "language": "en"}, {"id": "522", "text": "input document", + "language": "en"}, {"id": "523", "text": "input document", "language": "en"}, + {"id": "524", "text": "input document", "language": "en"}, {"id": "525", "text": + "input document", "language": "en"}, {"id": "526", "text": "input document", + "language": "en"}, {"id": "527", "text": "input document", "language": "en"}, + {"id": "528", "text": "input document", "language": "en"}, {"id": "529", "text": + "input document", "language": "en"}, {"id": "530", "text": "input document", + "language": "en"}, {"id": "531", "text": "input document", "language": "en"}, + {"id": "532", "text": "input document", "language": "en"}, {"id": "533", "text": + "input document", "language": "en"}, {"id": "534", "text": "input document", + "language": "en"}, {"id": "535", "text": "input document", "language": "en"}, + {"id": "536", "text": "input document", "language": "en"}, {"id": "537", "text": + "input document", "language": "en"}, {"id": "538", "text": "input document", + "language": "en"}, {"id": "539", "text": "input document", "language": "en"}, + {"id": "540", "text": "input document", "language": "en"}, {"id": "541", "text": + "input document", "language": "en"}, {"id": "542", "text": "input document", + "language": "en"}, {"id": "543", "text": "input document", "language": "en"}, + {"id": "544", "text": "input document", "language": "en"}, {"id": "545", "text": + "input document", "language": "en"}, {"id": "546", "text": "input document", + "language": "en"}, {"id": "547", "text": "input document", "language": "en"}, + {"id": "548", "text": "input document", "language": "en"}, {"id": "549", "text": + "input document", "language": "en"}, {"id": "550", "text": "input document", + "language": "en"}, {"id": "551", "text": "input document", "language": "en"}, + {"id": "552", "text": "input document", "language": "en"}, {"id": "553", "text": + "input document", "language": "en"}, {"id": "554", "text": "input document", + "language": "en"}, {"id": "555", "text": "input document", "language": "en"}, + {"id": "556", "text": "input document", "language": "en"}, {"id": "557", "text": + "input document", "language": "en"}, {"id": "558", "text": "input document", + "language": "en"}, {"id": "559", "text": "input document", "language": "en"}, + {"id": "560", "text": "input document", "language": "en"}, {"id": "561", "text": + "input document", "language": "en"}, {"id": "562", "text": "input document", + "language": "en"}, {"id": "563", "text": "input document", "language": "en"}, + {"id": "564", "text": "input document", "language": "en"}, {"id": "565", "text": + "input document", "language": "en"}, {"id": "566", "text": "input document", + "language": "en"}, {"id": "567", "text": "input document", "language": "en"}, + {"id": "568", "text": "input document", "language": "en"}, {"id": "569", "text": + "input document", "language": "en"}, {"id": "570", "text": "input document", + "language": "en"}, {"id": "571", "text": "input document", "language": "en"}, + {"id": "572", "text": "input document", "language": "en"}, {"id": "573", "text": + "input document", "language": "en"}, {"id": "574", "text": "input document", + "language": "en"}, {"id": "575", "text": "input document", "language": "en"}, + {"id": "576", "text": "input document", "language": "en"}, {"id": "577", "text": + "input document", "language": "en"}, {"id": "578", "text": "input document", + "language": "en"}, {"id": "579", "text": "input document", "language": "en"}, + {"id": "580", "text": "input document", "language": "en"}, {"id": "581", "text": + "input document", "language": "en"}, {"id": "582", "text": "input document", + "language": "en"}, {"id": "583", "text": "input document", "language": "en"}, + {"id": "584", "text": "input document", "language": "en"}, {"id": "585", "text": + "input document", "language": "en"}, {"id": "586", "text": "input document", + "language": "en"}, {"id": "587", "text": "input document", "language": "en"}, + {"id": "588", "text": "input document", "language": "en"}, {"id": "589", "text": + "input document", "language": "en"}, {"id": "590", "text": "input document", + "language": "en"}, {"id": "591", "text": "input document", "language": "en"}, + {"id": "592", "text": "input document", "language": "en"}, {"id": "593", "text": + "input document", "language": "en"}, {"id": "594", "text": "input document", + "language": "en"}, {"id": "595", "text": "input document", "language": "en"}, + {"id": "596", "text": "input document", "language": "en"}, {"id": "597", "text": + "input document", "language": "en"}, {"id": "598", "text": "input document", + "language": "en"}, {"id": "599", "text": "input document", "language": "en"}, + {"id": "600", "text": "input document", "language": "en"}, {"id": "601", "text": + "input document", "language": "en"}, {"id": "602", "text": "input document", + "language": "en"}, {"id": "603", "text": "input document", "language": "en"}, + {"id": "604", "text": "input document", "language": "en"}, {"id": "605", "text": + "input document", "language": "en"}, {"id": "606", "text": "input document", + "language": "en"}, {"id": "607", "text": "input document", "language": "en"}, + {"id": "608", "text": "input document", "language": "en"}, {"id": "609", "text": + "input document", "language": "en"}, {"id": "610", "text": "input document", + "language": "en"}, {"id": "611", "text": "input document", "language": "en"}, + {"id": "612", "text": "input document", "language": "en"}, {"id": "613", "text": + "input document", "language": "en"}, {"id": "614", "text": "input document", + "language": "en"}, {"id": "615", "text": "input document", "language": "en"}, + {"id": "616", "text": "input document", "language": "en"}, {"id": "617", "text": + "input document", "language": "en"}, {"id": "618", "text": "input document", + "language": "en"}, {"id": "619", "text": "input document", "language": "en"}, + {"id": "620", "text": "input document", "language": "en"}, {"id": "621", "text": + "input document", "language": "en"}, {"id": "622", "text": "input document", + "language": "en"}, {"id": "623", "text": "input document", "language": "en"}, + {"id": "624", "text": "input document", "language": "en"}, {"id": "625", "text": + "input document", "language": "en"}, {"id": "626", "text": "input document", + "language": "en"}, {"id": "627", "text": "input document", "language": "en"}, + {"id": "628", "text": "input document", "language": "en"}, {"id": "629", "text": + "input document", "language": "en"}, {"id": "630", "text": "input document", + "language": "en"}, {"id": "631", "text": "input document", "language": "en"}, + {"id": "632", "text": "input document", "language": "en"}, {"id": "633", "text": + "input document", "language": "en"}, {"id": "634", "text": "input document", + "language": "en"}, {"id": "635", "text": "input document", "language": "en"}, + {"id": "636", "text": "input document", "language": "en"}, {"id": "637", "text": + "input document", "language": "en"}, {"id": "638", "text": "input document", + "language": "en"}, {"id": "639", "text": "input document", "language": "en"}, + {"id": "640", "text": "input document", "language": "en"}, {"id": "641", "text": + "input document", "language": "en"}, {"id": "642", "text": "input document", + "language": "en"}, {"id": "643", "text": "input document", "language": "en"}, + {"id": "644", "text": "input document", "language": "en"}, {"id": "645", "text": + "input document", "language": "en"}, {"id": "646", "text": "input document", + "language": "en"}, {"id": "647", "text": "input document", "language": "en"}, + {"id": "648", "text": "input document", "language": "en"}, {"id": "649", "text": + "input document", "language": "en"}, {"id": "650", "text": "input document", + "language": "en"}, {"id": "651", "text": "input document", "language": "en"}, + {"id": "652", "text": "input document", "language": "en"}, {"id": "653", "text": + "input document", "language": "en"}, {"id": "654", "text": "input document", + "language": "en"}, {"id": "655", "text": "input document", "language": "en"}, + {"id": "656", "text": "input document", "language": "en"}, {"id": "657", "text": + "input document", "language": "en"}, {"id": "658", "text": "input document", + "language": "en"}, {"id": "659", "text": "input document", "language": "en"}, + {"id": "660", "text": "input document", "language": "en"}, {"id": "661", "text": + "input document", "language": "en"}, {"id": "662", "text": "input document", + "language": "en"}, {"id": "663", "text": "input document", "language": "en"}, + {"id": "664", "text": "input document", "language": "en"}, {"id": "665", "text": + "input document", "language": "en"}, {"id": "666", "text": "input document", + "language": "en"}, {"id": "667", "text": "input document", "language": "en"}, + {"id": "668", "text": "input document", "language": "en"}, {"id": "669", "text": + "input document", "language": "en"}, {"id": "670", "text": "input document", + "language": "en"}, {"id": "671", "text": "input document", "language": "en"}, + {"id": "672", "text": "input document", "language": "en"}, {"id": "673", "text": + "input document", "language": "en"}, {"id": "674", "text": "input document", + "language": "en"}, {"id": "675", "text": "input document", "language": "en"}, + {"id": "676", "text": "input document", "language": "en"}, {"id": "677", "text": + "input document", "language": "en"}, {"id": "678", "text": "input document", + "language": "en"}, {"id": "679", "text": "input document", "language": "en"}, + {"id": "680", "text": "input document", "language": "en"}, {"id": "681", "text": + "input document", "language": "en"}, {"id": "682", "text": "input document", + "language": "en"}, {"id": "683", "text": "input document", "language": "en"}, + {"id": "684", "text": "input document", "language": "en"}, {"id": "685", "text": + "input document", "language": "en"}, {"id": "686", "text": "input document", + "language": "en"}, {"id": "687", "text": "input document", "language": "en"}, + {"id": "688", "text": "input document", "language": "en"}, {"id": "689", "text": + "input document", "language": "en"}, {"id": "690", "text": "input document", + "language": "en"}, {"id": "691", "text": "input document", "language": "en"}, + {"id": "692", "text": "input document", "language": "en"}, {"id": "693", "text": + "input document", "language": "en"}, {"id": "694", "text": "input document", + "language": "en"}, {"id": "695", "text": "input document", "language": "en"}, + {"id": "696", "text": "input document", "language": "en"}, {"id": "697", "text": + "input document", "language": "en"}, {"id": "698", "text": "input document", + "language": "en"}, {"id": "699", "text": "input document", "language": "en"}, + {"id": "700", "text": "input document", "language": "en"}, {"id": "701", "text": + "input document", "language": "en"}, {"id": "702", "text": "input document", + "language": "en"}, {"id": "703", "text": "input document", "language": "en"}, + {"id": "704", "text": "input document", "language": "en"}, {"id": "705", "text": + "input document", "language": "en"}, {"id": "706", "text": "input document", + "language": "en"}, {"id": "707", "text": "input document", "language": "en"}, + {"id": "708", "text": "input document", "language": "en"}, {"id": "709", "text": + "input document", "language": "en"}, {"id": "710", "text": "input document", + "language": "en"}, {"id": "711", "text": "input document", "language": "en"}, + {"id": "712", "text": "input document", "language": "en"}, {"id": "713", "text": + "input document", "language": "en"}, {"id": "714", "text": "input document", + "language": "en"}, {"id": "715", "text": "input document", "language": "en"}, + {"id": "716", "text": "input document", "language": "en"}, {"id": "717", "text": + "input document", "language": "en"}, {"id": "718", "text": "input document", + "language": "en"}, {"id": "719", "text": "input document", "language": "en"}, + {"id": "720", "text": "input document", "language": "en"}, {"id": "721", "text": + "input document", "language": "en"}, {"id": "722", "text": "input document", + "language": "en"}, {"id": "723", "text": "input document", "language": "en"}, + {"id": "724", "text": "input document", "language": "en"}, {"id": "725", "text": + "input document", "language": "en"}, {"id": "726", "text": "input document", + "language": "en"}, {"id": "727", "text": "input document", "language": "en"}, + {"id": "728", "text": "input document", "language": "en"}, {"id": "729", "text": + "input document", "language": "en"}, {"id": "730", "text": "input document", + "language": "en"}, {"id": "731", "text": "input document", "language": "en"}, + {"id": "732", "text": "input document", "language": "en"}, {"id": "733", "text": + "input document", "language": "en"}, {"id": "734", "text": "input document", + "language": "en"}, {"id": "735", "text": "input document", "language": "en"}, + {"id": "736", "text": "input document", "language": "en"}, {"id": "737", "text": + "input document", "language": "en"}, {"id": "738", "text": "input document", + "language": "en"}, {"id": "739", "text": "input document", "language": "en"}, + {"id": "740", "text": "input document", "language": "en"}, {"id": "741", "text": + "input document", "language": "en"}, {"id": "742", "text": "input document", + "language": "en"}, {"id": "743", "text": "input document", "language": "en"}, + {"id": "744", "text": "input document", "language": "en"}, {"id": "745", "text": + "input document", "language": "en"}, {"id": "746", "text": "input document", + "language": "en"}, {"id": "747", "text": "input document", "language": "en"}, + {"id": "748", "text": "input document", "language": "en"}, {"id": "749", "text": + "input document", "language": "en"}, {"id": "750", "text": "input document", + "language": "en"}, {"id": "751", "text": "input document", "language": "en"}, + {"id": "752", "text": "input document", "language": "en"}, {"id": "753", "text": + "input document", "language": "en"}, {"id": "754", "text": "input document", + "language": "en"}, {"id": "755", "text": "input document", "language": "en"}, + {"id": "756", "text": "input document", "language": "en"}, {"id": "757", "text": + "input document", "language": "en"}, {"id": "758", "text": "input document", + "language": "en"}, {"id": "759", "text": "input document", "language": "en"}, + {"id": "760", "text": "input document", "language": "en"}, {"id": "761", "text": + "input document", "language": "en"}, {"id": "762", "text": "input document", + "language": "en"}, {"id": "763", "text": "input document", "language": "en"}, + {"id": "764", "text": "input document", "language": "en"}, {"id": "765", "text": + "input document", "language": "en"}, {"id": "766", "text": "input document", + "language": "en"}, {"id": "767", "text": "input document", "language": "en"}, + {"id": "768", "text": "input document", "language": "en"}, {"id": "769", "text": + "input document", "language": "en"}, {"id": "770", "text": "input document", + "language": "en"}, {"id": "771", "text": "input document", "language": "en"}, + {"id": "772", "text": "input document", "language": "en"}, {"id": "773", "text": + "input document", "language": "en"}, {"id": "774", "text": "input document", + "language": "en"}, {"id": "775", "text": "input document", "language": "en"}, + {"id": "776", "text": "input document", "language": "en"}, {"id": "777", "text": + "input document", "language": "en"}, {"id": "778", "text": "input document", + "language": "en"}, {"id": "779", "text": "input document", "language": "en"}, + {"id": "780", "text": "input document", "language": "en"}, {"id": "781", "text": + "input document", "language": "en"}, {"id": "782", "text": "input document", + "language": "en"}, {"id": "783", "text": "input document", "language": "en"}, + {"id": "784", "text": "input document", "language": "en"}, {"id": "785", "text": + "input document", "language": "en"}, {"id": "786", "text": "input document", + "language": "en"}, {"id": "787", "text": "input document", "language": "en"}, + {"id": "788", "text": "input document", "language": "en"}, {"id": "789", "text": + "input document", "language": "en"}, {"id": "790", "text": "input document", + "language": "en"}, {"id": "791", "text": "input document", "language": "en"}, + {"id": "792", "text": "input document", "language": "en"}, {"id": "793", "text": + "input document", "language": "en"}, {"id": "794", "text": "input document", + "language": "en"}, {"id": "795", "text": "input document", "language": "en"}, + {"id": "796", "text": "input document", "language": "en"}, {"id": "797", "text": + "input document", "language": "en"}, {"id": "798", "text": "input document", + "language": "en"}, {"id": "799", "text": "input document", "language": "en"}, + {"id": "800", "text": "input document", "language": "en"}, {"id": "801", "text": + "input document", "language": "en"}, {"id": "802", "text": "input document", + "language": "en"}, {"id": "803", "text": "input document", "language": "en"}, + {"id": "804", "text": "input document", "language": "en"}, {"id": "805", "text": + "input document", "language": "en"}, {"id": "806", "text": "input document", + "language": "en"}, {"id": "807", "text": "input document", "language": "en"}, + {"id": "808", "text": "input document", "language": "en"}, {"id": "809", "text": + "input document", "language": "en"}, {"id": "810", "text": "input document", + "language": "en"}, {"id": "811", "text": "input document", "language": "en"}, + {"id": "812", "text": "input document", "language": "en"}, {"id": "813", "text": + "input document", "language": "en"}, {"id": "814", "text": "input document", + "language": "en"}, {"id": "815", "text": "input document", "language": "en"}, + {"id": "816", "text": "input document", "language": "en"}, {"id": "817", "text": + "input document", "language": "en"}, {"id": "818", "text": "input document", + "language": "en"}, {"id": "819", "text": "input document", "language": "en"}, + {"id": "820", "text": "input document", "language": "en"}, {"id": "821", "text": + "input document", "language": "en"}, {"id": "822", "text": "input document", + "language": "en"}, {"id": "823", "text": "input document", "language": "en"}, + {"id": "824", "text": "input document", "language": "en"}, {"id": "825", "text": + "input document", "language": "en"}, {"id": "826", "text": "input document", + "language": "en"}, {"id": "827", "text": "input document", "language": "en"}, + {"id": "828", "text": "input document", "language": "en"}, {"id": "829", "text": + "input document", "language": "en"}, {"id": "830", "text": "input document", + "language": "en"}, {"id": "831", "text": "input document", "language": "en"}, + {"id": "832", "text": "input document", "language": "en"}, {"id": "833", "text": + "input document", "language": "en"}, {"id": "834", "text": "input document", + "language": "en"}, {"id": "835", "text": "input document", "language": "en"}, + {"id": "836", "text": "input document", "language": "en"}, {"id": "837", "text": + "input document", "language": "en"}, {"id": "838", "text": "input document", + "language": "en"}, {"id": "839", "text": "input document", "language": "en"}, + {"id": "840", "text": "input document", "language": "en"}, {"id": "841", "text": + "input document", "language": "en"}, {"id": "842", "text": "input document", + "language": "en"}, {"id": "843", "text": "input document", "language": "en"}, + {"id": "844", "text": "input document", "language": "en"}, {"id": "845", "text": + "input document", "language": "en"}, {"id": "846", "text": "input document", + "language": "en"}, {"id": "847", "text": "input document", "language": "en"}, + {"id": "848", "text": "input document", "language": "en"}, {"id": "849", "text": + "input document", "language": "en"}, {"id": "850", "text": "input document", + "language": "en"}, {"id": "851", "text": "input document", "language": "en"}, + {"id": "852", "text": "input document", "language": "en"}, {"id": "853", "text": + "input document", "language": "en"}, {"id": "854", "text": "input document", + "language": "en"}, {"id": "855", "text": "input document", "language": "en"}, + {"id": "856", "text": "input document", "language": "en"}, {"id": "857", "text": + "input document", "language": "en"}, {"id": "858", "text": "input document", + "language": "en"}, {"id": "859", "text": "input document", "language": "en"}, + {"id": "860", "text": "input document", "language": "en"}, {"id": "861", "text": + "input document", "language": "en"}, {"id": "862", "text": "input document", + "language": "en"}, {"id": "863", "text": "input document", "language": "en"}, + {"id": "864", "text": "input document", "language": "en"}, {"id": "865", "text": + "input document", "language": "en"}, {"id": "866", "text": "input document", + "language": "en"}, {"id": "867", "text": "input document", "language": "en"}, + {"id": "868", "text": "input document", "language": "en"}, {"id": "869", "text": + "input document", "language": "en"}, {"id": "870", "text": "input document", + "language": "en"}, {"id": "871", "text": "input document", "language": "en"}, + {"id": "872", "text": "input document", "language": "en"}, {"id": "873", "text": + "input document", "language": "en"}, {"id": "874", "text": "input document", + "language": "en"}, {"id": "875", "text": "input document", "language": "en"}, + {"id": "876", "text": "input document", "language": "en"}, {"id": "877", "text": + "input document", "language": "en"}, {"id": "878", "text": "input document", + "language": "en"}, {"id": "879", "text": "input document", "language": "en"}, + {"id": "880", "text": "input document", "language": "en"}, {"id": "881", "text": + "input document", "language": "en"}, {"id": "882", "text": "input document", + "language": "en"}, {"id": "883", "text": "input document", "language": "en"}, + {"id": "884", "text": "input document", "language": "en"}, {"id": "885", "text": + "input document", "language": "en"}, {"id": "886", "text": "input document", + "language": "en"}, {"id": "887", "text": "input document", "language": "en"}, + {"id": "888", "text": "input document", "language": "en"}, {"id": "889", "text": + "input document", "language": "en"}, {"id": "890", "text": "input document", + "language": "en"}, {"id": "891", "text": "input document", "language": "en"}, + {"id": "892", "text": "input document", "language": "en"}, {"id": "893", "text": + "input document", "language": "en"}, {"id": "894", "text": "input document", + "language": "en"}, {"id": "895", "text": "input document", "language": "en"}, + {"id": "896", "text": "input document", "language": "en"}, {"id": "897", "text": + "input document", "language": "en"}, {"id": "898", "text": "input document", + "language": "en"}, {"id": "899", "text": "input document", "language": "en"}, + {"id": "900", "text": "input document", "language": "en"}, {"id": "901", "text": + "input document", "language": "en"}, {"id": "902", "text": "input document", + "language": "en"}, {"id": "903", "text": "input document", "language": "en"}, + {"id": "904", "text": "input document", "language": "en"}, {"id": "905", "text": + "input document", "language": "en"}, {"id": "906", "text": "input document", + "language": "en"}, {"id": "907", "text": "input document", "language": "en"}, + {"id": "908", "text": "input document", "language": "en"}, {"id": "909", "text": + "input document", "language": "en"}, {"id": "910", "text": "input document", + "language": "en"}, {"id": "911", "text": "input document", "language": "en"}, + {"id": "912", "text": "input document", "language": "en"}, {"id": "913", "text": + "input document", "language": "en"}, {"id": "914", "text": "input document", + "language": "en"}, {"id": "915", "text": "input document", "language": "en"}, + {"id": "916", "text": "input document", "language": "en"}, {"id": "917", "text": + "input document", "language": "en"}, {"id": "918", "text": "input document", + "language": "en"}, {"id": "919", "text": "input document", "language": "en"}, + {"id": "920", "text": "input document", "language": "en"}, {"id": "921", "text": + "input document", "language": "en"}, {"id": "922", "text": "input document", + "language": "en"}, {"id": "923", "text": "input document", "language": "en"}, + {"id": "924", "text": "input document", "language": "en"}, {"id": "925", "text": + "input document", "language": "en"}, {"id": "926", "text": "input document", + "language": "en"}, {"id": "927", "text": "input document", "language": "en"}, + {"id": "928", "text": "input document", "language": "en"}, {"id": "929", "text": + "input document", "language": "en"}, {"id": "930", "text": "input document", + "language": "en"}, {"id": "931", "text": "input document", "language": "en"}, + {"id": "932", "text": "input document", "language": "en"}, {"id": "933", "text": + "input document", "language": "en"}, {"id": "934", "text": "input document", + "language": "en"}, {"id": "935", "text": "input document", "language": "en"}, + {"id": "936", "text": "input document", "language": "en"}, {"id": "937", "text": + "input document", "language": "en"}, {"id": "938", "text": "input document", + "language": "en"}, {"id": "939", "text": "input document", "language": "en"}, + {"id": "940", "text": "input document", "language": "en"}, {"id": "941", "text": + "input document", "language": "en"}, {"id": "942", "text": "input document", + "language": "en"}, {"id": "943", "text": "input document", "language": "en"}, + {"id": "944", "text": "input document", "language": "en"}, {"id": "945", "text": + "input document", "language": "en"}, {"id": "946", "text": "input document", + "language": "en"}, {"id": "947", "text": "input document", "language": "en"}, + {"id": "948", "text": "input document", "language": "en"}, {"id": "949", "text": + "input document", "language": "en"}, {"id": "950", "text": "input document", + "language": "en"}, {"id": "951", "text": "input document", "language": "en"}, + {"id": "952", "text": "input document", "language": "en"}, {"id": "953", "text": + "input document", "language": "en"}, {"id": "954", "text": "input document", + "language": "en"}, {"id": "955", "text": "input document", "language": "en"}, + {"id": "956", "text": "input document", "language": "en"}, {"id": "957", "text": + "input document", "language": "en"}, {"id": "958", "text": "input document", + "language": "en"}, {"id": "959", "text": "input document", "language": "en"}, + {"id": "960", "text": "input document", "language": "en"}, {"id": "961", "text": + "input document", "language": "en"}, {"id": "962", "text": "input document", + "language": "en"}, {"id": "963", "text": "input document", "language": "en"}, + {"id": "964", "text": "input document", "language": "en"}, {"id": "965", "text": + "input document", "language": "en"}, {"id": "966", "text": "input document", + "language": "en"}, {"id": "967", "text": "input document", "language": "en"}, + {"id": "968", "text": "input document", "language": "en"}, {"id": "969", "text": + "input document", "language": "en"}, {"id": "970", "text": "input document", + "language": "en"}, {"id": "971", "text": "input document", "language": "en"}, + {"id": "972", "text": "input document", "language": "en"}, {"id": "973", "text": + "input document", "language": "en"}, {"id": "974", "text": "input document", + "language": "en"}, {"id": "975", "text": "input document", "language": "en"}, + {"id": "976", "text": "input document", "language": "en"}, {"id": "977", "text": + "input document", "language": "en"}, {"id": "978", "text": "input document", + "language": "en"}, {"id": "979", "text": "input document", "language": "en"}, + {"id": "980", "text": "input document", "language": "en"}, {"id": "981", "text": + "input document", "language": "en"}, {"id": "982", "text": "input document", + "language": "en"}, {"id": "983", "text": "input document", "language": "en"}, + {"id": "984", "text": "input document", "language": "en"}, {"id": "985", "text": + "input document", "language": "en"}, {"id": "986", "text": "input document", + "language": "en"}, {"id": "987", "text": "input document", "language": "en"}, + {"id": "988", "text": "input document", "language": "en"}, {"id": "989", "text": + "input document", "language": "en"}, {"id": "990", "text": "input document", + "language": "en"}, {"id": "991", "text": "input document", "language": "en"}, + {"id": "992", "text": "input document", "language": "en"}, {"id": "993", "text": + "input document", "language": "en"}, {"id": "994", "text": "input document", + "language": "en"}, {"id": "995", "text": "input document", "language": "en"}, + {"id": "996", "text": "input document", "language": "en"}, {"id": "997", "text": + "input document", "language": "en"}, {"id": "998", "text": "input document", + "language": "en"}, {"id": "999", "text": "input document", "language": "en"}, + {"id": "1000", "text": "input document", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '58965' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch + request contains too many records. Max 10 records are permitted."}}}' + headers: + apim-request-id: c5076481-6064-49b6-b2d0-5b6e61fcdb32 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:00:48 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '12' + status: + code: 400 + message: Bad Request + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_user_agent.yaml new file mode 100644 index 000000000000..3d3ea26e32c2 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_user_agent.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 32548671-ab6b-451f-8f56-ccd980c91eb4 + date: Sat, 14 Nov 2020 01:00:49 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e314912f-791d-43f7-b4af-a34f19233b53 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '120' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e314912f-791d-43f7-b4af-a34f19233b53 + response: + body: + string: '{"jobId":"e314912f-791d-43f7-b4af-a34f19233b53","lastUpdateDateTime":"2020-11-14T01:00:51Z","createdDateTime":"2020-11-14T01:00:49Z","expirationDateTime":"2020-11-15T01:00:49Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 13238ca4-9e24-404f-947d-88ebba4d5884 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:01:19 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '97' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e314912f-791d-43f7-b4af-a34f19233b53 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_dont_use_language_hint.yaml new file mode 100644 index 000000000000..4b1d3461f723 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_dont_use_language_hint.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This was the best day of my life.", + "language": ""}, {"id": "1", "text": "I did not like the hotel we stayed at. + It was too expensive.", "language": ""}, {"id": "2", "text": "The restaurant + was not as good as I hoped.", "language": ""}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '273' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 4b512225-454b-459b-9d9c-7be3b34ed4fe + date: Sat, 14 Nov 2020 01:01:20 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/675dc864-19f6-40bb-bdc5-ad18c71242fd + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '100' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/675dc864-19f6-40bb-bdc5-ad18c71242fd + response: + body: + string: '{"jobId":"675dc864-19f6-40bb-bdc5-ad18c71242fd","lastUpdateDateTime":"2020-11-14T01:01:21Z","createdDateTime":"2020-11-14T01:01:20Z","expirationDateTime":"2020-11-15T01:01:20Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: e259b633-1af9-4ca7-941e-608b65b02bec + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:01:51 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '68' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/675dc864-19f6-40bb-bdc5-ad18c71242fd +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint.yaml new file mode 100644 index 000000000000..13a25d89741c --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "0", "text": "This was the best day of my life.", + "language": "en"}, {"id": "1", "text": "I did not like the hotel we stayed at. + It was too expensive.", "language": "en"}, {"id": "2", "text": "The restaurant + was not as good as I hoped.", "language": "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '279' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 3d4303bf-d242-4e09-b5be-fe7b2d83c38a + date: Sat, 14 Nov 2020 01:01:52 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a8e2dbd4-3d36-41f2-a49b-fe999b8dffba + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '118' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a8e2dbd4-3d36-41f2-a49b-fe999b8dffba + response: + body: + string: '{"jobId":"a8e2dbd4-3d36-41f2-a49b-fe999b8dffba","lastUpdateDateTime":"2020-11-14T01:01:53Z","createdDateTime":"2020-11-14T01:01:52Z","expirationDateTime":"2020-11-15T01:01:52Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: c77b8adb-c2f7-4d01-94a9-d781ff0e636f + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:02:23 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '195' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a8e2dbd4-3d36-41f2-a49b-fe999b8dffba +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_input.yaml new file mode 100644 index 000000000000..4ad5fa327839 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_input.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + "en"}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '240' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 78b6c2df-41a9-4ecd-b874-82493b9f0ee1 + date: Sat, 14 Nov 2020 01:02:24 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/f6666231-2f0c-430b-9043-98977d05f21a + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '137' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/f6666231-2f0c-430b-9043-98977d05f21a + response: + body: + string: '{"jobId":"f6666231-2f0c-430b-9043-98977d05f21a","lastUpdateDateTime":"2020-11-14T01:02:26Z","createdDateTime":"2020-11-14T01:02:24Z","expirationDateTime":"2020-11-15T01:02:24Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 6cd40be2-8ea5-44a4-bd57-3dbd6d3d623a + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:02:55 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '110' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/f6666231-2f0c-430b-9043-98977d05f21a +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml new file mode 100644 index 000000000000..7ce0f62cbc39 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": + ""}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": + ""}, {"id": "3", "text": "The restaurant had really good food.", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '236' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: fb2d4121-7d58-4712-ae12-2a033e21702e + date: Sat, 14 Nov 2020 01:02:56 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/29ede5ce-fdac-4a43-96e1-ad022e842703 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '97' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/29ede5ce-fdac-4a43-96e1-ad022e842703 + response: + body: + string: '{"jobId":"29ede5ce-fdac-4a43-96e1-ad022e842703","lastUpdateDateTime":"2020-11-14T01:02:57Z","createdDateTime":"2020-11-14T01:02:56Z","expirationDateTime":"2020-11-15T01:02:56Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 2855ced4-2bbc-4068-9995-89f7f5bca2ce + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:03:26 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '56' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/29ede5ce-fdac-4a43-96e1-ad022e842703 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_input.yaml new file mode 100644 index 000000000000..d9308c3805a5 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_input.yaml @@ -0,0 +1,55 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I should take my cat to the veterinarian.", + "language": "en"}, {"id": "4", "text": "Este es un document escrito en Espa\u00f1ol.", + "language": "en"}, {"id": "3", "text": "\u732b\u306f\u5e78\u305b", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '253' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 53c6628f-db47-45cf-9a7a-18cc44bc9ad1 + date: Sat, 14 Nov 2020 01:03:27 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/366c2e9b-b552-450c-ba09-1973ea396115 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '114' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/366c2e9b-b552-450c-ba09-1973ea396115 + response: + body: + string: '{"jobId":"366c2e9b-b552-450c-ba09-1973ea396115","lastUpdateDateTime":"2020-11-14T01:03:31Z","createdDateTime":"2020-11-14T01:03:28Z","expirationDateTime":"2020-11-15T01:03:28Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":17,"length":3,"text":"cat","category":"TreatmentName","confidenceScore":0.74,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0280589"},{"dataSource":"CHV","id":"0000027342"},{"dataSource":"NCI","id":"C10277"},{"dataSource":"PDQ","id":"CDR0000040974"}]},{"offset":28,"length":12,"text":"veterinarian","category":"HealthcareProfession","confidenceScore":0.99,"isNegated":false}],"relations":[],"warnings":[]},{"id":"4","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: d281a96a-41c1-48ac-8124-54a3a1f22299 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:03:58 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '125' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/366c2e9b-b552-450c-ba09-1973ea396115 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml new file mode 100644 index 000000000000..2a0af87fcb30 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -0,0 +1,54 @@ +interactions: +- request: + body: '{"documents": [{"id": "1", "text": "I should take my cat to the veterinarian.", + "language": "en"}, {"id": "2", "text": "\u732b\u306f\u5e78\u305b", "language": + "en"}]}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '166' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: POST + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + response: + body: + string: '' + headers: + apim-request-id: 949606ed-bb25-4777-a785-751c1d91bb22 + date: Sat, 14 Nov 2020 01:03:59 GMT + operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/624faee6-1f10-47cc-8142-1cb12c179847 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '102' + status: + code: 202 + message: Accepted + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + method: GET + uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/624faee6-1f10-47cc-8142-1cb12c179847 + response: + body: + string: '{"jobId":"624faee6-1f10-47cc-8142-1cb12c179847","lastUpdateDateTime":"2020-11-14T01:04:01Z","createdDateTime":"2020-11-14T01:04:00Z","expirationDateTime":"2020-11-15T01:04:00Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":17,"length":3,"text":"cat","category":"TreatmentName","confidenceScore":0.74,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0280589"},{"dataSource":"CHV","id":"0000027342"},{"dataSource":"NCI","id":"C10277"},{"dataSource":"PDQ","id":"CDR0000040974"}]},{"offset":28,"length":12,"text":"veterinarian","category":"HealthcareProfession","confidenceScore":0.99,"isNegated":false}],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: d161b6a7-ed49-460a-a68a-63397f738336 + content-type: application/json; charset=utf-8 + date: Sat, 14 Nov 2020 01:04:31 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '85' + status: + code: 200 + message: OK + url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/624faee6-1f10-47cc-8142-1cb12c179847 +version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py new file mode 100644 index 000000000000..aba22c87575a --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py @@ -0,0 +1,1265 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + +import os +import pytest +import platform +import functools +import itertools + +from azure.core.exceptions import HttpResponseError, ClientAuthenticationError +from azure.core.credentials import AzureKeyCredential +from testcase import TextAnalyticsTest, GlobalTextAnalyticsAccountPreparer +from testcase import TextAnalyticsClientPreparer as _TextAnalyticsClientPreparer +from azure.ai.textanalytics import ( + TextAnalyticsClient, + EntitiesRecognitionTask, + PiiEntitiesRecognitionTask, + KeyPhraseExtractionTask, + TextDocumentInput, + VERSION, + TextAnalyticsApiVersion, +) + +# pre-apply the client_cls positional argument so it needn't be explicitly passed below +TextAnalyticsClientPreparer = functools.partial(_TextAnalyticsClientPreparer, TextAnalyticsClient) + + +class TestAnalyze(TextAnalyticsTest): + + def _interval(self): + return None if self.is_live else 0 + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_no_single_input(self, client): + with self.assertRaises(TypeError): + response = client.begin_analyze("hello world", polling_interval=self._interval()) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_all_successful_passing_dict_key_phrase_task(self, client): + docs = [{"id": "1", "language": "en", "text": "Microsoft was founded by Bill Gates and Paul Allen"}, + {"id": "2", "language": "es", "text": "Microsoft fue fundado por Bill Gates y Paul Allen"}] + + response = client.begin_analyze( + docs, + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + show_stats=True, + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].key_phrase_extraction_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 2) + + for phrases in results: + self.assertIn("Paul Allen", phrases.key_phrases) + self.assertIn("Bill Gates", phrases.key_phrases) + self.assertIn("Microsoft", phrases.key_phrases) + self.assertIsNotNone(phrases.id) + #self.assertIsNotNone(phrases.statistics) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_all_successful_passing_dict_entities_task(self, client): + docs = [{"id": "1", "language": "en", "text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975."}, + {"id": "2", "language": "es", "text": "Microsoft fue fundado por Bill Gates y Paul Allen el 4 de abril de 1975."}, + {"id": "3", "language": "de", "text": "Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegründet."}] + + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + show_stats=True, + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + for doc in results: + self.assertEqual(len(doc.entities), 4) + self.assertIsNotNone(doc.id) + # self.assertIsNotNone(doc.statistics) + for entity in doc.entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_all_successful_passing_dict_pii_entities_task(self, client): + + docs = [{"id": "1", "text": "My SSN is 859-98-0987."}, + {"id": "2", "text": "Your ABA number - 111000025 - is the first 9 digits in the lower left hand corner of your personal check."}, + {"id": "3", "text": "Is 998.214.865-68 your Brazilian CPF number?"}] + + response = client.begin_analyze( + docs, + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + show_stats=True, + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].pii_entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + self.assertEqual(results[0].entities[0].text, "859-98-0987") + self.assertEqual(results[0].entities[0].category, "U.S. Social Security Number (SSN)") + self.assertEqual(results[1].entities[0].text, "111000025") + # self.assertEqual(results[1].entities[0].category, "ABA Routing Number") # Service is currently returning PhoneNumber here + self.assertEqual(results[2].entities[0].text, "998.214.865-68") + self.assertEqual(results[2].entities[0].category, "Brazil CPF Number") + for doc in results: + self.assertIsNotNone(doc.id) + # self.assertIsNotNone(doc.statistics) + for entity in doc.entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_all_successful_passing_text_document_input_key_phrase_task(self, client): + docs = [ + TextDocumentInput(id="1", text="Microsoft was founded by Bill Gates and Paul Allen", language="en"), + TextDocumentInput(id="2", text="Microsoft fue fundado por Bill Gates y Paul Allen", language="es") + ] + + response = client.begin_analyze( + docs, + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + key_phrase_task_results = results_pages[0].key_phrase_extraction_results + self.assertEqual(len(key_phrase_task_results), 1) + + results = key_phrase_task_results[0].results + self.assertEqual(len(results), 2) + + for phrases in results: + self.assertIn("Paul Allen", phrases.key_phrases) + self.assertIn("Bill Gates", phrases.key_phrases) + self.assertIn("Microsoft", phrases.key_phrases) + self.assertIsNotNone(phrases.id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_all_successful_passing_text_document_input_entities_task(self, client): + docs = [ + TextDocumentInput(id="1", text="Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975.", language="en"), + TextDocumentInput(id="2", text="Microsoft fue fundado por Bill Gates y Paul Allen el 4 de abril de 1975.", language="es"), + TextDocumentInput(id="3", text="Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegründet.", language="de") + ] + + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + for doc in results: + self.assertEqual(len(doc.entities), 4) + self.assertIsNotNone(doc.id) + for entity in doc.entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_all_successful_passing_text_document_input_pii_entities_task(self, client): + docs = [ + TextDocumentInput(id="1", text="My SSN is 859-98-0987."), + TextDocumentInput(id="2", text="Your ABA number - 111000025 - is the first 9 digits in the lower left hand corner of your personal check."), + TextDocumentInput(id="3", text="Is 998.214.865-68 your Brazilian CPF number?") + ] + + response = client.begin_analyze( + docs, + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].pii_entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + self.assertEqual(results[0].entities[0].text, "859-98-0987") + self.assertEqual(results[0].entities[0].category, "U.S. Social Security Number (SSN)") + self.assertEqual(results[1].entities[0].text, "111000025") + # self.assertEqual(results[1].entities[0].category, "ABA Routing Number") # Service is currently returning PhoneNumber here + self.assertEqual(results[2].entities[0].text, "998.214.865-68") + self.assertEqual(results[2].entities[0].category, "Brazil CPF Number") + for doc in results: + self.assertIsNotNone(doc.id) + for entity in doc.entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_passing_only_string_key_phrase_task(self, client): + docs = [ + u"Microsoft was founded by Bill Gates and Paul Allen", + u"Microsoft fue fundado por Bill Gates y Paul Allen" + ] + + response = client.begin_analyze( + docs, + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + key_phrase_task_results = results_pages[0].key_phrase_extraction_results + self.assertEqual(len(key_phrase_task_results), 1) + + results = key_phrase_task_results[0].results + self.assertEqual(len(results), 2) + + self.assertIn("Paul Allen", results[0].key_phrases) + self.assertIn("Bill Gates", results[0].key_phrases) + self.assertIn("Microsoft", results[0].key_phrases) + self.assertIsNotNone(results[0].id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_request_on_empty_document(self, client): + docs = [u""] + + with self.assertRaises(HttpResponseError): + response = client.begin_analyze( + docs, + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + polling_interval=self._interval(), + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_passing_only_string_entities_task(self, client): + docs = [ + u"Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975.", + u"Microsoft fue fundado por Bill Gates y Paul Allen el 4 de abril de 1975.", + u"Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegründet." + ] + + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + self.assertEqual(len(results[0].entities), 4) + self.assertIsNotNone(results[0].id) + for entity in results[0].entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_passing_only_string_pii_entities_task(self, client): + docs = [ + u"My SSN is 859-98-0987.", + u"Your ABA number - 111000025 - is the first 9 digits in the lower left hand corner of your personal check.", + u"Is 998.214.865-68 your Brazilian CPF number?" + ] + + response = client.begin_analyze( + docs, + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].pii_entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + self.assertEqual(results[0].entities[0].text, "859-98-0987") + self.assertEqual(results[0].entities[0].category, "U.S. Social Security Number (SSN)") + self.assertEqual(results[1].entities[0].text, "111000025") + # self.assertEqual(results[1].entities[0].category, "ABA Routing Number") # Service is currently returning PhoneNumber here + self.assertEqual(results[2].entities[0].text, "998.214.865-68") + self.assertEqual(results[2].entities[0].category, "Brazil CPF Number") + + for i in range(3): + self.assertIsNotNone(results[i].id) + for entity in results[i].entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_payload_too_large(self, client): + pass # TODO: verify payload size limit + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_document_warnings(self, client): + # TODO: reproduce a warnings scenario for implementation + pass + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_output_same_order_as_input_multiple_tasks(self, client): + docs = [ + TextDocumentInput(id="1", text="one"), + TextDocumentInput(id="2", text="two"), + TextDocumentInput(id="3", text="three"), + TextDocumentInput(id="4", text="four"), + TextDocumentInput(id="5", text="five") + ] + + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 5) + + for idx, doc in enumerate(results): + self.assertEqual(str(idx + 1), doc.id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": "", + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_empty_credential_class(self, client): + with self.assertRaises(ClientAuthenticationError): + response = client.begin_analyze( + ["This is written in English."], + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": "xxxxxxxxxxxx", + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_credentials(self, client): + with self.assertRaises(ClientAuthenticationError): + response = client.begin_analyze( + ["This is written in English."], + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_document_input(self, client): + docs = "This is the wrong type" + + with self.assertRaises(TypeError): + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_mixing_inputs(self, client): + docs = [ + {"id": "1", "text": "Microsoft was founded by Bill Gates and Paul Allen."}, + TextDocumentInput(id="2", text="I did not like the hotel we stayed at. It was too expensive."), + u"You cannot mix string input with the above inputs" + ] + with self.assertRaises(TypeError): + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_out_of_order_ids_multiple_tasks(self, client): + docs = [{"id": "56", "text": ":)"}, + {"id": "0", "text": ":("}, + {"id": "19", "text": ":P"}, + {"id": "1", "text": ":D"}] + + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="bad")], # at this moment this should cause all documents to be errors, which isn't correct behavior but I'm using it here to test document ordering with errors. :) + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + in_order = ["56", "0", "19", "1"] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), len(docs)) + + for idx, resp in enumerate(results): + self.assertEqual(resp.id, in_order[idx]) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_show_stats_and_model_version_multiple_tasks(self, client): + docs = [{"id": "56", "text": ":)"}, + {"id": "0", "text": ":("}, + {"id": "19", "text": ":P"}, + {"id": "1", "text": ":D"}] + + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="latest")], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask(model_version="latest")], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask(model_version="latest")], + show_stats=True, + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), len(docs)) + + # self.assertEqual(results.statistics.document_count, 5) + # self.assertEqual(results.statistics.transaction_count, 4) + # self.assertEqual(results.statistics.valid_document_count, 4) + # self.assertEqual(results.statistics.erroneous_document_count, 1) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint(self, client): + docs = [ + u"This was the best day of my life.", + u"I did not like the hotel we stayed at. It was too expensive.", + u"The restaurant was not as good as I hoped." + ] + + response = list(client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(response[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_dont_use_language_hint(self, client): + docs = [ + u"This was the best day of my life.", + u"I did not like the hotel we stayed at. It was too expensive.", + u"The restaurant was not as good as I hoped." + ] + + response = list(client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="", + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(response[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_per_item_dont_use_language_hint(self, client): + docs = [{"id": "1", "language": "", "text": "I will go to the park."}, + {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = list(client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(response[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint_and_obj_input(self, client): + def callback(resp): + language_str = "\"language\": \"de\"" + language = resp.http_request.body.count(language_str) + self.assertEqual(language, 3) + + docs = [ + TextDocumentInput(id="1", text="I should take my cat to the veterinarian."), + TextDocumentInput(id="4", text="Este es un document escrito en Español."), + TextDocumentInput(id="3", text="猫は幸せ"), + ] + + response = list(client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(response[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint_and_dict_input(self, client): + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = list(client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(response[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint_and_obj_per_item_hints(self, client): + docs = [ + TextDocumentInput(id="1", text="I should take my cat to the veterinarian.", language="en"), + TextDocumentInput(id="2", text="Este es un document escrito en Español.", language="en"), + TextDocumentInput(id="3", text="猫は幸せ"), + ] + + response = list(client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval(), + ).result()) + + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(response[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): + docs = [{"id": "1", "language": "en", "text": "I will go to the park."}, + {"id": "2", "language": "en", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = list(client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(response[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com", + "default_language": "en" + }) + def test_client_passed_default_language_hint(self, client): + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = list(client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + tasks = getattr(response[0], task_type) # only expecting a single page of results here + self.assertEqual(len(tasks), 1) + self.assertEqual(len(tasks[0].results), 3) + + for r in tasks[0].results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_invalid_language_hint_method(self, client): + response = list(client.begin_analyze( + ["This should fail because we're passing in an invalid language hint"], + language="notalanguage", + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + tasks = getattr(response[0], task_type) # only expecting a single page of results here + self.assertEqual(len(tasks), 1) + + for r in tasks[0].results: + self.assertTrue(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_invalid_language_hint_docs(self, client): + response = list(client.begin_analyze( + [{"id": "1", "language": "notalanguage", "text": "This should fail because we're passing in an invalid language hint"}], + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result()) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + tasks = getattr(response[0], task_type) # only expecting a single page of results here + self.assertEqual(len(tasks), 1) + + for r in tasks[0].results: + self.assertTrue(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + def test_rotate_subscription_key(self, resource_group, location, text_analytics_account, text_analytics_account_key): + text_analytics_account = "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + if self.is_live: + text_analytics_account_key = os.environ.get('AZURE_TEXT_ANALYTICS_KEY') + + credential = AzureKeyCredential(text_analytics_account_key) + client = TextAnalyticsClient(text_analytics_account, credential, api_version=TextAnalyticsApiVersion.V3_1_PREVIEW_3) + + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + self.assertIsNotNone(response) + + credential.update("xxx") # Make authentication fail + with self.assertRaises(ClientAuthenticationError): + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + credential.update(text_analytics_account_key) # Authenticate successfully again + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + self.assertIsNotNone(response) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_user_agent(self, client): + def callback(resp): + self.assertIn("azsdk-python-ai-textanalytics/{} Python/{} ({})".format( + VERSION, platform.python_version(), platform.platform()), + resp.http_request.headers["User-Agent"] + ) + + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + poller = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ) + + self.assertIn("azsdk-python-ai-textanalytics/{} Python/{} ({})".format( + VERSION, platform.python_version(), platform.platform()), + poller._polling_method._initial_response.http_request.headers["User-Agent"] + ) + + poller.result() # need to call this before tearDown runs even though we don't need the response for the test. + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_empty_document_failure(self, client): + docs = [{"id": "1", "text": ""}] + + with self.assertRaises(HttpResponseError): + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + polling_interval=self._interval(), + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_model_version_error_single_task(self, client): # TODO: verify behavior of service + docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] + + with self.assertRaises(HttpResponseError): + result = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="bad")], + polling_interval=self._interval(), + ).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_model_version_error_multiple_tasks(self, client): # TODO: verify behavior of service + docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] + + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="latest")], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask(model_version="bad")], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask(model_version="bad")], + polling_interval=self._interval(), + ).result() + + results_pages = list(response) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + tasks = getattr(results_pages[0], task_type) # only expecting a single page of results here + self.assertEqual(len(tasks), 1) + + for r in tasks[0].results: + self.assertTrue(r.is_error) # This is not the optimal way to represent this failure. We are discussing a solution with the service team. + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_model_version_error_all_tasks(self, client): # TODO: verify behavior of service + docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] + + with self.assertRaises(HttpResponseError): + response = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="bad")], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask(model_version="bad")], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask(model_version="bad")], + polling_interval=self._interval(), + ).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_not_passing_list_for_docs(self, client): + docs = {"id": "1", "text": "hello world"} + with pytest.raises(TypeError) as excinfo: + client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ) + assert "Input documents cannot be a dict" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_missing_input_records_error(self, client): + docs = [] + with pytest.raises(ValueError) as excinfo: + client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ) + assert "Input documents can not be empty or None" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_passing_none_docs(self, client): + with pytest.raises(ValueError) as excinfo: + client.begin_analyze(None) + assert "Input documents can not be empty or None" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_duplicate_ids_error(self, client): # TODO: verify behavior of service + # Duplicate Ids + docs = [{"id": "1", "text": "hello world"}, + {"id": "1", "text": "I did not like the hotel we stayed at."}] + + with self.assertRaises(HttpResponseError): + result = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_pass_cls(self, client): + def callback(pipeline_response, deserialized, _): + return "cls result" + res = client.begin_analyze( + documents=["Test passing cls to endpoint"], + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + cls=callback, + polling_interval=self._interval(), + ).result() + assert res == "cls result" + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_multiple_pages_of_results_returned_successfully(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 25)))] # max number of documents is 25 + + result = client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + show_stats=True, + polling_interval=self._interval(), + ).result() + + pages = list(result) + self.assertEqual(len(pages), 2) # default page size is 20 + + # self.assertIsNotNone(result.statistics) # statistics not working at the moment, but a bug has been filed on the service to correct this. + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + expected_results_per_page = [20, 5] + + for idx, page in enumerate(pages): + for task_type in task_types: + task_results = getattr(page, task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), expected_results_per_page[idx]) + + for doc in results: + self.assertFalse(doc.is_error) + #self.assertIsNotNone(doc.statistics) + + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_too_many_documents(self, client): + docs = list(itertools.repeat("input document", 26)) # Maximum number of documents per request is 25 + + with pytest.raises(HttpResponseError) as excinfo: + client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval(), + ) + assert excinfo.value.status_code == 400 + + + + diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py new file mode 100644 index 000000000000..6953b2254a3d --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py @@ -0,0 +1,1421 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + +import os +import pytest +import platform +import functools +import itertools + +from azure.core.exceptions import HttpResponseError, ClientAuthenticationError +from azure.core.pipeline.transport import AioHttpTransport +from azure.core.credentials import AzureKeyCredential +from multidict import CIMultiDict, CIMultiDictProxy +from testcase import GlobalTextAnalyticsAccountPreparer +from testcase import TextAnalyticsClientPreparer as _TextAnalyticsClientPreparer +from asynctestcase import AsyncTextAnalyticsTest +from azure.ai.textanalytics.aio import TextAnalyticsClient +from azure.ai.textanalytics import ( + TextDocumentInput, + VERSION, + TextAnalyticsApiVersion, + EntitiesRecognitionTask, + PiiEntitiesRecognitionTask, + KeyPhraseExtractionTask +) + +# pre-apply the client_cls positional argument so it needn't be explicitly passed below +TextAnalyticsClientPreparer = functools.partial(_TextAnalyticsClientPreparer, TextAnalyticsClient) + + +class AiohttpTestTransport(AioHttpTransport): + """Workaround to vcrpy bug: https://github.com/kevin1024/vcrpy/pull/461 + """ + + async def send(self, request, **config): + response = await super(AiohttpTestTransport, self).send(request, **config) + if not isinstance(response.headers, CIMultiDictProxy): + response.headers = CIMultiDictProxy(CIMultiDict(response.internal_response.headers)) + response.content_type = response.headers.get("content-type") + return response + + +class TestAnalyzeAsync(AsyncTextAnalyticsTest): + + def _interval(self): + return None if self.is_live else 0 + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_no_single_input(self, client): + with self.assertRaises(TypeError): + response = await client.begin_analyze("hello world", polling_interval=self._interval()) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_all_successful_passing_dict_key_phrase_task(self, client): + docs = [{"id": "1", "language": "en", "text": "Microsoft was founded by Bill Gates and Paul Allen"}, + {"id": "2", "language": "es", "text": "Microsoft fue fundado por Bill Gates y Paul Allen"}] + + async with client: + response = await (await client.begin_analyze( + docs, + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + show_stats=True, + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].key_phrase_extraction_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 2) + + for phrases in results: + self.assertIn("Paul Allen", phrases.key_phrases) + self.assertIn("Bill Gates", phrases.key_phrases) + self.assertIn("Microsoft", phrases.key_phrases) + self.assertIsNotNone(phrases.id) + # self.assertIsNotNone(phrases.statistics) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_all_successful_passing_dict_entities_task(self, client): + docs = [ + {"id": "1", "language": "en", + "text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975."}, + {"id": "2", "language": "es", + "text": "Microsoft fue fundado por Bill Gates y Paul Allen el 4 de abril de 1975."}, + {"id": "3", "language": "de", + "text": "Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegründet."}] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + show_stats=True, + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + for doc in results: + self.assertEqual(len(doc.entities), 4) + self.assertIsNotNone(doc.id) + # self.assertIsNotNone(doc.statistics) + for entity in doc.entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_all_successful_passing_dict_pii_entities_task(self, client): + + docs = [{"id": "1", "text": "My SSN is 859-98-0987."}, + {"id": "2", + "text": "Your ABA number - 111000025 - is the first 9 digits in the lower left hand corner of your personal check."}, + {"id": "3", "text": "Is 998.214.865-68 your Brazilian CPF number?"}] + + async with client: + response = await (await client.begin_analyze( + docs, + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + show_stats=True, + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].pii_entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + self.assertEqual(results[0].entities[0].text, "859-98-0987") + self.assertEqual(results[0].entities[0].category, "U.S. Social Security Number (SSN)") + self.assertEqual(results[1].entities[0].text, "111000025") + # self.assertEqual(results[1].entities[0].category, "ABA Routing Number") # Service is currently returning PhoneNumber here + self.assertEqual(results[2].entities[0].text, "998.214.865-68") + self.assertEqual(results[2].entities[0].category, "Brazil CPF Number") + for doc in results: + self.assertIsNotNone(doc.id) + # self.assertIsNotNone(doc.statistics) + for entity in doc.entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_all_successful_passing_text_document_input_key_phrase_task(self, client): + docs = [ + TextDocumentInput(id="1", text="Microsoft was founded by Bill Gates and Paul Allen", language="en"), + TextDocumentInput(id="2", text="Microsoft fue fundado por Bill Gates y Paul Allen", language="es") + ] + + async with client: + response = await (await client.begin_analyze( + docs, + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + key_phrase_task_results = results_pages[0].key_phrase_extraction_results + self.assertEqual(len(key_phrase_task_results), 1) + + results = key_phrase_task_results[0].results + self.assertEqual(len(results), 2) + + for phrases in results: + self.assertIn("Paul Allen", phrases.key_phrases) + self.assertIn("Bill Gates", phrases.key_phrases) + self.assertIn("Microsoft", phrases.key_phrases) + self.assertIsNotNone(phrases.id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_all_successful_passing_text_document_input_entities_task(self, client): + docs = [ + TextDocumentInput(id="1", text="Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975.", + language="en"), + TextDocumentInput(id="2", text="Microsoft fue fundado por Bill Gates y Paul Allen el 4 de abril de 1975.", + language="es"), + TextDocumentInput(id="3", text="Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegründet.", + language="de") + ] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + for doc in results: + self.assertEqual(len(doc.entities), 4) + self.assertIsNotNone(doc.id) + for entity in doc.entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_all_successful_passing_text_document_input_pii_entities_task(self, client): + docs = [ + TextDocumentInput(id="1", text="My SSN is 859-98-0987."), + TextDocumentInput(id="2", + text="Your ABA number - 111000025 - is the first 9 digits in the lower left hand corner of your personal check."), + TextDocumentInput(id="3", text="Is 998.214.865-68 your Brazilian CPF number?") + ] + + async with client: + response = await (await client.begin_analyze( + docs, + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].pii_entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + self.assertEqual(results[0].entities[0].text, "859-98-0987") + self.assertEqual(results[0].entities[0].category, "U.S. Social Security Number (SSN)") + self.assertEqual(results[1].entities[0].text, "111000025") + # self.assertEqual(results[1].entities[0].category, "ABA Routing Number") # Service is currently returning PhoneNumber here + self.assertEqual(results[2].entities[0].text, "998.214.865-68") + self.assertEqual(results[2].entities[0].category, "Brazil CPF Number") + for doc in results: + self.assertIsNotNone(doc.id) + for entity in doc.entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_passing_only_string_key_phrase_task(self, client): + docs = [ + u"Microsoft was founded by Bill Gates and Paul Allen", + u"Microsoft fue fundado por Bill Gates y Paul Allen" + ] + + async with client: + response = await (await client.begin_analyze( + docs, + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + key_phrase_task_results = results_pages[0].key_phrase_extraction_results + self.assertEqual(len(key_phrase_task_results), 1) + + results = key_phrase_task_results[0].results + self.assertEqual(len(results), 2) + + self.assertIn("Paul Allen", results[0].key_phrases) + self.assertIn("Bill Gates", results[0].key_phrases) + self.assertIn("Microsoft", results[0].key_phrases) + self.assertIsNotNone(results[0].id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_request_on_empty_document(self, client): + docs = [u""] + + with self.assertRaises(HttpResponseError): + async with client: + response = await (await client.begin_analyze( + docs, + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + polling_interval=self._interval() + )).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_passing_only_string_entities_task(self, client): + docs = [ + u"Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975.", + u"Microsoft fue fundado por Bill Gates y Paul Allen el 4 de abril de 1975.", + u"Microsoft wurde am 4. April 1975 von Bill Gates und Paul Allen gegründet." + ] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + self.assertEqual(len(results[0].entities), 4) + self.assertIsNotNone(results[0].id) + for entity in results[0].entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_passing_only_string_pii_entities_task(self, client): + docs = [ + u"My SSN is 859-98-0987.", + u"Your ABA number - 111000025 - is the first 9 digits in the lower left hand corner of your personal check.", + u"Is 998.214.865-68 your Brazilian CPF number?" + ] + + async with client: + response = await (await client.begin_analyze( + docs, + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_results = results_pages[0].pii_entities_recognition_results + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 3) + + self.assertEqual(results[0].entities[0].text, "859-98-0987") + self.assertEqual(results[0].entities[0].category, "U.S. Social Security Number (SSN)") + self.assertEqual(results[1].entities[0].text, "111000025") + # self.assertEqual(results[1].entities[0].category, "ABA Routing Number") # Service is currently returning PhoneNumber here + self.assertEqual(results[2].entities[0].text, "998.214.865-68") + self.assertEqual(results[2].entities[0].category, "Brazil CPF Number") + + for i in range(3): + self.assertIsNotNone(results[i].id) + for entity in results[i].entities: + self.assertIsNotNone(entity.text) + self.assertIsNotNone(entity.category) + self.assertIsNotNone(entity.offset) + self.assertIsNotNone(entity.confidence_score) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_output_same_order_as_input_multiple_tasks(self, client): + docs = [ + TextDocumentInput(id="1", text="one"), + TextDocumentInput(id="2", text="two"), + TextDocumentInput(id="3", text="three"), + TextDocumentInput(id="4", text="four"), + TextDocumentInput(id="5", text="five") + ] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), 5) + + for idx, doc in enumerate(results): + self.assertEqual(str(idx + 1), doc.id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": "", + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_empty_credential_class(self, client): + with self.assertRaises(ClientAuthenticationError): + async with client: + response = await client.begin_analyze( + ["This is written in English."], + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": "xxxxxxxxxxxx", + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_credentials(self, client): + with self.assertRaises(ClientAuthenticationError): + async with client: + response = await client.begin_analyze( + ["This is written in English."], + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_document_input(self, client): + docs = "This is the wrong type" + + with self.assertRaises(TypeError): + async with client: + response = await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_mixing_inputs(self, client): + docs = [ + {"id": "1", "text": "Microsoft was founded by Bill Gates and Paul Allen."}, + TextDocumentInput(id="2", text="I did not like the hotel we stayed at. It was too expensive."), + u"You cannot mix string input with the above inputs" + ] + with self.assertRaises(TypeError): + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_out_of_order_ids_multiple_tasks(self, client): + docs = [{"id": "56", "text": ":)"}, + {"id": "0", "text": ":("}, + {"id": "19", "text": ":P"}, + {"id": "1", "text": ":D"}] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="bad")], + # at this moment this should cause all documents to be errors, which isn't correct behavior but I'm using it here to test document ordering with errors. :) + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + in_order = ["56", "0", "19", "1"] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), len(docs)) + + for idx, resp in enumerate(results): + self.assertEqual(resp.id, in_order[idx]) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_show_stats_and_model_version_multiple_tasks(self, client): + docs = [{"id": "56", "text": ":)"}, + {"id": "0", "text": ":("}, + {"id": "19", "text": ":P"}, + {"id": "1", "text": ":D"}] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="latest")], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask(model_version="latest")], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask(model_version="latest")], + show_stats=True, + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), len(docs)) + + # self.assertEqual(results.statistics.document_count, 5) + # self.assertEqual(results.statistics.transaction_count, 4) + # self.assertEqual(results.statistics.valid_document_count, 4) + # self.assertEqual(results.statistics.erroneous_document_count, 1) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint(self, client): + docs = [ + u"This was the best day of my life.", + u"I did not like the hotel we stayed at. It was too expensive.", + u"The restaurant was not as good as I hoped." + ] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_dont_use_language_hint(self, client): + docs = [ + u"This was the best day of my life.", + u"I did not like the hotel we stayed at. It was too expensive.", + u"The restaurant was not as good as I hoped." + ] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="", + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_per_item_dont_use_language_hint(self, client): + docs = [{"id": "1", "language": "", "text": "I will go to the park."}, + {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint_and_obj_input(self, client): + async def callback(resp): + language_str = "\"language\": \"de\"" + language = resp.http_request.body.count(language_str) + self.assertEqual(language, 3) + + docs = [ + TextDocumentInput(id="1", text="I should take my cat to the veterinarian."), + TextDocumentInput(id="4", text="Este es un document escrito en Español."), + TextDocumentInput(id="3", text="猫は幸せ"), + ] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint_and_dict_input(self, client): + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint_and_obj_per_item_hints(self, client): + docs = [ + TextDocumentInput(id="1", text="I should take my cat to the veterinarian.", language="en"), + TextDocumentInput(id="2", text="Este es un document escrito en Español.", language="en"), + TextDocumentInput(id="3", text="猫は幸せ"), + ] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): + docs = [{"id": "1", "language": "en", "text": "I will go to the park."}, + {"id": "2", "language": "en", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + language="en", + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + task_results = getattr(results_pages[0], task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + for r in results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com", + "default_language": "en" + }) + async def test_client_passed_default_language_hint(self, client): + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + tasks = getattr(results_pages[0], task_type) + self.assertEqual(len(tasks), 1) + self.assertEqual(len(tasks[0].results), 3) + + for r in tasks[0].results: + self.assertFalse(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_invalid_language_hint_method(self, client): + async with client: + response = await (await client.begin_analyze( + ["This should fail because we're passing in an invalid language hint"], + language="notalanguage", + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + tasks = getattr(results_pages[0], task_type) + self.assertEqual(len(tasks), 1) + + for r in tasks[0].results: + self.assertTrue(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_invalid_language_hint_docs(self, client): + async with client: + response = await (await client.begin_analyze( + [{"id": "1", "language": "notalanguage", + "text": "This should fail because we're passing in an invalid language hint"}], + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + tasks = getattr(results_pages[0], task_type) + self.assertEqual(len(tasks), 1) + + for r in tasks[0].results: + self.assertTrue(r.is_error) + + @GlobalTextAnalyticsAccountPreparer() + async def test_rotate_subscription_key(self, resource_group, location, text_analytics_account, + text_analytics_account_key): + text_analytics_account = "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + if self.is_live: + text_analytics_account_key = os.environ.get('AZURE_TEXT_ANALYTICS_KEY') + + credential = AzureKeyCredential(text_analytics_account_key) + client = TextAnalyticsClient(text_analytics_account, credential, api_version=TextAnalyticsApiVersion.V3_1_PREVIEW_3) + + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + self.assertIsNotNone(response) + + credential.update("xxx") # Make authentication fail + with self.assertRaises(ClientAuthenticationError): + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + credential.update(text_analytics_account_key) # Authenticate successfully again + response = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + self.assertIsNotNone(response) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_user_agent(self, client): + async def callback(resp): + self.assertIn("azsdk-python-ai-textanalytics/{} Python/{} ({})".format( + VERSION, platform.python_version(), platform.platform()), + resp.http_request.headers["User-Agent"] + ) + + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + poller = await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + ) + + self.assertIn("azsdk-python-ai-textanalytics/{} Python/{} ({})".format( + VERSION, platform.python_version(), platform.platform()), + poller._polling_method._initial_response.http_request.headers["User-Agent"] + ) + + await poller.result() # need to call this before tearDown runs even though we don't need the response for the test. + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_model_version_error_single_task(self, client): # TODO: verify behavior of service + docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] + + with self.assertRaises(HttpResponseError): + async with client: + result = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="bad")], + polling_interval=self._interval() + )).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_model_version_error_multiple_tasks(self, client): # TODO: verify behavior of service + docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] + + async with client: + response = await(await + client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="latest")], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask(model_version="bad")], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask(model_version="bad")], + polling_interval=self._interval() + )).result() + + results_pages = [] + async for p in response: + results_pages.append(p) + + self.assertEqual(len(results_pages), 1) + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + for task_type in task_types: + tasks = getattr(results_pages[0], task_type) # only expecting a single page of results here + self.assertEqual(len(tasks), 1) + + for r in tasks[0].results: + self.assertTrue( + r.is_error) # This is not the optimal way to represent this failure. We are discussing this with the service team. + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_model_version_error_all_tasks(self, client): # TODO: verify behavior of service + docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] + + with self.assertRaises(HttpResponseError): + async with client: + result = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="bad")], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask(model_version="bad")], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask(model_version="bad")], + polling_interval=self._interval() + )).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_not_passing_list_for_docs(self, client): + docs = {"id": "1", "text": "hello world"} + with pytest.raises(TypeError) as excinfo: + async with client: + await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + ) + assert "Input documents cannot be a dict" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_missing_input_records_error(self, client): + docs = [] + with pytest.raises(ValueError) as excinfo: + async with client: + await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + ) + assert "Input documents can not be empty or None" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_passing_none_docs(self, client): + with pytest.raises(ValueError) as excinfo: + async with client: + await client.begin_analyze(None, polling_interval=self._interval()) + assert "Input documents can not be empty or None" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_duplicate_ids_error(self, client): # TODO: verify behavior of service + # Duplicate Ids + docs = [{"id": "1", "text": "hello world"}, + {"id": "1", "text": "I did not like the hotel we stayed at."}] + + with self.assertRaises(HttpResponseError): + async with client: + result = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_pass_cls(self, client): + def callback(pipeline_response, deserialized, _): + return "cls result" + + async with client: + res = await (await client.begin_analyze( + documents=["Test passing cls to endpoint"], + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + cls=callback, + polling_interval=self._interval() + )).result() + assert res == "cls result" + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_multiple_pages_of_results_returned_successfully(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in + enumerate(list(itertools.repeat(single_doc, 25)))] # max number of documents is 25 + + async with client: + result = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + show_stats=True, + polling_interval=self._interval() + )).result() + + pages = [] + async for p in result: + pages.append(p) + + self.assertEqual(len(pages), 2) # default page size is 20 + + # self.assertIsNotNone(result.statistics) # statistics not working at the moment, but a bug has been filed on the service to correct this. + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + expected_results_per_page = [20, 5] + + for idx, page in enumerate(pages): + for task_type in task_types: + task_results = getattr(page, task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), expected_results_per_page[idx]) + + for doc in results: + self.assertFalse(doc.is_error) + # self.assertIsNotNone(doc.statistics) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_multiple_pages_of_results_with_errors_returned_successfully(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in + enumerate(list(itertools.repeat(single_doc, 25)))] # max number of documents is 25 + + async with client: + result = await (await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="bad")], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + )).result() + + pages = [] + async for p in result: + pages.append(p) + self.assertEqual(len(pages), 2) # default page size is 20 + + task_types = [ + "entities_recognition_results", + "key_phrase_extraction_results", + "pii_entities_recognition_results" + ] + + expected_results_per_page = [20, 5] + + for idx, page in enumerate(pages): + for task_type in task_types: + task_results = getattr(page, task_type) + self.assertEqual(len(task_results), 1) + + results = task_results[0].results + self.assertEqual(len(results), expected_results_per_page[idx]) + + for doc in results: + if task_type == "entities_recognition_results": + self.assertTrue(doc.is_error) + else: + self.assertFalse(doc.is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_too_many_documents(self, client): + docs = list(itertools.repeat("input document", 26)) # Maximum number of documents per request is 25 + + with pytest.raises(HttpResponseError) as excinfo: + async with client: + await client.begin_analyze( + docs, + entities_recognition_tasks=[EntitiesRecognitionTask()], + key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], + pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], + polling_interval=self._interval() + ) + assert excinfo.value.status_code == 400 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py new file mode 100644 index 000000000000..d0e3dcf311b2 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py @@ -0,0 +1,752 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + +import os +import pytest +import platform +import functools +import itertools + +from azure.core.exceptions import HttpResponseError, ClientAuthenticationError +from azure.core.credentials import AzureKeyCredential +from testcase import TextAnalyticsTest, GlobalTextAnalyticsAccountPreparer +from testcase import TextAnalyticsClientPreparer as _TextAnalyticsClientPreparer +from azure.ai.textanalytics import ( + TextAnalyticsClient, + TextDocumentInput, + VERSION, + TextAnalyticsApiVersion, +) + +# pre-apply the client_cls positional argument so it needn't be explicitly passed below +TextAnalyticsClientPreparer = functools.partial(_TextAnalyticsClientPreparer, TextAnalyticsClient) + + +class TestHealth(TextAnalyticsTest): + def _interval(self): + return None if self.is_live else 0 + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_no_single_input(self, client): + with self.assertRaises(TypeError): + response = client.begin_analyze_healthcare("hello world").result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_all_successful_passing_dict(self, client): + docs = [{"id": "1", "language": "en", "text": "Patient does not suffer from high blood pressure."}, + {"id": "2", "language": "en", "text": "Prescribed 100mg ibuprofen, taken twice daily."}] + + response = client.begin_analyze_healthcare(docs, show_stats=True, polling_interval=self._interval()).result() + + self.assertIsNotNone(response.statistics) + + for doc in response: + self.assertIsNotNone(doc.id) + self.assertIsNotNone(doc.statistics) + self.assertIsNotNone(doc.entities) + self.assertIsNotNone(doc.relations) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_all_successful_passing_text_document_input(self, client): + docs = [ + TextDocumentInput(id="1", text="Patient does not suffer from high blood pressure."), + TextDocumentInput(id="2", text="Prescribed 100mg ibuprofen, taken twice daily."), + ] + + response = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + + self.assertIsNone(response.statistics) # show_stats=False by default + + for doc in response: + self.assertIsNotNone(doc.id) + self.assertIsNone(doc.statistics) + self.assertIsNotNone(doc.entities) + self.assertIsNotNone(doc.relations) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_passing_only_string(self, client): + docs = [ + u"Patient does not suffer from high blood pressure.", + u"Prescribed 100mg ibuprofen, taken twice daily.", + u"" + ] + + response = list(client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result()) + + for i in range(2): + self.assertIsNotNone(response[i].id) + self.assertIsNone(response[i].statistics) + self.assertIsNotNone(response[i].entities) + self.assertIsNotNone(response[i].relations) + + self.assertTrue(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_input_with_some_errors(self, client): + docs = [{"id": "1", "language": "en", "text": ""}, + {"id": "2", "language": "english", "text": "Patient does not suffer from high blood pressure."}, + {"id": "3", "language": "en", "text": "Prescribed 100mg ibuprofen, taken twice daily."}] + + response = list(client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result()) + self.assertTrue(response[0].is_error) + self.assertTrue(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_input_with_all_errors(self, client): + docs = [{"id": "1", "language": "en", "text": ""}, + {"id": "2", "language": "english", "text": "Patient does not suffer from high blood pressure."}, + {"id": "3", "language": "en", "text": ""}] + + response = list(client.begin_analyze_healthcare(docs).result()) + self.assertTrue(response[0].is_error) + self.assertTrue(response[1].is_error) + self.assertTrue(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_too_many_documents(self, client): + docs = list(itertools.repeat("input document", 11)) # Maximum number of documents per request is 10 + + with pytest.raises(HttpResponseError) as excinfo: + client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + + assert excinfo.value.status_code == 400 + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_payload_too_large(self, client): + large_doc = "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | \ + CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 \ + Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: \ + CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: \ + The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. \ + The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and \ + 50% left main disease , with a strong family history of coronary artery disease with a brother dying at \ + the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. \ + The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities ,\ + but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions \ + in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient's \ + increased symptoms and family history and history left main disease with total occasional of his RCA was referred \ + for revascularization with open heart surgery." + docs = list(itertools.repeat(large_doc, 500)) + + with pytest.raises(HttpResponseError) as excinfo: + client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + assert excinfo.value.status_code == 413 + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_document_warnings(self, client): + # TODO: reproduce a warnings scenario for implementation + docs = [ + {"id": "1", "text": "This won't actually create a warning :'("}, + ] + + result = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + response = list(result) + for doc in response: + doc_warnings = doc.warnings + self.assertEqual(len(doc_warnings), 0) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_output_same_order_as_input(self, client): + docs = [ + TextDocumentInput(id="1", text="one"), + TextDocumentInput(id="2", text="two"), + TextDocumentInput(id="3", text="three"), + TextDocumentInput(id="4", text="four"), + TextDocumentInput(id="5", text="five") + ] + + response = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + + for idx, doc in enumerate(response): + self.assertEqual(str(idx + 1), doc.id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": "", + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_empty_credential_class(self, client): + with self.assertRaises(ClientAuthenticationError): + response = client.begin_analyze_healthcare( + ["This is written in English."], + polling_interval=self._interval() + ).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": "xxxx", + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_credentials(self, client): + with self.assertRaises(ClientAuthenticationError): + response = client.begin_analyze_healthcare( + ["This is written in English."], + polling_interval=self._interval() + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_document_input(self, client): + docs = "This is the wrong type" + + with self.assertRaises(TypeError): + response = client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_mixing_inputs(self, client): + docs = [ + {"id": "1", "text": "Microsoft was founded by Bill Gates and Paul Allen."}, + TextDocumentInput(id="2", text="I did not like the hotel we stayed at. It was too expensive."), + u"You cannot mix string input with the above inputs" + ] + with self.assertRaises(TypeError): + response = client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_out_of_order_ids(self, client): + docs = [{"id": "56", "text": ":)"}, + {"id": "0", "text": ":("}, + {"id": "22", "text": ""}, + {"id": "19", "text": ":P"}, + {"id": "1", "text": ":D"}] + + response = list(client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result()) + expected_order = ["56", "0", "22", "19", "1"] + actual_order = [x.id for x in response] + + for idx, resp in enumerate(response): + self.assertEqual(resp.id, expected_order[idx]) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_show_stats_and_model_version(self, client): + docs = [{"id": "56", "text": ":)"}, + {"id": "0", "text": ":("}, + {"id": "22", "text": ""}, + {"id": "19", "text": ":P"}, + {"id": "1", "text": ":D"}] + + response = client.begin_analyze_healthcare( + docs, + show_stats=True, + model_version="2020-09-03", + polling_interval=self._interval() + ).result() + + self.assertIsNotNone(response) + self.assertIsNotNone(response.model_version) + self.assertEqual("2020-09-03", response.model_version) + self.assertEqual(response.statistics.documents_count, 5) + self.assertEqual(response.statistics.transactions_count, 4) + self.assertEqual(response.statistics.valid_documents_count, 4) + self.assertEqual(response.statistics.erroneous_documents_count, 1) + + for doc in response: + if not doc.is_error: + self.assertIsNotNone(doc.statistics) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint(self, client): + docs = [ + u"This was the best day of my life.", + u"I did not like the hotel we stayed at. It was too expensive.", + u"The restaurant was not as good as I hoped." + ] + + response = list(client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval()).result()) + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_dont_use_language_hint(self, client): + docs = [ + u"This was the best day of my life.", + u"I did not like the hotel we stayed at. It was too expensive.", + u"The restaurant was not as good as I hoped." + ] + + response = list(client.begin_analyze_healthcare(docs, language="", polling_interval=self._interval()).result()) + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_per_item_dont_use_language_hint(self, client): + docs = [{"id": "1", "language": "", "text": "I will go to the park."}, + {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = list(client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result()) + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint_and_obj_input(self, client): + docs = [ + TextDocumentInput(id="1", text="I should take my cat to the veterinarian."), + TextDocumentInput(id="4", text="Este es un document escrito en Español."), + TextDocumentInput(id="3", text="猫は幸せ"), + ] + + response = list(client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval()).result()) + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint_and_dict_input(self, client): + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = list(client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval()).result()) + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint_and_obj_per_item_hints(self, client): + docs = [ + TextDocumentInput(id="1", text="I should take my cat to the veterinarian.", language="en"), + TextDocumentInput(id="2", text="猫は幸せ"), + ] + + response = list(client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval()).result()) + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): + docs = [{"id": "1", "language": "", "text": "I will go to the park."}, + {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = list(client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval()).result()) + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com", + "default_language": "en" + }) + def test_client_passed_default_language_hint(self, client): + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + result = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + response = list(result) + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_invalid_language_hint_method(self, client): + response = list(client.begin_analyze_healthcare( + ["This should fail because we're passing in an invalid language hint"], language="notalanguage", polling_interval=self._interval() + ).result()) + self.assertEqual(response[0].error.code, 'UnsupportedLanguageCode') + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_invalid_language_hint_docs(self, client): + response = list(client.begin_analyze_healthcare( + [{"id": "1", "language": "notalanguage", "text": "This should fail because we're passing in an invalid language hint"}], + polling_interval=self._interval() + ).result()) + self.assertEqual(response[0].error.code, 'UnsupportedLanguageCode') + + @GlobalTextAnalyticsAccountPreparer() + def test_rotate_subscription_key(self, resource_group, location, text_analytics_account, text_analytics_account_key): + text_analytics_account = "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + if self.is_live: + text_analytics_account_key = os.environ.get('AZURE_TEXT_ANALYTICS_KEY') + + credential = AzureKeyCredential(text_analytics_account_key) + client = TextAnalyticsClient(text_analytics_account, credential, api_version=TextAnalyticsApiVersion.V3_1_PREVIEW_3) + + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + response = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + self.assertIsNotNone(response) + + credential.update("xxx") # Make authentication fail + with self.assertRaises(ClientAuthenticationError): + response = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + + credential.update(text_analytics_account_key) # Authenticate successfully again + response = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + self.assertIsNotNone(response) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_user_agent(self, client): # TODO: verify + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + poller = client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + self.assertIn("azsdk-python-ai-textanalytics/{} Python/{} ({})".format( + VERSION, platform.python_version(), platform.platform()), + poller._polling_method._initial_response.http_request.headers["User-Agent"] + ) + + poller.result() # need to call this before tearDown runs even though we don't need the response for the test. + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_document_attribute_error_no_result_attribute(self, client): + docs = [{"id": "1", "text": ""}] + result = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + response = list(result) + + # Attributes on DocumentError + self.assertTrue(response[0].is_error) + self.assertEqual(response[0].id, "1") + self.assertIsNotNone(response[0].error) + + # Result attribute not on DocumentError, custom error message + try: + entities = response[0].entities + except AttributeError as custom_error: + self.assertEqual( + custom_error.args[0], + '\'DocumentError\' object has no attribute \'entities\'. ' + 'The service was unable to process this document:\nDocument Id: 1\nError: ' + 'InvalidDocument - Document text is empty.\n' + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_document_attribute_error_nonexistent_attribute(self, client): + docs = [{"id": "1", "text": ""}] + result = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + response = list(result) + + # Attribute not found on DocumentError or result obj, default behavior/message + try: + health = response[0].attribute_not_on_result_or_error + except AttributeError as default_behavior: + self.assertEqual( + default_behavior.args[0], + '\'DocumentError\' object has no attribute \'attribute_not_on_result_or_error\'' + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_bad_model_version_error(self, client): + docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] + + try: + result = client.begin_analyze_healthcare(docs, model_version="bad", polling_interval=self._interval()).result() + except HttpResponseError as err: + self.assertEqual(err.error.code, "ModelVersionIncorrect") + self.assertIsNotNone(err.error.message) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_document_errors(self, client): + text = "" + for _ in range(5121): + text += "x" + + docs = [{"id": "1", "text": ""}, + {"id": "2", "language": "english", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": text}] + + result = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + doc_errors = list(result) + self.assertEqual(doc_errors[0].error.code, "InvalidDocument") + self.assertIsNotNone(doc_errors[0].error.message) + self.assertEqual(doc_errors[1].error.code, "UnsupportedLanguageCode") + self.assertIsNotNone(doc_errors[1].error.message) + self.assertEqual(doc_errors[2].error.code, "InvalidDocument") + self.assertIsNotNone(doc_errors[2].error.message) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_not_passing_list_for_docs(self, client): + docs = {"id": "1", "text": "hello world"} + with pytest.raises(TypeError) as excinfo: + client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + assert "Input documents cannot be a dict" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_missing_input_records_error(self, client): + docs = [] + with pytest.raises(ValueError) as excinfo: + client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + assert "Input documents can not be empty or None" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_passing_none_docs(self, client): + with pytest.raises(ValueError) as excinfo: + client.begin_analyze_healthcare(None, polling_interval=self._interval()) + assert "Input documents can not be empty or None" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_duplicate_ids_error(self, client): + # Duplicate Ids + docs = [{"id": "1", "text": "hello world"}, + {"id": "1", "text": "I did not like the hotel we stayed at."}] + try: + result = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() + + except HttpResponseError as err: + self.assertEqual(err.error.code, "InvalidDocument") + self.assertIsNotNone(err.error.message) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_pass_cls(self, client): + def callback(pipeline_response, deserialized, _): + return "cls result" + res = client.begin_analyze_healthcare( + documents=["Test passing cls to endpoint"], + cls=callback, + polling_interval=self._interval() + ).result() + assert res == "cls result" + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_multiple_pages_of_results_returned_successfully(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 10)))] + # Service now only accepts 10 documents for a job, and since the current default server-side value + # for records per page is 20, pagination logic will never be activated. This is intended to change + # in the future but for now this test actually won't hit the pagination logic now. + + result = client.begin_analyze_healthcare(docs, show_stats=True, polling_interval=self._interval()).result() + response = list(result) + + self.assertEqual(len(docs), len(response)) + self.assertIsNotNone(result.statistics) + + for (idx, doc) in enumerate(response): + self.assertEqual(docs[idx]["id"], doc.id) + self.assertIsNotNone(doc.statistics) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_multiple_pages_of_results_with_errors_returned_successfully(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 9)))] + docs.append({"id": "9", "text": ""}) + # Service now only accepts 10 documents for a job, and since the current default server-side value + # for records per page is 20, pagination logic will never be activated. This is intended to change + # in the future but for now this test actually won't hit the pagination logic now. + + + result = client.begin_analyze_healthcare(docs, show_stats=True, polling_interval=self._interval()).result() + response = list(result) + + self.assertEqual(len(docs), len(response)) + self.assertIsNotNone(result.statistics) + + for (idx, doc) in enumerate(response): + self.assertEqual(docs[idx]["id"], doc.id) + + if doc.id == "9": + self.assertTrue(doc.is_error) + + else: + self.assertFalse(doc.is_error) + self.assertIsNotNone(doc.statistics) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + def test_cancellation(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 10)))] + + poller = client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + cancellation_result = client.begin_cancel_analyze_healthcare(poller, polling_interval=self._interval()).result() + + self.assertIsNone(cancellation_result) + + poller.wait() + + + diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py new file mode 100644 index 000000000000..22b4d86c3a53 --- /dev/null +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py @@ -0,0 +1,875 @@ +# coding=utf-8 +# ------------------------------------ +# Copyright (c) Microsoft Corporation. +# Licensed under the MIT License. +# ------------------------------------ + +import os +import pytest +import platform +import functools +import itertools + +from azure.core.exceptions import HttpResponseError, ClientAuthenticationError +from azure.core.pipeline.transport import AioHttpTransport +from azure.core.credentials import AzureKeyCredential +from multidict import CIMultiDict, CIMultiDictProxy +from testcase import GlobalTextAnalyticsAccountPreparer +from testcase import TextAnalyticsClientPreparer as _TextAnalyticsClientPreparer +from asynctestcase import AsyncTextAnalyticsTest +from azure.ai.textanalytics.aio import TextAnalyticsClient +from azure.ai.textanalytics import ( + TextDocumentInput, + VERSION, + TextAnalyticsApiVersion, +) + +# pre-apply the client_cls positional argument so it needn't be explicitly passed below +TextAnalyticsClientPreparer = functools.partial(_TextAnalyticsClientPreparer, TextAnalyticsClient) + + +class AiohttpTestTransport(AioHttpTransport): + """Workaround to vcrpy bug: https://github.com/kevin1024/vcrpy/pull/461 + """ + async def send(self, request, **config): + response = await super(AiohttpTestTransport, self).send(request, **config) + if not isinstance(response.headers, CIMultiDictProxy): + response.headers = CIMultiDictProxy(CIMultiDict(response.internal_response.headers)) + response.content_type = response.headers.get("content-type") + return response + +class TestHealth(AsyncTextAnalyticsTest): + def _interval(self): + return None if self.is_live else 0 + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_no_single_input(self, client): + with self.assertRaises(TypeError): + async with client: + response = await (await client.begin_analyze_healthcare("hello world", polling_interval=self._interval())).result() + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_all_successful_passing_dict(self, client): + docs = [{"id": "1", "language": "en", "text": "Patient does not suffer from high blood pressure."}, + {"id": "2", "language": "en", "text": "Prescribed 100mg ibuprofen, taken twice daily."}] + + async with client: + poller = await client.begin_analyze_healthcare(docs, show_stats=True, polling_interval=self._interval()) + response = await poller.result() + + self.assertIsNotNone(response.statistics) + + async for doc in response: + self.assertIsNotNone(doc.id) + self.assertIsNotNone(doc.statistics) + self.assertIsNotNone(doc.entities) + self.assertIsNotNone(doc.relations) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_all_successful_passing_text_document_input(self, client): + docs = [ + TextDocumentInput(id="1", text="Patient does not suffer from high blood pressure."), + TextDocumentInput(id="2", text="Prescribed 100mg ibuprofen, taken twice daily."), + ] + + async with client: + response = await (await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + + self.assertIsNone(response.statistics) # show_stats=False by default + + async for doc in response: + self.assertIsNotNone(doc.id) + self.assertIsNone(doc.statistics) + self.assertIsNotNone(doc.entities) + self.assertIsNotNone(doc.relations) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_passing_only_string(self, client): + docs = [ + u"Patient does not suffer from high blood pressure.", + u"Prescribed 100mg ibuprofen, taken twice daily.", + u"" + ] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + + for i in range(2): + self.assertIsNotNone(response[i].id) + self.assertIsNotNone(response[i].entities) + self.assertIsNotNone(response[i].relations) + + self.assertTrue(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_input_with_some_errors(self, client): + docs = [{"id": "1", "language": "en", "text": ""}, + {"id": "2", "language": "english", "text": "Patient does not suffer from high blood pressure."}, + {"id": "3", "language": "en", "text": "Prescribed 100mg ibuprofen, taken twice daily."}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertTrue(response[0].is_error) + self.assertTrue(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_input_with_all_errors(self, client): + docs = [{"id": "1", "language": "en", "text": ""}, + {"id": "2", "language": "english", "text": "Patient does not suffer from high blood pressure."}, + {"id": "3", "language": "en", "text": ""}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertTrue(response[0].is_error) + self.assertTrue(response[1].is_error) + self.assertTrue(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_too_many_documents(self, client): + docs = list(itertools.repeat("input document", 1001)) # Maximum number of documents per request is 1000 + + with pytest.raises(HttpResponseError) as excinfo: + async with client: + await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + + assert excinfo.value.status_code == 400 + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_payload_too_large(self, client): + large_doc = "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | \ + CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 \ + Report Status: Signed Discharge Date: 4/24/2001 ADMISSION DIAGNOSIS: \ + CORONARY ARTERY DISEASE. HISTORY OF PRESENT ILLNESS: \ + The patient is a 54-year-old gentleman with a history of progressive angina over the past several months. \ + The patient had a cardiac catheterization in July of this year revealing total occlusion of the RCA and \ + 50% left main disease , with a strong family history of coronary artery disease with a brother dying at \ + the age of 52 from a myocardial infarction and another brother who is status post coronary artery bypass grafting. \ + The patient had a stress echocardiogram done on July , 2001 , which showed no wall motion abnormalities ,\ + but this was a difficult study due to body habitus. The patient went for six minutes with minimal ST depressions \ + in the anterior lateral leads , thought due to fatigue and wrist pain , his anginal equivalent. Due to the patient's \ + increased symptoms and family history and history left main disease with total occasional of his RCA was referred \ + for revascularization with open heart surgery." + docs = list(itertools.repeat(large_doc, 500)) + + with pytest.raises(HttpResponseError) as excinfo: + async with client: + await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + + assert excinfo.value.status_code == 413 + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_document_warnings(self, client): + # TODO: reproduce a warnings scenario for implementation + docs = [ + {"id": "1", "text": "This won't actually create a warning :'("}, + ] + + async with client: + result = await (await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + + async for doc in result: + doc_warnings = doc.warnings + self.assertEqual(len(doc_warnings), 0) # Currently the service doesn't return any warnings at all even though it is expressed in the Swagger. + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_output_same_order_as_input(self, client): + docs = [ + TextDocumentInput(id="1", text="one"), + TextDocumentInput(id="2", text="two"), + TextDocumentInput(id="3", text="three"), + TextDocumentInput(id="4", text="four"), + TextDocumentInput(id="5", text="five") + ] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + for idx, doc in enumerate(response): + self.assertEqual(str(idx + 1), doc.id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": "", + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_empty_credential_class(self, client): + with self.assertRaises(ClientAuthenticationError): + async with client: + response = await client.begin_analyze_healthcare( + ["This is written in English."], + polling_interval=self._interval() + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": "xxxx", + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_credentials(self, client): + with self.assertRaises(ClientAuthenticationError): + async with client: + response = await client.begin_analyze_healthcare( + ["This is written in English."], + polling_interval=self._interval() + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_document_input(self, client): + docs = "This is the wrong type" + + with self.assertRaises(TypeError): + async with client: + response = await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_mixing_inputs(self, client): + docs = [ + {"id": "1", "text": "Microsoft was founded by Bill Gates and Paul Allen."}, + TextDocumentInput(id="2", text="I did not like the hotel we stayed at. It was too expensive."), + u"You cannot mix string input with the above inputs" + ] + with self.assertRaises(TypeError): + async with client: + response = await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_out_of_order_ids(self, client): + docs = [{"id": "56", "text": ":)"}, + {"id": "0", "text": ":("}, + {"id": "22", "text": ""}, + {"id": "19", "text": ":P"}, + {"id": "1", "text": ":D"}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + expected_order = ["56", "0", "22", "19", "1"] + actual_order = [x.id for x in response] + for idx, resp in enumerate(response): + self.assertEqual(resp.id, expected_order[idx]) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_show_stats_and_model_version(self, client): + docs = [{"id": "56", "text": ":)"}, + {"id": "0", "text": ":("}, + {"id": "22", "text": ""}, + {"id": "19", "text": ":P"}, + {"id": "1", "text": ":D"}] + + async with client: + response = await (await client.begin_analyze_healthcare( + docs, + show_stats=True, + model_version="2020-09-03", + polling_interval=self._interval() + )).result() + + self.assertIsNotNone(response) + self.assertIsNotNone(response.model_version) + self.assertEqual("2020-09-03", response.model_version) + self.assertEqual(response.statistics.documents_count, 5) + self.assertEqual(response.statistics.transactions_count, 4) + self.assertEqual(response.statistics.valid_documents_count, 4) + self.assertEqual(response.statistics.erroneous_documents_count, 1) + + async for doc in response: + if not doc.is_error: + self.assertIsNotNone(doc.statistics) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint(self, client): + docs = [ + u"This was the best day of my life.", + u"I did not like the hotel we stayed at. It was too expensive.", + u"The restaurant was not as good as I hoped." + ] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_dont_use_language_hint(self, client): + docs = [ + u"This was the best day of my life.", + u"I did not like the hotel we stayed at. It was too expensive.", + u"The restaurant was not as good as I hoped." + ] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, language="", polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_per_item_dont_use_language_hint(self, client): + docs = [{"id": "1", "language": "", "text": "I will go to the park."}, + {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint_and_obj_input(self, client): + docs = [ + TextDocumentInput(id="1", text="I should take my cat to the veterinarian."), + TextDocumentInput(id="4", text="Este es un document escrito en Español."), + TextDocumentInput(id="3", text="猫は幸せ"), + ] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint_and_dict_input(self, client): + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint_and_obj_per_item_hints(self, client): + docs = [ + TextDocumentInput(id="1", text="I should take my cat to the veterinarian.", language="en"), + TextDocumentInput(id="2", text="猫は幸せ"), + ] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): + docs = [{"id": "1", "language": "", "text": "I will go to the park."}, + {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, language="en", polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com", + "default_language": "en" + }) + async def test_client_passed_default_language_hint(self, client): + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertFalse(response[0].is_error) + self.assertFalse(response[1].is_error) + self.assertFalse(response[2].is_error) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_invalid_language_hint_method(self, client): + docs = ["This should fail because we're passing in an invalid language hint"] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, language="notalanguage", polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertEqual(response[0].error.code, 'UnsupportedLanguageCode') + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_invalid_language_hint_docs(self, client): + docs = [{"id": "1", "language": "notalanguage", "text": "This should fail because we're passing in an invalid language hint"}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertEqual(response[0].error.code, 'UnsupportedLanguageCode') + + @GlobalTextAnalyticsAccountPreparer() + async def test_rotate_subscription_key(self, resource_group, location, text_analytics_account, text_analytics_account_key): + text_analytics_account = "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + if self.is_live: + text_analytics_account_key = os.environ.get('AZURE_TEXT_ANALYTICS_KEY') + + credential = AzureKeyCredential(text_analytics_account_key) + client = TextAnalyticsClient(text_analytics_account, credential, api_version=TextAnalyticsApiVersion.V3_1_PREVIEW_3) + + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + response = await (await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + self.assertIsNotNone(response) + + credential.update("xxx") # Make authentication fail + with self.assertRaises(ClientAuthenticationError): + response = await (await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + + credential.update(text_analytics_account_key) # Authenticate successfully again + response = await (await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + self.assertIsNotNone(response) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_user_agent(self, client): # TODO: verify + def callback(resp): + self.assertIn("azsdk-python-ai-textanalytics/{} Python/{} ({})".format( + VERSION, platform.python_version(), platform.platform()), + resp.http_request.headers["User-Agent"] + ) + + docs = [{"id": "1", "text": "I will go to the park."}, + {"id": "2", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": "The restaurant had really good food."}] + + async with client: + poller = await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + self.assertIn("azsdk-python-ai-textanalytics/{} Python/{} ({})".format( + VERSION, platform.python_version(), platform.platform()), + poller._polling_method._initial_response.http_request.headers["User-Agent"] + ) + + await poller.result() # need to call this before tearDown runs even though we don't need the response for the test. + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_document_attribute_error_no_result_attribute(self, client): + docs = [{"id": "1", "text": ""}] + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + # Attributes on DocumentError + self.assertTrue(response[0].is_error) + self.assertEqual(response[0].id, "1") + self.assertIsNotNone(response[0].error) + + # Result attribute not on DocumentError, custom error message + try: + entities = response[0].entities + except AttributeError as custom_error: + self.assertEqual( + custom_error.args[0], + '\'DocumentError\' object has no attribute \'entities\'. ' + 'The service was unable to process this document:\nDocument Id: 1\nError: ' + 'InvalidDocument - Document text is empty.\n' + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_document_attribute_error_nonexistent_attribute(self, client): + docs = [{"id": "1", "text": ""}] + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + # Attribute not found on DocumentError or result obj, default behavior/message + try: + health = response[0].attribute_not_on_result_or_error + except AttributeError as default_behavior: + self.assertEqual( + default_behavior.args[0], + '\'DocumentError\' object has no attribute \'attribute_not_on_result_or_error\'' + ) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_bad_model_version_error(self, client): + docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] + + try: + async with client: + result = await(await client.begin_analyze_healthcare(docs, model_version="bad", polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + except HttpResponseError as err: + self.assertEqual(err.error.code, "ModelVersionIncorrect") + self.assertIsNotNone(err.error.message) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_document_errors(self, client): + text = "" + for _ in range(5121): + text += "x" + + docs = [{"id": "1", "text": ""}, + {"id": "2", "language": "english", "text": "I did not like the hotel we stayed at."}, + {"id": "3", "text": text}] + + async with client: + result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() + doc_errors = [] + async for r in result: + doc_errors.append(r) + self.assertEqual(doc_errors[0].error.code, "InvalidDocument") + self.assertIsNotNone(doc_errors[0].error.message) + self.assertEqual(doc_errors[1].error.code, "UnsupportedLanguageCode") + self.assertIsNotNone(doc_errors[1].error.message) + self.assertEqual(doc_errors[2].error.code, "InvalidDocument") + self.assertIsNotNone(doc_errors[2].error.message) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_not_passing_list_for_docs(self, client): + docs = {"id": "1", "text": "hello world"} + with pytest.raises(TypeError) as excinfo: + async with client: + await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + assert "Input documents cannot be a dict" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_missing_input_records_error(self, client): + docs = [] + with pytest.raises(ValueError) as excinfo: + async with client: + await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + assert "Input documents can not be empty or None" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_passing_none_docs(self, client): + with pytest.raises(ValueError) as excinfo: + async with client: + await client.begin_analyze_healthcare(None, polling_interval=self._interval()) + assert "Input documents can not be empty or None" in str(excinfo.value) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_duplicate_ids_error(self, client): + # Duplicate Ids + docs = [{"id": "1", "text": "hello world"}, + {"id": "1", "text": "I did not like the hotel we stayed at."}] + try: + async with client: + result = await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + except HttpResponseError as err: + self.assertEqual(err.error.code, "InvalidDocument") + self.assertIsNotNone(err.error.message) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_pass_cls(self, client): + def callback(pipeline_response, deserialized, _): + return "cls result" + + async with client: + res = await (await client.begin_analyze_healthcare( + documents=["Test passing cls to endpoint"], + cls=callback, + polling_interval=self._interval() + )).result() + assert res == "cls result" + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_multiple_pages_of_results_returned_successfully(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 10)))] + # Service now only accepts 10 documents for a job, and since the current default server-side value + # for records per page is 20, pagination logic will never be activated. This is intended to change + # in the future but for now this test actually won't hit the pagination logic now. + + async with client: + poller = await client.begin_analyze_healthcare(docs, show_stats=True, polling_interval=self._interval()) + result = await poller.result() + response = [] + async for r in result: + response.append(r) + + self.assertEqual(len(docs), len(response)) + self.assertIsNotNone(result.statistics) + + for (idx, doc) in enumerate(response): + self.assertEqual(docs[idx]["id"], doc.id) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_multiple_pages_of_results_with_errors_returned_successfully(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 9)))] + docs.append({"id": "9", "text": ""}) + # Service now only accepts 10 documents for a job, and since the current default server-side value + # for records per page is 20, pagination logic will never be activated. This is intended to change + # in the future but for now this test actually won't hit the pagination logic now. + + async with client: + result = await (await client.begin_analyze_healthcare(docs, show_stats=True, polling_interval=self._interval())).result() + response = [] + async for r in result: + response.append(r) + + self.assertEqual(len(docs), len(response)) + self.assertIsNotNone(result.statistics) + + for (idx, doc) in enumerate(response): + self.assertEqual(docs[idx]["id"], doc.id) + + if doc.id == "9": + self.assertTrue(doc.is_error) + + else: + self.assertFalse(doc.is_error) + self.assertIsNotNone(doc.statistics) + + @GlobalTextAnalyticsAccountPreparer() + @TextAnalyticsClientPreparer(client_kwargs={ + "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), + "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + }) + async def test_cancellation(self, client): + single_doc = "hello world" + docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 10)))] + + async with client: + poller = await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) + cancellation_result = await (await client.begin_cancel_analyze_healthcare(poller, polling_interval=self._interval())).result() + + self.assertIsNone(cancellation_result) diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_json_pointer.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_json_pointer.py index 2bd2b1202c6c..4325a853f797 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_json_pointer.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_json_pointer.py @@ -106,6 +106,6 @@ def test_opinion_different_sentence_aspect(self, generated_sentiment_response): # the desired behavior is the first wrapped sentence object has an aspect, and it's opinion # is in the second sentence. # the second sentence will have no mined opinions, since we define that as an aspect and opinion duo - wrapped_sentiment = sentiment_result(response="not relevant", obj=generated_sentiment_response, response_headers={})[0] + wrapped_sentiment = sentiment_result("not relevant", generated_sentiment_response, {})[0] assert wrapped_sentiment.sentences[0].mined_opinions[0].opinions[0].text == "good" assert not wrapped_sentiment.sentences[1].mined_opinions diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/testcase.py b/sdk/textanalytics/azure-ai-textanalytics/tests/testcase.py index 09257afb3767..4faa47449fe3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/testcase.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/testcase.py @@ -38,7 +38,7 @@ def __init__(self, method_name): super(TextAnalyticsTest, self).__init__(method_name) def get_oauth_endpoint(self): - return self.get_settings_value("TEXT_ANALYTICS_ENDPOINT") + return self.get_settings_value("TEXT_ANALYTICS_ENDPOINT_STABLE") def generate_oauth_token(self): if self.is_live: diff --git a/sdk/textanalytics/tests.yml b/sdk/textanalytics/tests.yml index b18182cd3168..6031dd294f9c 100644 --- a/sdk/textanalytics/tests.yml +++ b/sdk/textanalytics/tests.yml @@ -7,7 +7,9 @@ jobs: ServiceDirectory: textanalytics EnvVars: AZURE_SUBSCRIPTION_ID: $(azure-subscription-id) - AZURE_TEXT_ANALYTICS_ENDPOINT: $(python-textanalytics-test-textanalytics-account-name) + AZURE_WHITELISTED_SUBSCRIPTION_ID: $(azure-whitelisted-subscription-id) + AZURE_TEXT_ANALYTICS_ENDPOINT_STABLE: $(python-textanalytics-test-textanalytics-account-name) + AZURE_TEXT_ANALYTICS_ENDPOINT: $(python-textanalytics-test-textanalytics-account-name-gated-preview) AZURE_TEXT_ANALYTICS_KEY: $(python-textanalytics-test-textanalytics-account-key) AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id) AZURE_CLIENT_SECRET: $(aad-azure-sdk-test-client-secret) From 6ca6bfcf266ed823a6135be5a04d1b4b62be8d69 Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Thu, 19 Nov 2020 10:53:41 -0500 Subject: [PATCH 02/14] fix polling_interval -> timeout --- .../azure/ai/textanalytics/aio/_text_analytics_client_async.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py index ca249e61931a..9b595345ca5b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py @@ -659,7 +659,7 @@ async def begin_cancel_analyze_healthcare( # type: ignore try: return await self._client.begin_cancel_health_job( job_id, - polling=TextAnalyticsAsyncLROPollingMethod(polling_interval=polling_interval) + polling=TextAnalyticsAsyncLROPollingMethod(timeout=polling_interval) ) except HttpResponseError as error: From dd432d2d61a3ca597a564f90efb52dbce0e15c96 Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Thu, 19 Nov 2020 11:09:05 -0500 Subject: [PATCH 03/14] fix pollign interval setting in tests --- .../azure-ai-textanalytics/tests/test_analyze.py | 2 +- .../azure-ai-textanalytics/tests/test_analyze_async.py | 6 +++--- .../azure-ai-textanalytics/tests/test_analyze_healthcare.py | 6 +++--- .../tests/test_analyze_healthcare_async.py | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py index aba22c87575a..3b45fd6031d8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py @@ -31,7 +31,7 @@ class TestAnalyze(TextAnalyticsTest): def _interval(self): - return None if self.is_live else 0 + return 5 if self.is_live else 0 @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py index 6953b2254a3d..43b57891b2f8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py @@ -46,7 +46,7 @@ async def send(self, request, **config): class TestAnalyzeAsync(AsyncTextAnalyticsTest): def _interval(self): - return None if self.is_live else 0 + return 5 if self.is_live else 0 @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ @@ -1328,7 +1328,7 @@ async def test_multiple_pages_of_results_returned_successfully(self, client): pages = [] async for p in result: pages.append(p) - + self.assertEqual(len(pages), 2) # default page size is 20 # self.assertIsNotNone(result.statistics) # statistics not working at the moment, but a bug has been filed on the service to correct this. @@ -1367,7 +1367,7 @@ async def test_multiple_pages_of_results_with_errors_returned_successfully(self, async with client: result = await (await client.begin_analyze( docs, - entities_recognition_tasks=[EntitiesRecognitionTask(model_version="bad")], + entities_recognition_tasks=[EntitiesRecognitionTask(model_version="bad")], key_phrase_extraction_tasks=[KeyPhraseExtractionTask()], pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], polling_interval=self._interval() diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py index d0e3dcf311b2..155580b7d2a1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py @@ -27,7 +27,7 @@ class TestHealth(TextAnalyticsTest): def _interval(self): - return None if self.is_live else 0 + return 5 if self.is_live else 0 @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ @@ -174,7 +174,7 @@ def test_payload_too_large(self, client): with pytest.raises(HttpResponseError) as excinfo: client.begin_analyze_healthcare(docs, polling_interval=self._interval()) - assert excinfo.value.status_code == 413 + assert excinfo.value.status_code == 413 @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ @@ -726,7 +726,7 @@ def test_multiple_pages_of_results_with_errors_returned_successfully(self, clien if doc.id == "9": self.assertTrue(doc.is_error) - + else: self.assertFalse(doc.is_error) self.assertIsNotNone(doc.statistics) diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py index 22b4d86c3a53..7781a0a78e8b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py @@ -40,7 +40,7 @@ async def send(self, request, **config): class TestHealth(AsyncTextAnalyticsTest): def _interval(self): - return None if self.is_live else 0 + return 5 if self.is_live else 0 @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ @@ -567,7 +567,7 @@ async def test_invalid_language_hint_method(self, client): }) async def test_invalid_language_hint_docs(self, client): docs = [{"id": "1", "language": "notalanguage", "text": "This should fail because we're passing in an invalid language hint"}] - + async with client: result = await(await client.begin_analyze_healthcare(docs, polling_interval=self._interval())).result() response = [] @@ -853,7 +853,7 @@ async def test_multiple_pages_of_results_with_errors_returned_successfully(self, if doc.id == "9": self.assertTrue(doc.is_error) - + else: self.assertFalse(doc.is_error) self.assertIsNotNone(doc.statistics) From e0c10ce5eca79f29fe9ca56939f434180b045c84 Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Thu, 19 Nov 2020 11:10:31 -0500 Subject: [PATCH 04/14] make polling interval default 5 for all lros --- .../azure/ai/textanalytics/_text_analytics_client.py | 2 +- .../azure/ai/textanalytics/aio/_text_analytics_client_async.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py index 97523b792bed..dfac9153f72f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py @@ -732,7 +732,7 @@ def begin_analyze( # type: ignore documents=_validate_input(documents, "language", language) ) show_stats = kwargs.pop("show_stats", False) - polling_interval = kwargs.pop("polling_interval", self._client._config.polling_interval) # pylint: disable=protected-access + polling_interval = kwargs.pop("polling_interval", 5) continuation_token = kwargs.pop("continuation_token", None) doc_id_order = [doc.get("id") for doc in docs.documents] diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py index 9b595345ca5b..ae37b37378c2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/aio/_text_analytics_client_async.py @@ -735,7 +735,7 @@ async def begin_analyze( # type: ignore documents=_validate_input(documents, "language", language) ) show_stats = kwargs.pop("show_stats", False) - polling_interval = kwargs.pop("polling_interval", self._client._config.polling_interval) # pylint: disable=protected-access + polling_interval = kwargs.pop("polling_interval", 5) continuation_token = kwargs.pop("continuation_token", None) doc_id_order = [doc.get("id") for doc in docs.documents] From c91fedf78de69241190ccd963192a827297df763 Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Thu, 19 Nov 2020 11:17:36 -0500 Subject: [PATCH 05/14] fix erroneous passing of polling arg to mgmt delete --- .../devtools_testutils/cognitiveservices_testcase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/azure-sdk-tools/devtools_testutils/cognitiveservices_testcase.py b/tools/azure-sdk-tools/devtools_testutils/cognitiveservices_testcase.py index 5ad0bf2c9671..ae956633db09 100644 --- a/tools/azure-sdk-tools/devtools_testutils/cognitiveservices_testcase.py +++ b/tools/azure-sdk-tools/devtools_testutils/cognitiveservices_testcase.py @@ -111,7 +111,7 @@ def create_resource(self, name, **kwargs): def remove_resource(self, name, **kwargs): if self.is_live: group = self._get_resource_group(**kwargs) - self.client.accounts.delete(group.name, name, polling=False) + self.client.accounts.delete(group.name, name) def _get_resource_group(self, **kwargs): try: From 876a71825f95c8ab0af53f5be7da74d32963f8f7 Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Thu, 19 Nov 2020 13:53:16 -0500 Subject: [PATCH 06/14] mark some analyze tests as playback only bc of high service latency --- .../tests/test_analyze.py | 17 +++++++++++++++++ .../tests/test_analyze_async.py | 14 ++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py index 3b45fd6031d8..b7cc276b4bdd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py @@ -43,6 +43,7 @@ def test_no_single_input(self, client): with self.assertRaises(TypeError): response = client.begin_analyze("hello world", polling_interval=self._interval()) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -76,6 +77,7 @@ def test_all_successful_passing_dict_key_phrase_task(self, client): self.assertIsNotNone(phrases.id) #self.assertIsNotNone(phrases.statistics) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -113,6 +115,7 @@ def test_all_successful_passing_dict_entities_task(self, client): self.assertIsNotNone(entity.offset) self.assertIsNotNone(entity.confidence_score) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -268,6 +271,7 @@ def test_all_successful_passing_text_document_input_pii_entities_task(self, clie self.assertIsNotNone(entity.offset) self.assertIsNotNone(entity.confidence_score) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -316,6 +320,7 @@ def test_bad_request_on_empty_document(self, client): polling_interval=self._interval(), ) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -352,6 +357,7 @@ def test_passing_only_string_entities_task(self, client): self.assertIsNotNone(entity.offset) self.assertIsNotNone(entity.confidence_score) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -414,6 +420,7 @@ def test_document_warnings(self, client): # TODO: reproduce a warnings scenario for implementation pass + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -568,6 +575,7 @@ def test_out_of_order_ids_multiple_tasks(self, client): for idx, resp in enumerate(results): self.assertEqual(resp.id, in_order[idx]) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -646,6 +654,7 @@ def test_whole_batch_language_hint(self, client): for r in results: self.assertFalse(r.is_error) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -756,6 +765,7 @@ def callback(resp): for r in results: self.assertFalse(r.is_error) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -790,6 +800,7 @@ def test_whole_batch_language_hint_and_dict_input(self, client): for r in results: self.assertFalse(r.is_error) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -861,6 +872,7 @@ def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): for r in results: self.assertFalse(r.is_error) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -924,6 +936,7 @@ def test_invalid_language_hint_method(self, client): for r in tasks[0].results: self.assertTrue(r.is_error) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -1043,6 +1056,7 @@ def test_empty_document_failure(self, client): polling_interval=self._interval(), ) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -1059,6 +1073,7 @@ def test_bad_model_version_error_single_task(self, client): # TODO: verify beha polling_interval=self._interval(), ).result() + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -1092,6 +1107,7 @@ def test_bad_model_version_error_multiple_tasks(self, client): # TODO: verify b for r in tasks[0].results: self.assertTrue(r.is_error) # This is not the optimal way to represent this failure. We are discussing a solution with the service team. + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -1177,6 +1193,7 @@ def test_duplicate_ids_error(self, client): # TODO: verify behavior of service polling_interval=self._interval(), ).result() + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py index 43b57891b2f8..2d78932e9af4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py @@ -58,6 +58,7 @@ async def test_no_single_input(self, client): with self.assertRaises(TypeError): response = await client.begin_analyze("hello world", polling_interval=self._interval()) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -94,6 +95,7 @@ async def test_all_successful_passing_dict_key_phrase_task(self, client): self.assertIsNotNone(phrases.id) # self.assertIsNotNone(phrases.statistics) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -138,6 +140,7 @@ async def test_all_successful_passing_dict_entities_task(self, client): self.assertIsNotNone(entity.offset) self.assertIsNotNone(entity.confidence_score) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -185,6 +188,7 @@ async def test_all_successful_passing_dict_pii_entities_task(self, client): self.assertIsNotNone(entity.offset) self.assertIsNotNone(entity.confidence_score) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -221,6 +225,7 @@ async def test_all_successful_passing_text_document_input_key_phrase_task(self, self.assertIn("Microsoft", phrases.key_phrases) self.assertIsNotNone(phrases.id) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -264,6 +269,7 @@ async def test_all_successful_passing_text_document_input_entities_task(self, cl self.assertIsNotNone(entity.offset) self.assertIsNotNone(entity.confidence_score) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -545,6 +551,7 @@ async def test_bad_document_input(self, client): polling_interval=self._interval() ) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -567,6 +574,7 @@ async def test_mixing_inputs(self, client): polling_interval=self._interval() )).result() + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -657,6 +665,7 @@ async def test_show_stats_and_model_version_multiple_tasks(self, client): # self.assertEqual(results.statistics.valid_document_count, 4) # self.assertEqual(results.statistics.erroneous_document_count, 1) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -741,6 +750,7 @@ async def test_whole_batch_dont_use_language_hint(self, client): for r in results: self.assertFalse(r.is_error) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -780,6 +790,7 @@ async def test_per_item_dont_use_language_hint(self, client): for r in results: self.assertFalse(r.is_error) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -1154,6 +1165,7 @@ async def test_bad_model_version_error_single_task(self, client): # TODO: verif polling_interval=self._interval() )).result() + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -1353,6 +1365,7 @@ async def test_multiple_pages_of_results_returned_successfully(self, client): self.assertFalse(doc.is_error) # self.assertIsNotNone(doc.statistics) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -1400,6 +1413,7 @@ async def test_multiple_pages_of_results_with_errors_returned_successfully(self, else: self.assertFalse(doc.is_error) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, From 31f7dde4f9cc5fe802d2744a598012cd13da63ad Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Thu, 19 Nov 2020 15:41:13 -0500 Subject: [PATCH 07/14] remove hardcodign of ppe endpoint in tests --- .../tests/test_analyze.py | 241 +++--------------- .../tests/test_analyze_async.py | 227 +++-------------- .../tests/test_analyze_healthcare.py | 224 +++------------- .../tests/test_analyze_healthcare_async.py | 216 +++------------- .../azure-ai-textanalytics/tests/testcase.py | 2 +- 5 files changed, 150 insertions(+), 760 deletions(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py index b7cc276b4bdd..8b88699e80e3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py @@ -34,22 +34,14 @@ def _interval(self): return 5 if self.is_live else 0 @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_no_single_input(self, client): with self.assertRaises(TypeError): response = client.begin_analyze("hello world", polling_interval=self._interval()) @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_all_successful_passing_dict_key_phrase_task(self, client): docs = [{"id": "1", "language": "en", "text": "Microsoft was founded by Bill Gates and Paul Allen"}, {"id": "2", "language": "es", "text": "Microsoft fue fundado por Bill Gates y Paul Allen"}] @@ -79,11 +71,7 @@ def test_all_successful_passing_dict_key_phrase_task(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_all_successful_passing_dict_entities_task(self, client): docs = [{"id": "1", "language": "en", "text": "Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975."}, {"id": "2", "language": "es", "text": "Microsoft fue fundado por Bill Gates y Paul Allen el 4 de abril de 1975."}, @@ -117,11 +105,7 @@ def test_all_successful_passing_dict_entities_task(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_all_successful_passing_dict_pii_entities_task(self, client): docs = [{"id": "1", "text": "My SSN is 859-98-0987."}, @@ -160,11 +144,7 @@ def test_all_successful_passing_dict_pii_entities_task(self, client): self.assertIsNotNone(entity.confidence_score) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_all_successful_passing_text_document_input_key_phrase_task(self, client): docs = [ TextDocumentInput(id="1", text="Microsoft was founded by Bill Gates and Paul Allen", language="en"), @@ -193,11 +173,7 @@ def test_all_successful_passing_text_document_input_key_phrase_task(self, client self.assertIsNotNone(phrases.id) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_all_successful_passing_text_document_input_entities_task(self, client): docs = [ TextDocumentInput(id="1", text="Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975.", language="en"), @@ -230,11 +206,7 @@ def test_all_successful_passing_text_document_input_entities_task(self, client): self.assertIsNotNone(entity.confidence_score) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_all_successful_passing_text_document_input_pii_entities_task(self, client): docs = [ TextDocumentInput(id="1", text="My SSN is 859-98-0987."), @@ -273,11 +245,7 @@ def test_all_successful_passing_text_document_input_pii_entities_task(self, clie @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_passing_only_string_key_phrase_task(self, client): docs = [ u"Microsoft was founded by Bill Gates and Paul Allen", @@ -305,11 +273,7 @@ def test_passing_only_string_key_phrase_task(self, client): self.assertIsNotNone(results[0].id) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_bad_request_on_empty_document(self, client): docs = [u""] @@ -322,11 +286,7 @@ def test_bad_request_on_empty_document(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_passing_only_string_entities_task(self, client): docs = [ u"Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975.", @@ -359,11 +319,7 @@ def test_passing_only_string_entities_task(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_passing_only_string_pii_entities_task(self, client): docs = [ u"My SSN is 859-98-0987.", @@ -402,31 +358,19 @@ def test_passing_only_string_pii_entities_task(self, client): self.assertIsNotNone(entity.confidence_score) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_payload_too_large(self, client): pass # TODO: verify payload size limit @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_document_warnings(self, client): # TODO: reproduce a warnings scenario for implementation pass @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_output_same_order_as_input_multiple_tasks(self, client): docs = [ TextDocumentInput(id="1", text="one"), @@ -466,8 +410,6 @@ def test_output_same_order_as_input_multiple_tasks(self, client): @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": "", - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" }) def test_empty_credential_class(self, client): with self.assertRaises(ClientAuthenticationError): @@ -483,7 +425,6 @@ def test_empty_credential_class(self, client): @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, "text_analytics_account_key": "xxxxxxxxxxxx", - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" }) def test_bad_credentials(self, client): with self.assertRaises(ClientAuthenticationError): @@ -496,11 +437,7 @@ def test_bad_credentials(self, client): ) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_bad_document_input(self, client): docs = "This is the wrong type" @@ -514,11 +451,7 @@ def test_bad_document_input(self, client): ) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_mixing_inputs(self, client): docs = [ {"id": "1", "text": "Microsoft was founded by Bill Gates and Paul Allen."}, @@ -535,11 +468,7 @@ def test_mixing_inputs(self, client): ).result() @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_out_of_order_ids_multiple_tasks(self, client): docs = [{"id": "56", "text": ":)"}, {"id": "0", "text": ":("}, @@ -577,11 +506,7 @@ def test_out_of_order_ids_multiple_tasks(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_show_stats_and_model_version_multiple_tasks(self, client): docs = [{"id": "56", "text": ":)"}, {"id": "0", "text": ":("}, @@ -619,11 +544,7 @@ def test_show_stats_and_model_version_multiple_tasks(self, client): # self.assertEqual(results.statistics.erroneous_document_count, 1) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_whole_batch_language_hint(self, client): docs = [ u"This was the best day of my life.", @@ -656,11 +577,7 @@ def test_whole_batch_language_hint(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_whole_batch_dont_use_language_hint(self, client): docs = [ u"This was the best day of my life.", @@ -692,11 +609,7 @@ def test_whole_batch_dont_use_language_hint(self, client): self.assertFalse(r.is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_per_item_dont_use_language_hint(self, client): docs = [{"id": "1", "language": "", "text": "I will go to the park."}, {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, @@ -725,11 +638,7 @@ def test_per_item_dont_use_language_hint(self, client): self.assertFalse(r.is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_whole_batch_language_hint_and_obj_input(self, client): def callback(resp): language_str = "\"language\": \"de\"" @@ -767,11 +676,7 @@ def callback(resp): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_whole_batch_language_hint_and_dict_input(self, client): docs = [{"id": "1", "text": "I will go to the park."}, {"id": "2", "text": "I did not like the hotel we stayed at."}, @@ -802,11 +707,7 @@ def test_whole_batch_language_hint_and_dict_input(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_whole_batch_language_hint_and_obj_per_item_hints(self, client): docs = [ TextDocumentInput(id="1", text="I should take my cat to the veterinarian.", language="en"), @@ -839,11 +740,7 @@ def test_whole_batch_language_hint_and_obj_per_item_hints(self, client): self.assertFalse(r.is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): docs = [{"id": "1", "language": "en", "text": "I will go to the park."}, {"id": "2", "language": "en", "text": "I did not like the hotel we stayed at."}, @@ -877,7 +774,6 @@ def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com", "default_language": "en" }) def test_client_passed_default_language_hint(self, client): @@ -908,11 +804,7 @@ def test_client_passed_default_language_hint(self, client): self.assertFalse(r.is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_invalid_language_hint_method(self, client): response = list(client.begin_analyze( ["This should fail because we're passing in an invalid language hint"], @@ -938,11 +830,7 @@ def test_invalid_language_hint_method(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_invalid_language_hint_docs(self, client): response = list(client.begin_analyze( [{"id": "1", "language": "notalanguage", "text": "This should fail because we're passing in an invalid language hint"}], @@ -967,9 +855,6 @@ def test_invalid_language_hint_docs(self, client): @GlobalTextAnalyticsAccountPreparer() def test_rotate_subscription_key(self, resource_group, location, text_analytics_account, text_analytics_account_key): - text_analytics_account = "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - if self.is_live: - text_analytics_account_key = os.environ.get('AZURE_TEXT_ANALYTICS_KEY') credential = AzureKeyCredential(text_analytics_account_key) client = TextAnalyticsClient(text_analytics_account, credential, api_version=TextAnalyticsApiVersion.V3_1_PREVIEW_3) @@ -1009,11 +894,7 @@ def test_rotate_subscription_key(self, resource_group, location, text_analytics_ self.assertIsNotNone(response) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_user_agent(self, client): def callback(resp): self.assertIn("azsdk-python-ai-textanalytics/{} Python/{} ({})".format( @@ -1041,11 +922,7 @@ def callback(resp): poller.result() # need to call this before tearDown runs even though we don't need the response for the test. @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_empty_document_failure(self, client): docs = [{"id": "1", "text": ""}] @@ -1058,11 +935,7 @@ def test_empty_document_failure(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_bad_model_version_error_single_task(self, client): # TODO: verify behavior of service docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] @@ -1075,11 +948,7 @@ def test_bad_model_version_error_single_task(self, client): # TODO: verify beha @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_bad_model_version_error_multiple_tasks(self, client): # TODO: verify behavior of service docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] @@ -1109,11 +978,7 @@ def test_bad_model_version_error_multiple_tasks(self, client): # TODO: verify b @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_bad_model_version_error_all_tasks(self, client): # TODO: verify behavior of service docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] @@ -1127,11 +992,7 @@ def test_bad_model_version_error_all_tasks(self, client): # TODO: verify behavi ).result() @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_not_passing_list_for_docs(self, client): docs = {"id": "1", "text": "hello world"} with pytest.raises(TypeError) as excinfo: @@ -1145,11 +1006,7 @@ def test_not_passing_list_for_docs(self, client): assert "Input documents cannot be a dict" in str(excinfo.value) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_missing_input_records_error(self, client): docs = [] with pytest.raises(ValueError) as excinfo: @@ -1163,22 +1020,14 @@ def test_missing_input_records_error(self, client): assert "Input documents can not be empty or None" in str(excinfo.value) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_passing_none_docs(self, client): with pytest.raises(ValueError) as excinfo: client.begin_analyze(None) assert "Input documents can not be empty or None" in str(excinfo.value) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_duplicate_ids_error(self, client): # TODO: verify behavior of service # Duplicate Ids docs = [{"id": "1", "text": "hello world"}, @@ -1195,11 +1044,7 @@ def test_duplicate_ids_error(self, client): # TODO: verify behavior of service @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_pass_cls(self, client): def callback(pipeline_response, deserialized, _): return "cls result" @@ -1214,11 +1059,7 @@ def callback(pipeline_response, deserialized, _): assert res == "cls result" @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_multiple_pages_of_results_returned_successfully(self, client): single_doc = "hello world" docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 25)))] # max number of documents is 25 @@ -1259,11 +1100,7 @@ def test_multiple_pages_of_results_returned_successfully(self, client): @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_too_many_documents(self, client): docs = list(itertools.repeat("input document", 26)) # Maximum number of documents per request is 25 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py index 2d78932e9af4..7682036a5683 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py @@ -49,22 +49,14 @@ def _interval(self): return 5 if self.is_live else 0 @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={"api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_no_single_input(self, client): with self.assertRaises(TypeError): response = await client.begin_analyze("hello world", polling_interval=self._interval()) @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_all_successful_passing_dict_key_phrase_task(self, client): docs = [{"id": "1", "language": "en", "text": "Microsoft was founded by Bill Gates and Paul Allen"}, {"id": "2", "language": "es", "text": "Microsoft fue fundado por Bill Gates y Paul Allen"}] @@ -97,11 +89,7 @@ async def test_all_successful_passing_dict_key_phrase_task(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_all_successful_passing_dict_entities_task(self, client): docs = [ {"id": "1", "language": "en", @@ -142,11 +130,7 @@ async def test_all_successful_passing_dict_entities_task(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_all_successful_passing_dict_pii_entities_task(self, client): docs = [{"id": "1", "text": "My SSN is 859-98-0987."}, @@ -190,11 +174,7 @@ async def test_all_successful_passing_dict_pii_entities_task(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_all_successful_passing_text_document_input_key_phrase_task(self, client): docs = [ TextDocumentInput(id="1", text="Microsoft was founded by Bill Gates and Paul Allen", language="en"), @@ -227,11 +207,7 @@ async def test_all_successful_passing_text_document_input_key_phrase_task(self, @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_all_successful_passing_text_document_input_entities_task(self, client): docs = [ TextDocumentInput(id="1", text="Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975.", @@ -271,11 +247,7 @@ async def test_all_successful_passing_text_document_input_entities_task(self, cl @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_all_successful_passing_text_document_input_pii_entities_task(self, client): docs = [ TextDocumentInput(id="1", text="My SSN is 859-98-0987."), @@ -317,11 +289,7 @@ async def test_all_successful_passing_text_document_input_pii_entities_task(self self.assertIsNotNone(entity.confidence_score) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_passing_only_string_key_phrase_task(self, client): docs = [ u"Microsoft was founded by Bill Gates and Paul Allen", @@ -352,11 +320,7 @@ async def test_passing_only_string_key_phrase_task(self, client): self.assertIsNotNone(results[0].id) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_bad_request_on_empty_document(self, client): docs = [u""] @@ -369,11 +333,7 @@ async def test_bad_request_on_empty_document(self, client): )).result() @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_passing_only_string_entities_task(self, client): docs = [ u"Microsoft was founded by Bill Gates and Paul Allen on April 4, 1975.", @@ -408,11 +368,7 @@ async def test_passing_only_string_entities_task(self, client): self.assertIsNotNone(entity.confidence_score) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_passing_only_string_pii_entities_task(self, client): docs = [ u"My SSN is 859-98-0987.", @@ -454,11 +410,7 @@ async def test_passing_only_string_pii_entities_task(self, client): self.assertIsNotNone(entity.confidence_score) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_output_same_order_as_input_multiple_tasks(self, client): docs = [ TextDocumentInput(id="1", text="one"), @@ -518,8 +470,7 @@ async def test_empty_credential_class(self, client): @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": "xxxxxxxxxxxx", - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" + "text_analytics_account_key": "xxxxxxxxxxxx" }) async def test_bad_credentials(self, client): with self.assertRaises(ClientAuthenticationError): @@ -533,11 +484,7 @@ async def test_bad_credentials(self, client): ) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_bad_document_input(self, client): docs = "This is the wrong type" @@ -553,11 +500,7 @@ async def test_bad_document_input(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_mixing_inputs(self, client): docs = [ {"id": "1", "text": "Microsoft was founded by Bill Gates and Paul Allen."}, @@ -576,11 +519,7 @@ async def test_mixing_inputs(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_out_of_order_ids_multiple_tasks(self, client): docs = [{"id": "56", "text": ":)"}, {"id": "0", "text": ":("}, @@ -621,11 +560,7 @@ async def test_out_of_order_ids_multiple_tasks(self, client): self.assertEqual(resp.id, in_order[idx]) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_show_stats_and_model_version_multiple_tasks(self, client): docs = [{"id": "56", "text": ":)"}, {"id": "0", "text": ":("}, @@ -667,11 +602,7 @@ async def test_show_stats_and_model_version_multiple_tasks(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_whole_batch_language_hint(self, client): docs = [ u"This was the best day of my life.", @@ -709,11 +640,7 @@ async def test_whole_batch_language_hint(self, client): self.assertFalse(r.is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_whole_batch_dont_use_language_hint(self, client): docs = [ u"This was the best day of my life.", @@ -752,11 +679,7 @@ async def test_whole_batch_dont_use_language_hint(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_per_item_dont_use_language_hint(self, client): docs = [{"id": "1", "language": "", "text": "I will go to the park."}, {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, @@ -792,11 +715,7 @@ async def test_per_item_dont_use_language_hint(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_whole_batch_language_hint_and_obj_input(self, client): async def callback(resp): language_str = "\"language\": \"de\"" @@ -839,11 +758,7 @@ async def callback(resp): self.assertFalse(r.is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_whole_batch_language_hint_and_dict_input(self, client): docs = [{"id": "1", "text": "I will go to the park."}, {"id": "2", "text": "I did not like the hotel we stayed at."}, @@ -879,11 +794,7 @@ async def test_whole_batch_language_hint_and_dict_input(self, client): self.assertFalse(r.is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_whole_batch_language_hint_and_obj_per_item_hints(self, client): docs = [ TextDocumentInput(id="1", text="I should take my cat to the veterinarian.", language="en"), @@ -921,11 +832,7 @@ async def test_whole_batch_language_hint_and_obj_per_item_hints(self, client): self.assertFalse(r.is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): docs = [{"id": "1", "language": "en", "text": "I will go to the park."}, {"id": "2", "language": "en", "text": "I did not like the hotel we stayed at."}, @@ -963,8 +870,6 @@ async def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com", "default_language": "en" }) async def test_client_passed_default_language_hint(self, client): @@ -1001,11 +906,7 @@ async def test_client_passed_default_language_hint(self, client): self.assertFalse(r.is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_invalid_language_hint_method(self, client): async with client: response = await (await client.begin_analyze( @@ -1036,11 +937,7 @@ async def test_invalid_language_hint_method(self, client): self.assertTrue(r.is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_invalid_language_hint_docs(self, client): async with client: response = await (await client.begin_analyze( @@ -1116,11 +1013,7 @@ async def test_rotate_subscription_key(self, resource_group, location, text_anal self.assertIsNotNone(response) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_user_agent(self, client): async def callback(resp): self.assertIn("azsdk-python-ai-textanalytics/{} Python/{} ({})".format( @@ -1149,11 +1042,7 @@ async def callback(resp): await poller.result() # need to call this before tearDown runs even though we don't need the response for the test. @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_bad_model_version_error_single_task(self, client): # TODO: verify behavior of service docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] @@ -1167,11 +1056,7 @@ async def test_bad_model_version_error_single_task(self, client): # TODO: verif @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_bad_model_version_error_multiple_tasks(self, client): # TODO: verify behavior of service docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] @@ -1206,11 +1091,7 @@ async def test_bad_model_version_error_multiple_tasks(self, client): # TODO: ve r.is_error) # This is not the optimal way to represent this failure. We are discussing this with the service team. @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_bad_model_version_error_all_tasks(self, client): # TODO: verify behavior of service docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] @@ -1225,11 +1106,7 @@ async def test_bad_model_version_error_all_tasks(self, client): # TODO: verify )).result() @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_not_passing_list_for_docs(self, client): docs = {"id": "1", "text": "hello world"} with pytest.raises(TypeError) as excinfo: @@ -1244,11 +1121,7 @@ async def test_not_passing_list_for_docs(self, client): assert "Input documents cannot be a dict" in str(excinfo.value) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_missing_input_records_error(self, client): docs = [] with pytest.raises(ValueError) as excinfo: @@ -1263,11 +1136,7 @@ async def test_missing_input_records_error(self, client): assert "Input documents can not be empty or None" in str(excinfo.value) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_passing_none_docs(self, client): with pytest.raises(ValueError) as excinfo: async with client: @@ -1275,11 +1144,7 @@ async def test_passing_none_docs(self, client): assert "Input documents can not be empty or None" in str(excinfo.value) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_duplicate_ids_error(self, client): # TODO: verify behavior of service # Duplicate Ids docs = [{"id": "1", "text": "hello world"}, @@ -1296,11 +1161,7 @@ async def test_duplicate_ids_error(self, client): # TODO: verify behavior of se )).result() @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_pass_cls(self, client): def callback(pipeline_response, deserialized, _): return "cls result" @@ -1317,11 +1178,7 @@ def callback(pipeline_response, deserialized, _): assert res == "cls result" @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_multiple_pages_of_results_returned_successfully(self, client): single_doc = "hello world" docs = [{"id": str(idx), "text": val} for (idx, val) in @@ -1367,11 +1224,7 @@ async def test_multiple_pages_of_results_returned_successfully(self, client): @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_multiple_pages_of_results_with_errors_returned_successfully(self, client): single_doc = "hello world" docs = [{"id": str(idx), "text": val} for (idx, val) in @@ -1415,11 +1268,7 @@ async def test_multiple_pages_of_results_with_errors_returned_successfully(self, @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_too_many_documents(self, client): docs = list(itertools.repeat("input document", 26)) # Maximum number of documents per request is 25 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py index 155580b7d2a1..45a9a1431186 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py @@ -30,21 +30,13 @@ def _interval(self): return 5 if self.is_live else 0 @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_no_single_input(self, client): with self.assertRaises(TypeError): response = client.begin_analyze_healthcare("hello world").result() @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_all_successful_passing_dict(self, client): docs = [{"id": "1", "language": "en", "text": "Patient does not suffer from high blood pressure."}, {"id": "2", "language": "en", "text": "Prescribed 100mg ibuprofen, taken twice daily."}] @@ -60,11 +52,7 @@ def test_all_successful_passing_dict(self, client): self.assertIsNotNone(doc.relations) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_all_successful_passing_text_document_input(self, client): docs = [ TextDocumentInput(id="1", text="Patient does not suffer from high blood pressure."), @@ -82,11 +70,7 @@ def test_all_successful_passing_text_document_input(self, client): self.assertIsNotNone(doc.relations) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_passing_only_string(self, client): docs = [ u"Patient does not suffer from high blood pressure.", @@ -105,11 +89,7 @@ def test_passing_only_string(self, client): self.assertTrue(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_input_with_some_errors(self, client): docs = [{"id": "1", "language": "en", "text": ""}, {"id": "2", "language": "english", "text": "Patient does not suffer from high blood pressure."}, @@ -121,11 +101,7 @@ def test_input_with_some_errors(self, client): self.assertFalse(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_input_with_all_errors(self, client): docs = [{"id": "1", "language": "en", "text": ""}, {"id": "2", "language": "english", "text": "Patient does not suffer from high blood pressure."}, @@ -137,11 +113,7 @@ def test_input_with_all_errors(self, client): self.assertTrue(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_too_many_documents(self, client): docs = list(itertools.repeat("input document", 11)) # Maximum number of documents per request is 10 @@ -151,11 +123,7 @@ def test_too_many_documents(self, client): assert excinfo.value.status_code == 400 @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_payload_too_large(self, client): large_doc = "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | \ CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 \ @@ -177,11 +145,7 @@ def test_payload_too_large(self, client): assert excinfo.value.status_code == 413 @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_document_warnings(self, client): # TODO: reproduce a warnings scenario for implementation docs = [ @@ -195,11 +159,7 @@ def test_document_warnings(self, client): self.assertEqual(len(doc_warnings), 0) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_output_same_order_as_input(self, client): docs = [ TextDocumentInput(id="1", text="one"), @@ -217,8 +177,6 @@ def test_output_same_order_as_input(self, client): @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": "", - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" }) def test_empty_credential_class(self, client): with self.assertRaises(ClientAuthenticationError): @@ -231,7 +189,6 @@ def test_empty_credential_class(self, client): @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, "text_analytics_account_key": "xxxx", - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" }) def test_bad_credentials(self, client): with self.assertRaises(ClientAuthenticationError): @@ -241,11 +198,7 @@ def test_bad_credentials(self, client): ) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_bad_document_input(self, client): docs = "This is the wrong type" @@ -253,11 +206,7 @@ def test_bad_document_input(self, client): response = client.begin_analyze_healthcare(docs, polling_interval=self._interval()) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_mixing_inputs(self, client): docs = [ {"id": "1", "text": "Microsoft was founded by Bill Gates and Paul Allen."}, @@ -268,11 +217,7 @@ def test_mixing_inputs(self, client): response = client.begin_analyze_healthcare(docs, polling_interval=self._interval()) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_out_of_order_ids(self, client): docs = [{"id": "56", "text": ":)"}, {"id": "0", "text": ":("}, @@ -288,11 +233,7 @@ def test_out_of_order_ids(self, client): self.assertEqual(resp.id, expected_order[idx]) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_show_stats_and_model_version(self, client): docs = [{"id": "56", "text": ":)"}, {"id": "0", "text": ":("}, @@ -320,11 +261,7 @@ def test_show_stats_and_model_version(self, client): self.assertIsNotNone(doc.statistics) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_whole_batch_language_hint(self, client): docs = [ u"This was the best day of my life.", @@ -338,11 +275,7 @@ def test_whole_batch_language_hint(self, client): self.assertFalse(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_whole_batch_dont_use_language_hint(self, client): docs = [ u"This was the best day of my life.", @@ -356,11 +289,7 @@ def test_whole_batch_dont_use_language_hint(self, client): self.assertFalse(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_per_item_dont_use_language_hint(self, client): docs = [{"id": "1", "language": "", "text": "I will go to the park."}, {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, @@ -372,11 +301,7 @@ def test_per_item_dont_use_language_hint(self, client): self.assertFalse(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_whole_batch_language_hint_and_obj_input(self, client): docs = [ TextDocumentInput(id="1", text="I should take my cat to the veterinarian."), @@ -390,11 +315,7 @@ def test_whole_batch_language_hint_and_obj_input(self, client): self.assertFalse(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_whole_batch_language_hint_and_dict_input(self, client): docs = [{"id": "1", "text": "I will go to the park."}, {"id": "2", "text": "I did not like the hotel we stayed at."}, @@ -406,11 +327,7 @@ def test_whole_batch_language_hint_and_dict_input(self, client): self.assertFalse(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_whole_batch_language_hint_and_obj_per_item_hints(self, client): docs = [ TextDocumentInput(id="1", text="I should take my cat to the veterinarian.", language="en"), @@ -422,11 +339,7 @@ def test_whole_batch_language_hint_and_obj_per_item_hints(self, client): self.assertFalse(response[1].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): docs = [{"id": "1", "language": "", "text": "I will go to the park."}, {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, @@ -440,8 +353,6 @@ def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com", "default_language": "en" }) def test_client_passed_default_language_hint(self, client): @@ -456,11 +367,7 @@ def test_client_passed_default_language_hint(self, client): self.assertFalse(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_invalid_language_hint_method(self, client): response = list(client.begin_analyze_healthcare( ["This should fail because we're passing in an invalid language hint"], language="notalanguage", polling_interval=self._interval() @@ -468,11 +375,7 @@ def test_invalid_language_hint_method(self, client): self.assertEqual(response[0].error.code, 'UnsupportedLanguageCode') @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_invalid_language_hint_docs(self, client): response = list(client.begin_analyze_healthcare( [{"id": "1", "language": "notalanguage", "text": "This should fail because we're passing in an invalid language hint"}], @@ -482,9 +385,6 @@ def test_invalid_language_hint_docs(self, client): @GlobalTextAnalyticsAccountPreparer() def test_rotate_subscription_key(self, resource_group, location, text_analytics_account, text_analytics_account_key): - text_analytics_account = "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - if self.is_live: - text_analytics_account_key = os.environ.get('AZURE_TEXT_ANALYTICS_KEY') credential = AzureKeyCredential(text_analytics_account_key) client = TextAnalyticsClient(text_analytics_account, credential, api_version=TextAnalyticsApiVersion.V3_1_PREVIEW_3) @@ -505,11 +405,7 @@ def test_rotate_subscription_key(self, resource_group, location, text_analytics_ self.assertIsNotNone(response) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_user_agent(self, client): # TODO: verify docs = [{"id": "1", "text": "I will go to the park."}, {"id": "2", "text": "I did not like the hotel we stayed at."}, @@ -524,11 +420,7 @@ def test_user_agent(self, client): # TODO: verify poller.result() # need to call this before tearDown runs even though we don't need the response for the test. @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_document_attribute_error_no_result_attribute(self, client): docs = [{"id": "1", "text": ""}] result = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() @@ -551,11 +443,7 @@ def test_document_attribute_error_no_result_attribute(self, client): ) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_document_attribute_error_nonexistent_attribute(self, client): docs = [{"id": "1", "text": ""}] result = client.begin_analyze_healthcare(docs, polling_interval=self._interval()).result() @@ -571,11 +459,7 @@ def test_document_attribute_error_nonexistent_attribute(self, client): ) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_bad_model_version_error(self, client): docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] @@ -586,11 +470,7 @@ def test_bad_model_version_error(self, client): self.assertIsNotNone(err.error.message) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_document_errors(self, client): text = "" for _ in range(5121): @@ -610,11 +490,7 @@ def test_document_errors(self, client): self.assertIsNotNone(doc_errors[2].error.message) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_not_passing_list_for_docs(self, client): docs = {"id": "1", "text": "hello world"} with pytest.raises(TypeError) as excinfo: @@ -622,11 +498,7 @@ def test_not_passing_list_for_docs(self, client): assert "Input documents cannot be a dict" in str(excinfo.value) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_missing_input_records_error(self, client): docs = [] with pytest.raises(ValueError) as excinfo: @@ -634,22 +506,14 @@ def test_missing_input_records_error(self, client): assert "Input documents can not be empty or None" in str(excinfo.value) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_passing_none_docs(self, client): with pytest.raises(ValueError) as excinfo: client.begin_analyze_healthcare(None, polling_interval=self._interval()) assert "Input documents can not be empty or None" in str(excinfo.value) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_duplicate_ids_error(self, client): # Duplicate Ids docs = [{"id": "1", "text": "hello world"}, @@ -662,11 +526,7 @@ def test_duplicate_ids_error(self, client): self.assertIsNotNone(err.error.message) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_pass_cls(self, client): def callback(pipeline_response, deserialized, _): return "cls result" @@ -678,11 +538,7 @@ def callback(pipeline_response, deserialized, _): assert res == "cls result" @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_multiple_pages_of_results_returned_successfully(self, client): single_doc = "hello world" docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 10)))] @@ -701,11 +557,7 @@ def test_multiple_pages_of_results_returned_successfully(self, client): self.assertIsNotNone(doc.statistics) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_multiple_pages_of_results_with_errors_returned_successfully(self, client): single_doc = "hello world" docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 9)))] @@ -732,11 +584,7 @@ def test_multiple_pages_of_results_with_errors_returned_successfully(self, clien self.assertIsNotNone(doc.statistics) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_cancellation(self, client): single_doc = "hello world" docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 10)))] diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py index 7781a0a78e8b..af0ad5f8ebe6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py @@ -43,22 +43,14 @@ def _interval(self): return 5 if self.is_live else 0 @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_no_single_input(self, client): with self.assertRaises(TypeError): async with client: response = await (await client.begin_analyze_healthcare("hello world", polling_interval=self._interval())).result() @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_all_successful_passing_dict(self, client): docs = [{"id": "1", "language": "en", "text": "Patient does not suffer from high blood pressure."}, {"id": "2", "language": "en", "text": "Prescribed 100mg ibuprofen, taken twice daily."}] @@ -76,11 +68,7 @@ async def test_all_successful_passing_dict(self, client): self.assertIsNotNone(doc.relations) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_all_successful_passing_text_document_input(self, client): docs = [ TextDocumentInput(id="1", text="Patient does not suffer from high blood pressure."), @@ -99,11 +87,7 @@ async def test_all_successful_passing_text_document_input(self, client): self.assertIsNotNone(doc.relations) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_passing_only_string(self, client): docs = [ u"Patient does not suffer from high blood pressure.", @@ -126,11 +110,7 @@ async def test_passing_only_string(self, client): self.assertTrue(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_input_with_some_errors(self, client): docs = [{"id": "1", "language": "en", "text": ""}, {"id": "2", "language": "english", "text": "Patient does not suffer from high blood pressure."}, @@ -147,11 +127,7 @@ async def test_input_with_some_errors(self, client): self.assertFalse(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_input_with_all_errors(self, client): docs = [{"id": "1", "language": "en", "text": ""}, {"id": "2", "language": "english", "text": "Patient does not suffer from high blood pressure."}, @@ -168,11 +144,7 @@ async def test_input_with_all_errors(self, client): self.assertTrue(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_too_many_documents(self, client): docs = list(itertools.repeat("input document", 1001)) # Maximum number of documents per request is 1000 @@ -183,11 +155,7 @@ async def test_too_many_documents(self, client): assert excinfo.value.status_code == 400 @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_payload_too_large(self, client): large_doc = "RECORD #333582770390100 | MH | 85986313 | | 054351 | 2/14/2001 12:00:00 AM | \ CORONARY ARTERY DISEASE | Signed | DIS | Admission Date: 5/22/2001 \ @@ -211,11 +179,7 @@ async def test_payload_too_large(self, client): assert excinfo.value.status_code == 413 @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_document_warnings(self, client): # TODO: reproduce a warnings scenario for implementation docs = [ @@ -230,11 +194,7 @@ async def test_document_warnings(self, client): self.assertEqual(len(doc_warnings), 0) # Currently the service doesn't return any warnings at all even though it is expressed in the Swagger. @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_output_same_order_as_input(self, client): docs = [ TextDocumentInput(id="1", text="one"), @@ -282,11 +242,7 @@ async def test_bad_credentials(self, client): ) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_bad_document_input(self, client): docs = "This is the wrong type" @@ -295,11 +251,7 @@ async def test_bad_document_input(self, client): response = await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_mixing_inputs(self, client): docs = [ {"id": "1", "text": "Microsoft was founded by Bill Gates and Paul Allen."}, @@ -311,11 +263,7 @@ async def test_mixing_inputs(self, client): response = await client.begin_analyze_healthcare(docs, polling_interval=self._interval()) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_out_of_order_ids(self, client): docs = [{"id": "56", "text": ":)"}, {"id": "0", "text": ":("}, @@ -335,11 +283,7 @@ async def test_out_of_order_ids(self, client): self.assertEqual(resp.id, expected_order[idx]) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_show_stats_and_model_version(self, client): docs = [{"id": "56", "text": ":)"}, {"id": "0", "text": ":("}, @@ -368,11 +312,7 @@ async def test_show_stats_and_model_version(self, client): self.assertIsNotNone(doc.statistics) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_whole_batch_language_hint(self, client): docs = [ u"This was the best day of my life.", @@ -391,11 +331,7 @@ async def test_whole_batch_language_hint(self, client): self.assertFalse(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_whole_batch_dont_use_language_hint(self, client): docs = [ u"This was the best day of my life.", @@ -414,11 +350,7 @@ async def test_whole_batch_dont_use_language_hint(self, client): self.assertFalse(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_per_item_dont_use_language_hint(self, client): docs = [{"id": "1", "language": "", "text": "I will go to the park."}, {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, @@ -435,11 +367,7 @@ async def test_per_item_dont_use_language_hint(self, client): self.assertFalse(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_whole_batch_language_hint_and_obj_input(self, client): docs = [ TextDocumentInput(id="1", text="I should take my cat to the veterinarian."), @@ -458,11 +386,7 @@ async def test_whole_batch_language_hint_and_obj_input(self, client): self.assertFalse(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_whole_batch_language_hint_and_dict_input(self, client): docs = [{"id": "1", "text": "I will go to the park."}, {"id": "2", "text": "I did not like the hotel we stayed at."}, @@ -479,11 +403,7 @@ async def test_whole_batch_language_hint_and_dict_input(self, client): self.assertFalse(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_whole_batch_language_hint_and_obj_per_item_hints(self, client): docs = [ TextDocumentInput(id="1", text="I should take my cat to the veterinarian.", language="en"), @@ -500,11 +420,7 @@ async def test_whole_batch_language_hint_and_obj_per_item_hints(self, client): self.assertFalse(response[1].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): docs = [{"id": "1", "language": "", "text": "I will go to the park."}, {"id": "2", "language": "", "text": "I did not like the hotel we stayed at."}, @@ -543,11 +459,7 @@ async def test_client_passed_default_language_hint(self, client): self.assertFalse(response[2].is_error) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_invalid_language_hint_method(self, client): docs = ["This should fail because we're passing in an invalid language hint"] @@ -560,11 +472,7 @@ async def test_invalid_language_hint_method(self, client): self.assertEqual(response[0].error.code, 'UnsupportedLanguageCode') @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_invalid_language_hint_docs(self, client): docs = [{"id": "1", "language": "notalanguage", "text": "This should fail because we're passing in an invalid language hint"}] @@ -602,11 +510,7 @@ async def test_rotate_subscription_key(self, resource_group, location, text_anal self.assertIsNotNone(response) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_user_agent(self, client): # TODO: verify def callback(resp): self.assertIn("azsdk-python-ai-textanalytics/{} Python/{} ({})".format( @@ -628,11 +532,7 @@ def callback(resp): await poller.result() # need to call this before tearDown runs even though we don't need the response for the test. @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_document_attribute_error_no_result_attribute(self, client): docs = [{"id": "1", "text": ""}] async with client: @@ -658,11 +558,7 @@ async def test_document_attribute_error_no_result_attribute(self, client): ) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_document_attribute_error_nonexistent_attribute(self, client): docs = [{"id": "1", "text": ""}] async with client: @@ -681,11 +577,7 @@ async def test_document_attribute_error_nonexistent_attribute(self, client): ) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_bad_model_version_error(self, client): docs = [{"id": "1", "language": "english", "text": "I did not like the hotel we stayed at."}] @@ -700,11 +592,7 @@ async def test_bad_model_version_error(self, client): self.assertIsNotNone(err.error.message) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_document_errors(self, client): text = "" for _ in range(5121): @@ -727,11 +615,7 @@ async def test_document_errors(self, client): self.assertIsNotNone(doc_errors[2].error.message) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_not_passing_list_for_docs(self, client): docs = {"id": "1", "text": "hello world"} with pytest.raises(TypeError) as excinfo: @@ -740,11 +624,7 @@ async def test_not_passing_list_for_docs(self, client): assert "Input documents cannot be a dict" in str(excinfo.value) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_missing_input_records_error(self, client): docs = [] with pytest.raises(ValueError) as excinfo: @@ -753,11 +633,7 @@ async def test_missing_input_records_error(self, client): assert "Input documents can not be empty or None" in str(excinfo.value) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_passing_none_docs(self, client): with pytest.raises(ValueError) as excinfo: async with client: @@ -765,11 +641,7 @@ async def test_passing_none_docs(self, client): assert "Input documents can not be empty or None" in str(excinfo.value) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_duplicate_ids_error(self, client): # Duplicate Ids docs = [{"id": "1", "text": "hello world"}, @@ -782,11 +654,7 @@ async def test_duplicate_ids_error(self, client): self.assertIsNotNone(err.error.message) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_pass_cls(self, client): def callback(pipeline_response, deserialized, _): return "cls result" @@ -800,11 +668,7 @@ def callback(pipeline_response, deserialized, _): assert res == "cls result" @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_multiple_pages_of_results_returned_successfully(self, client): single_doc = "hello world" docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 10)))] @@ -826,11 +690,7 @@ async def test_multiple_pages_of_results_returned_successfully(self, client): self.assertEqual(docs[idx]["id"], doc.id) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_multiple_pages_of_results_with_errors_returned_successfully(self, client): single_doc = "hello world" docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 9)))] @@ -859,11 +719,7 @@ async def test_multiple_pages_of_results_with_errors_returned_successfully(self, self.assertIsNotNone(doc.statistics) @GlobalTextAnalyticsAccountPreparer() - @TextAnalyticsClientPreparer(client_kwargs={ - "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - }) + @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_cancellation(self, client): single_doc = "hello world" docs = [{"id": str(idx), "text": val} for (idx, val) in enumerate(list(itertools.repeat(single_doc, 10)))] diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/testcase.py b/sdk/textanalytics/azure-ai-textanalytics/tests/testcase.py index 4faa47449fe3..b6f016036a6c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/testcase.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/testcase.py @@ -17,7 +17,7 @@ from devtools_testutils.cognitiveservices_testcase import CognitiveServicesAccountPreparer from azure_devtools.scenario_tests import ReplayableTest -REGION = 'westcentralus' +REGION = 'westus2' class FakeTokenCredential(object): From 839308deb323288482db87187d8c628845ff2b58 Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Thu, 19 Nov 2020 15:47:46 -0500 Subject: [PATCH 08/14] get rid of cog preparer code, moving to separate pr --- .../devtools_testutils/cognitiveservices_testcase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/azure-sdk-tools/devtools_testutils/cognitiveservices_testcase.py b/tools/azure-sdk-tools/devtools_testutils/cognitiveservices_testcase.py index ae956633db09..5ad0bf2c9671 100644 --- a/tools/azure-sdk-tools/devtools_testutils/cognitiveservices_testcase.py +++ b/tools/azure-sdk-tools/devtools_testutils/cognitiveservices_testcase.py @@ -111,7 +111,7 @@ def create_resource(self, name, **kwargs): def remove_resource(self, name, **kwargs): if self.is_live: group = self._get_resource_group(**kwargs) - self.client.accounts.delete(group.name, name) + self.client.accounts.delete(group.name, name, polling=False) def _get_resource_group(self, **kwargs): try: From 0555515126dc9f3026919c727d94cfe013cebc2c Mon Sep 17 00:00:00 2001 From: Abigail Hahn Date: Thu, 19 Nov 2020 12:48:56 -0800 Subject: [PATCH 09/14] Fixed a missed temporary change in the analyze (sync) sample --- .../samples/sample_analyze.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze.py b/sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze.py index 77d4e575a1fb..b8942151db5f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze.py +++ b/sdk/textanalytics/azure-ai-textanalytics/samples/sample_analyze.py @@ -46,13 +46,12 @@ def analyze(self): ) documents = [ - # "We went to Contoso Steakhouse located at midtown NYC last week for a dinner party, and we adore the spot! \ - # They provide marvelous food and they have a great menu. The chief cook happens to be the owner (I think his name is John Doe) \ - # and he is super nice, coming out of the kitchen and greeted us all. We enjoyed very much dining in the place! \ - # The Sirloin steak I ordered was tender and juicy, and the place was impeccably clean. You can even pre-order from their \ - # online menu at www.contososteakhouse.com, call 312-555-0176 or send email to order@contososteakhouse.com! \ - # The only complaint I have is the food didn't come fast enough. Overall I highly recommend it!" - "Microsoft was founded by Bill Gates and Paul Allen." + "We went to Contoso Steakhouse located at midtown NYC last week for a dinner party, and we adore the spot! \ + They provide marvelous food and they have a great menu. The chief cook happens to be the owner (I think his name is John Doe) \ + and he is super nice, coming out of the kitchen and greeted us all. We enjoyed very much dining in the place! \ + The Sirloin steak I ordered was tender and juicy, and the place was impeccably clean. You can even pre-order from their \ + online menu at www.contososteakhouse.com, call 312-555-0176 or send email to order@contososteakhouse.com! \ + The only complaint I have is the food didn't come fast enough. Overall I highly recommend it!" ] poller = text_analytics_client.begin_analyze( From bec6dd8ac201562b260e79718424b111b89ea344 Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Thu, 19 Nov 2020 16:49:18 -0500 Subject: [PATCH 10/14] rerecord --- ...successful_passing_dict_entities_task.yaml | 14798 +-------------- ...ccessful_passing_dict_key_phrase_task.yaml | 194 +- ...essful_passing_dict_pii_entities_task.yaml | 15602 +--------------- ...ing_text_document_input_entities_task.yaml | 422 +- ...g_text_document_input_key_phrase_task.yaml | 24 +- ...text_document_input_pii_entities_task.yaml | 344 +- .../test_analyze.test_bad_credentials.yaml | 6 +- ...est_bad_model_version_error_all_tasks.yaml | 28 +- ...ad_model_version_error_multiple_tasks.yaml | 892 +- ...t_bad_model_version_error_single_task.yaml | 24 +- ...ze.test_bad_request_on_empty_document.yaml | 10 +- ...t_client_passed_default_language_hint.yaml | 774 +- ...test_analyze.test_duplicate_ids_error.yaml | 10 +- ...t_analyze.test_empty_credential_class.yaml | 6 +- ...t_analyze.test_empty_document_failure.yaml | 10 +- ...alyze.test_invalid_language_hint_docs.yaml | 789 +- ...yze.test_invalid_language_hint_method.yaml | 788 +- ...ages_of_results_returned_successfully.yaml | 6958 +------ ....test_out_of_order_ids_multiple_tasks.yaml | 880 +- ...ut_same_order_as_input_multiple_tasks.yaml | 344 +- .../test_analyze.test_pass_cls.yaml | 346 +- ...est_passing_only_string_entities_task.yaml | 796 +- ...t_passing_only_string_key_phrase_task.yaml | 24 +- ...passing_only_string_pii_entities_task.yaml | 378 +- ....test_per_item_dont_use_language_hint.yaml | 400 +- ..._analyze.test_rotate_subscription_key.yaml | 1728 +- ...tats_and_model_version_multiple_tasks.yaml | 14146 +------------- .../test_analyze.test_too_many_documents.yaml | 10 +- .../test_analyze.test_user_agent.yaml | 780 +- ...st_whole_batch_dont_use_language_hint.yaml | 820 +- ...nalyze.test_whole_batch_language_hint.yaml | 427 +- ...le_batch_language_hint_and_dict_input.yaml | 774 +- ...language_hint_and_dict_per_item_hints.yaml | 389 +- ...ole_batch_language_hint_and_obj_input.yaml | 1109 +- ..._language_hint_and_obj_per_item_hints.yaml | 1151 +- ...successful_passing_dict_entities_task.yaml | 540 +- ...ccessful_passing_dict_key_phrase_task.yaml | 28 +- ...essful_passing_dict_pii_entities_task.yaml | 282 +- ...ing_text_document_input_entities_task.yaml | 282 +- ...g_text_document_input_key_phrase_task.yaml | 28 +- ...text_document_input_pii_entities_task.yaml | 524 +- ...st_analyze_async.test_bad_credentials.yaml | 8 +- ...est_bad_model_version_error_all_tasks.yaml | 32 +- ...ad_model_version_error_multiple_tasks.yaml | 610 +- ...t_bad_model_version_error_single_task.yaml | 28 +- ...nc.test_bad_request_on_empty_document.yaml | 12 +- ...t_client_passed_default_language_hint.yaml | 546 +- ...nalyze_async.test_duplicate_ids_error.yaml | 12 +- ...yze_async.test_empty_credential_class.yaml | 8 +- ...async.test_invalid_language_hint_docs.yaml | 562 +- ...ync.test_invalid_language_hint_method.yaml | 560 +- ...ages_of_results_returned_successfully.yaml | 520 +- ...lts_with_errors_returned_successfully.yaml | 764 +- ....test_out_of_order_ids_multiple_tasks.yaml | 720 +- ...ut_same_order_as_input_multiple_tasks.yaml | 524 +- .../test_analyze_async.test_pass_cls.yaml | 284 +- ...est_passing_only_string_entities_task.yaml | 304 +- ...t_passing_only_string_key_phrase_task.yaml | 28 +- ...passing_only_string_pii_entities_task.yaml | 522 +- ....test_per_item_dont_use_language_hint.yaml | 544 +- ...ze_async.test_rotate_subscription_key.yaml | 1201 +- ...tats_and_model_version_multiple_tasks.yaml | 538 +- ...analyze_async.test_too_many_documents.yaml | 10 +- .../test_analyze_async.test_user_agent.yaml | 542 +- ...st_whole_batch_dont_use_language_hint.yaml | 556 +- ..._async.test_whole_batch_language_hint.yaml | 541 +- ...le_batch_language_hint_and_dict_input.yaml | 546 +- ...language_hint_and_dict_per_item_hints.yaml | 541 +- ...ole_batch_language_hint_and_obj_input.yaml | 809 +- ..._language_hint_and_obj_per_item_hints.yaml | 881 +- ...care.test_all_successful_passing_dict.yaml | 126 +- ...uccessful_passing_text_document_input.yaml | 24 +- ...alyze_healthcare.test_bad_credentials.yaml | 6 +- ...althcare.test_bad_model_version_error.yaml | 24 +- ..._analyze_healthcare.test_cancellation.yaml | 48 +- ...t_client_passed_default_language_hint.yaml | 24 +- ...t_attribute_error_no_result_attribute.yaml | 24 +- ...attribute_error_nonexistent_attribute.yaml | 24 +- ...alyze_healthcare.test_document_errors.yaml | 24 +- ...yze_healthcare.test_document_warnings.yaml | 24 +- ...e_healthcare.test_duplicate_ids_error.yaml | 10 +- ...ealthcare.test_empty_credential_class.yaml | 6 +- ...healthcare.test_input_with_all_errors.yaml | 24 +- ...ealthcare.test_input_with_some_errors.yaml | 58 +- ...hcare.test_invalid_language_hint_docs.yaml | 24 +- ...are.test_invalid_language_hint_method.yaml | 24 +- ...ages_of_results_returned_successfully.yaml | 58 +- ...lts_with_errors_returned_successfully.yaml | 24 +- ...lyze_healthcare.test_out_of_order_ids.yaml | 24 +- ...hcare.test_output_same_order_as_input.yaml | 24 +- ...test_analyze_healthcare.test_pass_cls.yaml | 24 +- ...e_healthcare.test_passing_only_string.yaml | 24 +- ...yze_healthcare.test_payload_too_large.yaml | 10 +- ....test_per_item_dont_use_language_hint.yaml | 24 +- ...althcare.test_rotate_subscription_key.yaml | 54 +- ...are.test_show_stats_and_model_version.yaml | 24 +- ...ze_healthcare.test_too_many_documents.yaml | 10 +- ...st_analyze_healthcare.test_user_agent.yaml | 24 +- ...st_whole_batch_dont_use_language_hint.yaml | 24 +- ...thcare.test_whole_batch_language_hint.yaml | 24 +- ...le_batch_language_hint_and_dict_input.yaml | 58 +- ...language_hint_and_dict_per_item_hints.yaml | 24 +- ...ole_batch_language_hint_and_obj_input.yaml | 24 +- ..._language_hint_and_obj_per_item_hints.yaml | 24 +- ...sync.test_all_successful_passing_dict.yaml | 28 +- ...uccessful_passing_text_document_input.yaml | 26 +- ...healthcare_async.test_bad_credentials.yaml | 8 +- ...re_async.test_bad_model_version_error.yaml | 28 +- ...ze_healthcare_async.test_cancellation.yaml | 42 +- ...t_client_passed_default_language_hint.yaml | 72 +- ...t_attribute_error_no_result_attribute.yaml | 28 +- ...attribute_error_nonexistent_attribute.yaml | 28 +- ...healthcare_async.test_document_errors.yaml | 28 +- ...althcare_async.test_document_warnings.yaml | 28 +- ...thcare_async.test_duplicate_ids_error.yaml | 12 +- ...are_async.test_empty_credential_class.yaml | 8 +- ...care_async.test_input_with_all_errors.yaml | 28 +- ...are_async.test_input_with_some_errors.yaml | 28 +- ...async.test_invalid_language_hint_docs.yaml | 28 +- ...ync.test_invalid_language_hint_method.yaml | 28 +- ...ages_of_results_returned_successfully.yaml | 28 +- ...lts_with_errors_returned_successfully.yaml | 28 +- ...ealthcare_async.test_out_of_order_ids.yaml | 28 +- ...async.test_output_same_order_as_input.yaml | 28 +- ...nalyze_healthcare_async.test_pass_cls.yaml | 28 +- ...thcare_async.test_passing_only_string.yaml | 50 +- ...althcare_async.test_payload_too_large.yaml | 12 +- ....test_per_item_dont_use_language_hint.yaml | 28 +- ...re_async.test_rotate_subscription_key.yaml | 130 +- ...ync.test_show_stats_and_model_version.yaml | 28 +- ...lthcare_async.test_too_many_documents.yaml | 12 +- ...lyze_healthcare_async.test_user_agent.yaml | 28 +- ...st_whole_batch_dont_use_language_hint.yaml | 28 +- ..._async.test_whole_batch_language_hint.yaml | 28 +- ...le_batch_language_hint_and_dict_input.yaml | 28 +- ...language_hint_and_dict_per_item_hints.yaml | 28 +- ...ole_batch_language_hint_and_obj_input.yaml | 28 +- ..._language_hint_and_obj_per_item_hints.yaml | 28 +- ...ment.test_all_successful_passing_dict.yaml | 10 +- ...uccessful_passing_text_document_input.yaml | 10 +- ...nalyze_sentiment.test_bad_credentials.yaml | 6 +- ...entiment.test_bad_model_version_error.yaml | 10 +- ..._sentiment.test_batch_size_over_limit.yaml | 10 +- ...ment.test_batch_size_over_limit_error.yaml | 10 +- ...t_client_passed_default_language_hint.yaml | 30 +- ...t_attribute_error_no_result_attribute.yaml | 10 +- ...attribute_error_nonexistent_attribute.yaml | 10 +- ...nalyze_sentiment.test_document_errors.yaml | 12 +- ...lyze_sentiment.test_document_warnings.yaml | 10 +- ...ze_sentiment.test_duplicate_ids_error.yaml | 10 +- ...sentiment.test_empty_credential_class.yaml | 6 +- ..._sentiment.test_input_with_all_errors.yaml | 10 +- ...sentiment.test_input_with_some_errors.yaml | 12 +- ...iment.test_invalid_language_hint_docs.yaml | 10 +- ...ent.test_invalid_language_hint_method.yaml | 12 +- ...sentiment.test_language_kwarg_spanish.yaml | 10 +- ....test_no_offset_v3_sentence_sentiment.yaml | 10 +- .../test_analyze_sentiment.test_offset.yaml | 10 +- ...analyze_sentiment.test_opinion_mining.yaml | 10 +- ..._opinion_mining_more_than_5_documents.yaml | 14 +- ...test_opinion_mining_no_mined_opinions.yaml | 10 +- ...t_opinion_mining_with_negated_opinion.yaml | 10 +- ...alyze_sentiment.test_out_of_order_ids.yaml | 10 +- ...iment.test_output_same_order_as_input.yaml | 10 +- .../test_analyze_sentiment.test_pass_cls.yaml | 10 +- ...ze_sentiment.test_passing_only_string.yaml | 10 +- ....test_per_item_dont_use_language_hint.yaml | 10 +- ...entiment.test_rotate_subscription_key.yaml | 26 +- ...ent.test_show_stats_and_model_version.yaml | 10 +- ...nt.test_string_index_type_not_fail_v3.yaml | 10 +- ...yze_sentiment.test_too_many_documents.yaml | 8 +- ...est_analyze_sentiment.test_user_agent.yaml | 10 +- ...st_whole_batch_dont_use_language_hint.yaml | 10 +- ...timent.test_whole_batch_language_hint.yaml | 10 +- ...le_batch_language_hint_and_dict_input.yaml | 10 +- ...language_hint_and_dict_per_item_hints.yaml | 10 +- ...ole_batch_language_hint_and_obj_input.yaml | 10 +- ..._language_hint_and_obj_per_item_hints.yaml | 10 +- ...sync.test_all_successful_passing_dict.yaml | 12 +- ...uccessful_passing_text_document_input.yaml | 12 +- ..._sentiment_async.test_bad_credentials.yaml | 8 +- ...nt_async.test_bad_model_version_error.yaml | 10 +- ...ment_async.test_batch_size_over_limit.yaml | 12 +- ...sync.test_batch_size_over_limit_error.yaml | 12 +- ...t_client_passed_default_language_hint.yaml | 36 +- ...t_attribute_error_no_result_attribute.yaml | 12 +- ...attribute_error_nonexistent_attribute.yaml | 12 +- ..._sentiment_async.test_document_errors.yaml | 14 +- ...entiment_async.test_document_warnings.yaml | 12 +- ...timent_async.test_duplicate_ids_error.yaml | 12 +- ...ent_async.test_empty_credential_class.yaml | 8 +- ...ment_async.test_input_with_all_errors.yaml | 14 +- ...ent_async.test_input_with_some_errors.yaml | 14 +- ...async.test_invalid_language_hint_docs.yaml | 12 +- ...ync.test_invalid_language_hint_method.yaml | 14 +- ...ent_async.test_language_kwarg_spanish.yaml | 12 +- ....test_no_offset_v3_sentence_sentiment.yaml | 12 +- ...t_analyze_sentiment_async.test_offset.yaml | 12 +- ...e_sentiment_async.test_opinion_mining.yaml | 12 +- ..._opinion_mining_more_than_5_documents.yaml | 16 +- ...test_opinion_mining_no_mined_opinions.yaml | 12 +- ...t_opinion_mining_with_negated_opinion.yaml | 12 +- ...sentiment_async.test_out_of_order_ids.yaml | 12 +- ...async.test_output_same_order_as_input.yaml | 12 +- ...analyze_sentiment_async.test_pass_cls.yaml | 12 +- ...timent_async.test_passing_only_string.yaml | 12 +- ....test_per_item_dont_use_language_hint.yaml | 12 +- ...nt_async.test_rotate_subscription_key.yaml | 32 +- ...ync.test_show_stats_and_model_version.yaml | 12 +- ...nc.test_string_index_type_not_fail_v3.yaml | 12 +- ...ntiment_async.test_too_many_documents.yaml | 12 +- ...alyze_sentiment_async.test_user_agent.yaml | 10 +- ...st_whole_batch_dont_use_language_hint.yaml | 12 +- ..._async.test_whole_batch_language_hint.yaml | 12 +- ...le_batch_language_hint_and_dict_input.yaml | 12 +- ...language_hint_and_dict_per_item_hints.yaml | 12 +- ...ole_batch_language_hint_and_obj_input.yaml | 12 +- ..._language_hint_and_obj_per_item_hints.yaml | 12 +- .../test_auth.test_active_directory_auth.yaml | 142 - ...auth_async.test_active_directory_auth.yaml | 35 - ...uage.test_all_successful_passing_dict.yaml | 10 +- ...uccessful_passing_text_document_input.yaml | 12 +- ..._detect_language.test_bad_credentials.yaml | 6 +- ...language.test_bad_model_version_error.yaml | 10 +- ...t_language.test_batch_size_over_limit.yaml | 10 +- ...uage.test_batch_size_over_limit_error.yaml | 10 +- ...st_client_passed_default_country_hint.yaml | 34 +- ...tect_language.test_country_hint_kwarg.yaml | 12 +- ...etect_language.test_country_hint_none.yaml | 44 +- ...t_attribute_error_no_result_attribute.yaml | 12 +- ...attribute_error_nonexistent_attribute.yaml | 12 +- ..._detect_language.test_document_errors.yaml | 12 +- ...etect_language.test_document_warnings.yaml | 10 +- ...ect_language.test_duplicate_ids_error.yaml | 10 +- ..._language.test_empty_credential_class.yaml | 6 +- ...t_language.test_input_with_all_errors.yaml | 12 +- ..._language.test_input_with_some_errors.yaml | 12 +- ...nguage.test_invalid_country_hint_docs.yaml | 12 +- ...uage.test_invalid_country_hint_method.yaml | 12 +- ...detect_language.test_out_of_order_ids.yaml | 12 +- ...guage.test_output_same_order_as_input.yaml | 12 +- .../test_detect_language.test_pass_cls.yaml | 12 +- ...ect_language.test_passing_only_string.yaml | 14 +- ...e.test_per_item_dont_use_country_hint.yaml | 12 +- ...language.test_rotate_subscription_key.yaml | 30 +- ...age.test_show_stats_and_model_version.yaml | 12 +- ...ge.test_string_index_type_not_fail_v3.yaml | 12 +- .../test_detect_language.test_user_agent.yaml | 12 +- ...anguage.test_whole_batch_country_hint.yaml | 12 +- ...ole_batch_country_hint_and_dict_input.yaml | 12 +- ..._country_hint_and_dict_per_item_hints.yaml | 10 +- ...hole_batch_country_hint_and_obj_input.yaml | 12 +- ...h_country_hint_and_obj_per_item_hints.yaml | 12 +- ...est_whole_batch_dont_use_country_hint.yaml | 10 +- ...sync.test_all_successful_passing_dict.yaml | 14 +- ...uccessful_passing_text_document_input.yaml | 14 +- ...t_language_async.test_bad_credentials.yaml | 8 +- ...ge_async.test_bad_model_version_error.yaml | 12 +- ...uage_async.test_batch_size_over_limit.yaml | 12 +- ...sync.test_batch_size_over_limit_error.yaml | 12 +- ...st_client_passed_default_country_hint.yaml | 42 +- ...anguage_async.test_country_hint_kwarg.yaml | 14 +- ...language_async.test_country_hint_none.yaml | 56 +- ...t_attribute_error_no_result_attribute.yaml | 14 +- ...attribute_error_nonexistent_attribute.yaml | 14 +- ...t_language_async.test_document_errors.yaml | 14 +- ...language_async.test_document_warnings.yaml | 14 +- ...nguage_async.test_duplicate_ids_error.yaml | 12 +- ...age_async.test_empty_credential_class.yaml | 8 +- ...uage_async.test_input_with_all_errors.yaml | 14 +- ...age_async.test_input_with_some_errors.yaml | 14 +- ..._async.test_invalid_country_hint_docs.yaml | 12 +- ...sync.test_invalid_country_hint_method.yaml | 14 +- ..._language_async.test_out_of_order_ids.yaml | 14 +- ...async.test_output_same_order_as_input.yaml | 14 +- ...t_detect_language_async.test_pass_cls.yaml | 14 +- ...nguage_async.test_passing_only_string.yaml | 16 +- ...c.test_per_item_dont_use_country_hint.yaml | 14 +- ...ge_async.test_rotate_subscription_key.yaml | 36 +- ...ync.test_show_stats_and_model_version.yaml | 14 +- ...nc.test_string_index_type_not_fail_v3.yaml | 14 +- ...detect_language_async.test_user_agent.yaml | 14 +- ...e_async.test_whole_batch_country_hint.yaml | 14 +- ...ole_batch_country_hint_and_dict_input.yaml | 14 +- ..._country_hint_and_dict_per_item_hints.yaml | 14 +- ...hole_batch_country_hint_and_obj_input.yaml | 14 +- ...h_country_hint_and_obj_per_item_hints.yaml | 12 +- ...est_whole_batch_dont_use_country_hint.yaml | 14 +- .../test_encoding.test_diacritics_nfc.yaml | 10 +- .../test_encoding.test_diacritics_nfd.yaml | 10 +- .../recordings/test_encoding.test_emoji.yaml | 10 +- .../test_encoding.test_emoji_family.yaml | 10 +- ..._emoji_family_with_skin_tone_modifier.yaml | 10 +- ...ng.test_emoji_with_skin_tone_modifier.yaml | 10 +- .../test_encoding.test_korean_nfc.yaml | 10 +- .../test_encoding.test_korean_nfd.yaml | 10 +- .../test_encoding.test_zalgo_text.yaml | 10 +- ...st_encoding_async.test_diacritics_nfc.yaml | 12 +- ...st_encoding_async.test_diacritics_nfd.yaml | 12 +- .../test_encoding_async.test_emoji.yaml | 12 +- ...test_encoding_async.test_emoji_family.yaml | 12 +- ..._emoji_family_with_skin_tone_modifier.yaml | 12 +- ...nc.test_emoji_with_skin_tone_modifier.yaml | 12 +- .../test_encoding_async.test_korean_nfc.yaml | 12 +- .../test_encoding_async.test_korean_nfd.yaml | 12 +- .../test_encoding_async.test_zalgo_text.yaml | 12 +- ...ases.test_all_successful_passing_dict.yaml | 10 +- ...uccessful_passing_text_document_input.yaml | 10 +- ...ract_key_phrases.test_bad_credentials.yaml | 6 +- ..._phrases.test_bad_model_version_error.yaml | 10 +- ...ey_phrases.test_batch_size_over_limit.yaml | 10 +- ...ases.test_batch_size_over_limit_error.yaml | 10 +- ...t_client_passed_default_language_hint.yaml | 30 +- ...t_attribute_error_no_result_attribute.yaml | 10 +- ...attribute_error_nonexistent_attribute.yaml | 10 +- ...ract_key_phrases.test_document_errors.yaml | 10 +- ...ct_key_phrases.test_document_warnings.yaml | 10 +- ..._key_phrases.test_duplicate_ids_error.yaml | 10 +- ...y_phrases.test_empty_credential_class.yaml | 6 +- ...ey_phrases.test_input_with_all_errors.yaml | 10 +- ...y_phrases.test_input_with_some_errors.yaml | 10 +- ...rases.test_invalid_language_hint_docs.yaml | 10 +- ...ses.test_invalid_language_hint_method.yaml | 10 +- ...y_phrases.test_language_kwarg_spanish.yaml | 10 +- ...act_key_phrases.test_out_of_order_ids.yaml | 8 +- ...rases.test_output_same_order_as_input.yaml | 10 +- ...est_extract_key_phrases.test_pass_cls.yaml | 10 +- ..._key_phrases.test_passing_only_string.yaml | 10 +- ....test_per_item_dont_use_language_hint.yaml | 10 +- ..._phrases.test_rotate_subscription_key.yaml | 26 +- ...ses.test_show_stats_and_model_version.yaml | 10 +- ...es.test_string_index_type_not_fail_v3.yaml | 8 +- ...t_key_phrases.test_too_many_documents.yaml | 10 +- ...t_extract_key_phrases.test_user_agent.yaml | 10 +- ...st_whole_batch_dont_use_language_hint.yaml | 10 +- ...hrases.test_whole_batch_language_hint.yaml | 10 +- ...language_hint_and_dict_per_item_hints.yaml | 10 +- ...ole_batch_language_hint_and_obj_input.yaml | 10 +- ..._language_hint_and_obj_per_item_hints.yaml | 8 +- ...sync.test_all_successful_passing_dict.yaml | 12 +- ...uccessful_passing_text_document_input.yaml | 12 +- ...ey_phrases_async.test_bad_credentials.yaml | 8 +- ...es_async.test_bad_model_version_error.yaml | 12 +- ...ases_async.test_batch_size_over_limit.yaml | 12 +- ...sync.test_batch_size_over_limit_error.yaml | 12 +- ...t_client_passed_default_language_hint.yaml | 36 +- ...t_attribute_error_no_result_attribute.yaml | 10 +- ...attribute_error_nonexistent_attribute.yaml | 10 +- ...ey_phrases_async.test_document_errors.yaml | 12 +- ..._phrases_async.test_document_warnings.yaml | 12 +- ...hrases_async.test_duplicate_ids_error.yaml | 12 +- ...ses_async.test_empty_credential_class.yaml | 8 +- ...ases_async.test_input_with_all_errors.yaml | 12 +- ...ses_async.test_input_with_some_errors.yaml | 12 +- ...async.test_invalid_language_hint_docs.yaml | 12 +- ...ync.test_invalid_language_hint_method.yaml | 12 +- ...ses_async.test_language_kwarg_spanish.yaml | 12 +- ...y_phrases_async.test_out_of_order_ids.yaml | 12 +- ...async.test_output_same_order_as_input.yaml | 12 +- ...tract_key_phrases_async.test_pass_cls.yaml | 12 +- ...hrases_async.test_passing_only_string.yaml | 12 +- ....test_per_item_dont_use_language_hint.yaml | 10 +- ...es_async.test_rotate_subscription_key.yaml | 32 +- ...ync.test_show_stats_and_model_version.yaml | 12 +- ...nc.test_string_index_type_not_fail_v3.yaml | 10 +- ...phrases_async.test_too_many_documents.yaml | 12 +- ...act_key_phrases_async.test_user_agent.yaml | 12 +- ...st_whole_batch_dont_use_language_hint.yaml | 12 +- ..._async.test_whole_batch_language_hint.yaml | 12 +- ...language_hint_and_dict_per_item_hints.yaml | 12 +- ...ole_batch_language_hint_and_obj_input.yaml | 12 +- ..._language_hint_and_obj_per_item_hints.yaml | 12 +- ...ties.test_all_successful_passing_dict.yaml | 10 +- ...uccessful_passing_text_document_input.yaml | 10 +- ...cognize_entities.test_bad_credentials.yaml | 6 +- ...entities.test_bad_model_version_error.yaml | 8 +- ...e_entities.test_batch_size_over_limit.yaml | 10 +- ...ties.test_batch_size_over_limit_error.yaml | 8 +- ...t_client_passed_default_language_hint.yaml | 30 +- ...t_attribute_error_no_result_attribute.yaml | 8 +- ...attribute_error_nonexistent_attribute.yaml | 10 +- ...cognize_entities.test_document_errors.yaml | 10 +- ...gnize_entities.test_document_warnings.yaml | 10 +- ...ize_entities.test_duplicate_ids_error.yaml | 10 +- ..._entities.test_empty_credential_class.yaml | 6 +- ...e_entities.test_input_with_all_errors.yaml | 10 +- ..._entities.test_input_with_some_errors.yaml | 10 +- ...ities.test_invalid_language_hint_docs.yaml | 10 +- ...ies.test_invalid_language_hint_method.yaml | 8 +- ..._entities.test_language_kwarg_spanish.yaml | 10 +- ...est_no_offset_v3_categorized_entities.yaml | 10 +- .../test_recognize_entities.test_offset.yaml | 10 +- ...ognize_entities.test_out_of_order_ids.yaml | 10 +- ...ities.test_output_same_order_as_input.yaml | 10 +- ...test_recognize_entities.test_pass_cls.yaml | 10 +- ...ize_entities.test_passing_only_string.yaml | 10 +- ....test_per_item_dont_use_language_hint.yaml | 10 +- ...entities.test_rotate_subscription_key.yaml | 24 +- ...ies.test_show_stats_and_model_version.yaml | 10 +- ...es.test_string_index_type_not_fail_v3.yaml | 10 +- ...nize_entities.test_too_many_documents.yaml | 10 +- ...st_recognize_entities.test_user_agent.yaml | 10 +- ...st_whole_batch_dont_use_language_hint.yaml | 10 +- ...tities.test_whole_batch_language_hint.yaml | 10 +- ...language_hint_and_dict_per_item_hints.yaml | 10 +- ...ole_batch_language_hint_and_obj_input.yaml | 10 +- ..._language_hint_and_obj_per_item_hints.yaml | 10 +- ...sync.test_all_successful_passing_dict.yaml | 12 +- ...uccessful_passing_text_document_input.yaml | 12 +- ...e_entities_async.test_bad_credentials.yaml | 8 +- ...es_async.test_bad_model_version_error.yaml | 10 +- ...ties_async.test_batch_size_over_limit.yaml | 12 +- ...sync.test_batch_size_over_limit_error.yaml | 12 +- ...t_client_passed_default_language_hint.yaml | 36 +- ...t_attribute_error_no_result_attribute.yaml | 10 +- ...attribute_error_nonexistent_attribute.yaml | 10 +- ...e_entities_async.test_document_errors.yaml | 12 +- ...entities_async.test_document_warnings.yaml | 12 +- ...tities_async.test_duplicate_ids_error.yaml | 12 +- ...ies_async.test_empty_credential_class.yaml | 8 +- ...ties_async.test_input_with_all_errors.yaml | 12 +- ...ies_async.test_input_with_some_errors.yaml | 12 +- ...async.test_invalid_language_hint_docs.yaml | 12 +- ...ync.test_invalid_language_hint_method.yaml | 10 +- ...ies_async.test_language_kwarg_spanish.yaml | 12 +- ...est_no_offset_v3_categorized_entities.yaml | 12 +- ..._recognize_entities_async.test_offset.yaml | 12 +- ..._entities_async.test_out_of_order_ids.yaml | 12 +- ...async.test_output_same_order_as_input.yaml | 12 +- ...ecognize_entities_async.test_pass_cls.yaml | 12 +- ...tities_async.test_passing_only_string.yaml | 12 +- ....test_per_item_dont_use_language_hint.yaml | 12 +- ...es_async.test_rotate_subscription_key.yaml | 32 +- ...ync.test_show_stats_and_model_version.yaml | 12 +- ...nc.test_string_index_type_not_fail_v3.yaml | 12 +- ...ntities_async.test_too_many_documents.yaml | 12 +- ...ognize_entities_async.test_user_agent.yaml | 12 +- ...st_whole_batch_dont_use_language_hint.yaml | 12 +- ..._async.test_whole_batch_language_hint.yaml | 10 +- ...language_hint_and_dict_per_item_hints.yaml | 12 +- ...ole_batch_language_hint_and_obj_input.yaml | 12 +- ..._language_hint_and_obj_per_item_hints.yaml | 12 +- ...ties.test_all_successful_passing_dict.yaml | 10 +- ...uccessful_passing_text_document_input.yaml | 10 +- ..._linked_entities.test_bad_credentials.yaml | 6 +- ...entities.test_bad_model_version_error.yaml | 10 +- ...d_entities.test_batch_size_over_limit.yaml | 10 +- ...ties.test_batch_size_over_limit_error.yaml | 10 +- ...ecognize_linked_entities.test_bing_id.yaml | 10 +- ...t_client_passed_default_language_hint.yaml | 30 +- ...t_attribute_error_no_result_attribute.yaml | 8 +- ...attribute_error_nonexistent_attribute.yaml | 10 +- ..._linked_entities.test_document_errors.yaml | 10 +- ...inked_entities.test_document_warnings.yaml | 10 +- ...ked_entities.test_duplicate_ids_error.yaml | 8 +- ..._entities.test_empty_credential_class.yaml | 6 +- ...d_entities.test_input_with_all_errors.yaml | 10 +- ..._entities.test_input_with_some_errors.yaml | 10 +- ...ities.test_invalid_language_hint_docs.yaml | 10 +- ...ies.test_invalid_language_hint_method.yaml | 10 +- ..._entities.test_language_kwarg_spanish.yaml | 10 +- ...test_no_offset_v3_linked_entity_match.yaml | 10 +- ...recognize_linked_entities.test_offset.yaml | 10 +- ...linked_entities.test_out_of_order_ids.yaml | 10 +- ...ities.test_output_same_order_as_input.yaml | 10 +- ...cognize_linked_entities.test_pass_cls.yaml | 10 +- ...ked_entities.test_passing_only_string.yaml | 10 +- ....test_per_item_dont_use_language_hint.yaml | 10 +- ...entities.test_rotate_subscription_key.yaml | 26 +- ...ies.test_show_stats_and_model_version.yaml | 10 +- ...es.test_string_index_type_not_fail_v3.yaml | 10 +- ...nked_entities.test_too_many_documents.yaml | 10 +- ...gnize_linked_entities.test_user_agent.yaml | 10 +- ...st_whole_batch_dont_use_language_hint.yaml | 10 +- ...tities.test_whole_batch_language_hint.yaml | 10 +- ...language_hint_and_dict_per_item_hints.yaml | 10 +- ...ole_batch_language_hint_and_obj_input.yaml | 10 +- ..._language_hint_and_obj_per_item_hints.yaml | 10 +- ...sync.test_all_successful_passing_dict.yaml | 12 +- ...uccessful_passing_text_document_input.yaml | 12 +- ...d_entities_async.test_bad_credentials.yaml | 8 +- ...es_async.test_bad_model_version_error.yaml | 12 +- ...ties_async.test_batch_size_over_limit.yaml | 10 +- ...sync.test_batch_size_over_limit_error.yaml | 12 +- ...ze_linked_entities_async.test_bing_id.yaml | 12 +- ...t_client_passed_default_language_hint.yaml | 36 +- ...t_attribute_error_no_result_attribute.yaml | 12 +- ...attribute_error_nonexistent_attribute.yaml | 12 +- ...d_entities_async.test_document_errors.yaml | 12 +- ...entities_async.test_document_warnings.yaml | 12 +- ...tities_async.test_duplicate_ids_error.yaml | 10 +- ...ies_async.test_empty_credential_class.yaml | 8 +- ...ties_async.test_input_with_all_errors.yaml | 12 +- ...ies_async.test_input_with_some_errors.yaml | 12 +- ...async.test_invalid_language_hint_docs.yaml | 12 +- ...ync.test_invalid_language_hint_method.yaml | 10 +- ...ies_async.test_language_kwarg_spanish.yaml | 12 +- ...test_no_offset_v3_linked_entity_match.yaml | 12 +- ...ize_linked_entities_async.test_offset.yaml | 12 +- ..._entities_async.test_out_of_order_ids.yaml | 12 +- ...async.test_output_same_order_as_input.yaml | 12 +- ...e_linked_entities_async.test_pass_cls.yaml | 12 +- ...tities_async.test_passing_only_string.yaml | 12 +- ....test_per_item_dont_use_language_hint.yaml | 12 +- ...es_async.test_rotate_subscription_key.yaml | 32 +- ...ync.test_show_stats_and_model_version.yaml | 12 +- ...nc.test_string_index_type_not_fail_v3.yaml | 12 +- ...ntities_async.test_too_many_documents.yaml | 10 +- ...linked_entities_async.test_user_agent.yaml | 12 +- ...st_whole_batch_dont_use_language_hint.yaml | 12 +- ..._async.test_whole_batch_language_hint.yaml | 10 +- ...language_hint_and_dict_per_item_hints.yaml | 12 +- ...ole_batch_language_hint_and_obj_input.yaml | 12 +- ..._language_hint_and_obj_per_item_hints.yaml | 12 +- ...ties.test_all_successful_passing_dict.yaml | 10 +- ...uccessful_passing_text_document_input.yaml | 10 +- ...ize_pii_entities.test_bad_credentials.yaml | 6 +- ...entities.test_bad_model_version_error.yaml | 10 +- ...i_entities.test_batch_size_over_limit.yaml | 8 +- ...ties.test_batch_size_over_limit_error.yaml | 10 +- ...t_client_passed_default_language_hint.yaml | 30 +- ...t_attribute_error_no_result_attribute.yaml | 8 +- ...attribute_error_nonexistent_attribute.yaml | 10 +- ...ize_pii_entities.test_document_errors.yaml | 8 +- ...e_pii_entities.test_document_warnings.yaml | 10 +- ...pii_entities.test_duplicate_ids_error.yaml | 8 +- ..._entities.test_empty_credential_class.yaml | 6 +- ...i_entities.test_input_with_all_errors.yaml | 10 +- ..._entities.test_input_with_some_errors.yaml | 10 +- ...ities.test_invalid_language_hint_docs.yaml | 8 +- ...ies.test_invalid_language_hint_method.yaml | 8 +- ..._entities.test_language_kwarg_english.yaml | 10 +- ...ze_pii_entities.test_out_of_order_ids.yaml | 10 +- ...ities.test_output_same_order_as_input.yaml | 10 +- ..._recognize_pii_entities.test_pass_cls.yaml | 10 +- ...pii_entities.test_passing_only_string.yaml | 10 +- ....test_per_item_dont_use_language_hint.yaml | 10 +- ...e_pii_entities.test_phi_domain_filter.yaml | 10 +- ...gnize_pii_entities.test_redacted_text.yaml | 8 +- ...entities.test_rotate_subscription_key.yaml | 26 +- ...ies.test_show_stats_and_model_version.yaml | 10 +- ..._pii_entities.test_too_many_documents.yaml | 10 +- ...ecognize_pii_entities.test_user_agent.yaml | 10 +- ...st_whole_batch_dont_use_language_hint.yaml | 10 +- ...tities.test_whole_batch_language_hint.yaml | 8 +- ...language_hint_and_dict_per_item_hints.yaml | 10 +- ...ole_batch_language_hint_and_obj_input.yaml | 10 +- ..._language_hint_and_obj_per_item_hints.yaml | 10 +- ...sync.test_all_successful_passing_dict.yaml | 12 +- ...uccessful_passing_text_document_input.yaml | 12 +- ...i_entities_async.test_bad_credentials.yaml | 8 +- ...es_async.test_bad_model_version_error.yaml | 10 +- ...ties_async.test_batch_size_over_limit.yaml | 12 +- ...sync.test_batch_size_over_limit_error.yaml | 12 +- ...t_client_passed_default_language_hint.yaml | 36 +- ...t_attribute_error_no_result_attribute.yaml | 12 +- ...attribute_error_nonexistent_attribute.yaml | 10 +- ...i_entities_async.test_document_errors.yaml | 10 +- ...entities_async.test_document_warnings.yaml | 12 +- ...tities_async.test_duplicate_ids_error.yaml | 12 +- ...ies_async.test_empty_credential_class.yaml | 8 +- ...ties_async.test_input_with_all_errors.yaml | 10 +- ...ies_async.test_input_with_some_errors.yaml | 12 +- ...async.test_invalid_language_hint_docs.yaml | 12 +- ...ync.test_invalid_language_hint_method.yaml | 12 +- ...ies_async.test_language_kwarg_english.yaml | 12 +- ..._entities_async.test_out_of_order_ids.yaml | 12 +- ...async.test_output_same_order_as_input.yaml | 10 +- ...nize_pii_entities_async.test_pass_cls.yaml | 12 +- ...tities_async.test_passing_only_string.yaml | 12 +- ....test_per_item_dont_use_language_hint.yaml | 12 +- ...entities_async.test_phi_domain_filter.yaml | 12 +- ...pii_entities_async.test_redacted_text.yaml | 12 +- ...es_async.test_rotate_subscription_key.yaml | 32 +- ...ync.test_show_stats_and_model_version.yaml | 12 +- ...ntities_async.test_too_many_documents.yaml | 12 +- ...ze_pii_entities_async.test_user_agent.yaml | 12 +- ...st_whole_batch_dont_use_language_hint.yaml | 12 +- ..._async.test_whole_batch_language_hint.yaml | 10 +- ...language_hint_and_dict_per_item_hints.yaml | 12 +- ...ole_batch_language_hint_and_obj_input.yaml | 10 +- ..._language_hint_and_obj_per_item_hints.yaml | 12 +- 582 files changed, 31303 insertions(+), 56904 deletions(-) delete mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_auth.test_active_directory_auth.yaml delete mode 100644 sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_auth_async.test_active_directory_auth.yaml diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_entities_task.yaml index 0a21ef2a71b5..cf84907935f0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_entities_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_entities_task.yaml @@ -20,19 +20,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 0908a751-65b4-48b0-ae0e-7ff4ab381474 + - 29e5e042-e7ea-4adf-a09a-e2941b3a9a80 date: - - Thu, 19 Nov 2020 01:34:02 GMT + - Thu, 19 Nov 2020 21:11:41 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '295' + - '26' status: code: 202 message: Accepted @@ -54,19 +54,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000?showStats=True response: body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:01Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:01Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' + string: '{"jobId":"22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - cd3904d6-fcd5-4723-a960-369cbd61510f + - 76f0cd3e-b762-44e3-a7fd-2fc693cc1ab2 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:34:02 GMT + - Thu, 19 Nov 2020 21:11:46 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -74,14559 +74,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '115' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9285cf3a-07e3-43a9-9020-2690783ef6a6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '195' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6bd1ecea-d975-48cd-baf2-2fd427276b86 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '72' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9adf60e7-d6d5-455c-b051-c64334ac9d0b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '84' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f8682f9d-1afb-4b16-b5fe-9bbf34ea7c8b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '130' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0ce77876-b186-40b3-93ef-18df0fa4c935 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '61' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9ddeb896-b7d2-40e7-8486-fe1355735ac9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 911beb27-4354-4ec5-bcf6-d210f85e6690 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 265ae81c-e758-416e-af82-39fb541e24ac - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e461ef2a-79dc-4b68-a495-34acb58b728b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d7936b23-68d8-4fca-a840-bb2711052575 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 47cc82d8-878f-43e4-8728-596901ce54e6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - acf47721-92ed-4431-80a2-e1fcb4acd66e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 758a8939-711a-481f-a0a6-2eb31776d530 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bb98def9-4b7e-48c9-94f7-f4132176a772 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 51c5fc6c-b576-49bc-bfb6-0a057e9d2849 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - adce23d3-e9c2-4fa4-a853-4c3eca488f9e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f2e213db-f2db-4bb9-bc46-8547793bbfce - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '48' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6c6094d7-fec8-4dee-8f16-b3d6e5d651ff - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0933dd20-3111-4087-974f-fa4cb54964f5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b85fb968-97da-476c-bc8e-9924cb331470 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8ef75396-8c5c-4027-859e-7ab54f13bbfb - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8ae88751-1043-4568-a995-709b16383b52 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0854ade9-6cf3-450d-8cf6-11f6385cfa4d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a274e653-8124-4ec2-b441-109d2b3e438f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 65e00073-af6f-4cf3-8f28-fa9f710a5d9b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 35116f88-24ba-4e74-81e7-94d25f166a29 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9d8026af-b2ce-4db5-8868-8b83524e0cef - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e1298cad-16d4-4bd1-8eda-67e646533558 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b37b3ffa-834f-4256-b379-5c129d9e40c7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 28d26129-ce25-4e2d-ba0b-fc1fc7950d8b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '34' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f11e5ec9-7ef8-4977-86e4-c2d9395d4e85 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6208b37b-febc-4203-8a70-958e980d29ff - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 585477c0-a36c-45f6-8554-47a2b42d99df - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 89830435-bc06-4226-91ee-9603f0685bc3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '54' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4ebd192f-699a-4fa3-9371-93a87fd44a61 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 46b46480-d847-40f2-9df0-fa3bf29bb111 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '50' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a3d9aa03-291e-4bb1-864e-f33a2705c36c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0214d2bc-4c42-45d0-beec-445a1c719fd6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '58' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5da2f69d-419d-43c2-ad42-55feb09d5ab6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '52' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - afd89950-9a42-4c87-a90a-d7790066437e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '66' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ec73a54a-7c9e-47f5-8e76-8ba3b8dbe4bf - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '58' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 07fed1ee-74d2-42b0-974b-2c6ee552a555 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b4129021-bb3c-4fc8-8033-b6caa3a40522 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 11de06b8-6150-4d8d-a094-f90206d22390 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 735e95a0-5673-4063-8850-9d2b47fab81a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 65d50f9b-3a0f-4809-a85a-3ef54db9c309 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ac567421-ba23-420b-b928-b3f88167a242 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - afaff673-0ec5-4be5-af3c-a2cab0504015 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0788e53d-2b31-44b3-a3c9-25bd41e26570 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 31e39c89-a5ec-42f4-a0eb-63a02d165b62 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c7c241ea-e543-462b-926d-a14695532f13 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - fa9358c4-d919-4661-baf0-26b11bf4fff8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 636c18f3-f333-4668-8fff-c4ab886feb29 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bf16ca92-69c1-4773-be5b-175d5ecb83f7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4922f742-38c1-4995-9fe1-c97f680ccacc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 03a21763-6360-4e67-b4c8-bbe9dd73d97b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2b4fda2e-6d54-42fe-a002-aa0b969d4f7f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9bfc8afe-1fe7-44ff-bd47-60a7d5e412b5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6e743429-ec06-4dd9-baf8-61e652310b4c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5b457c24-e347-4155-a46f-76a7c267a72f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 22a92698-3c6d-4941-9339-22f7b1fff69f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f7560c8f-1432-4997-9f2e-8311f4c03ef2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8bda3ad5-d1e2-401b-810e-acbaa3d8623f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 15eb6ac9-c906-47cb-8795-298dce4038f8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0186b6fc-42b3-44e5-90e2-30656f37cba5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 55cdb071-13ac-4226-acaa-869f7f9eefd7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 84450afc-bb40-4257-9b43-6a52bd256f27 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0c6eaf40-8bbc-4171-8930-e8f0e79ff618 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e1ec8cdf-91c1-4187-9704-daa3b87b4cde - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 887b406b-61fa-4d58-af45-6e17479c3fd5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e854c822-3107-497d-8e57-10af7413fff4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ab7e0618-f4f8-46e5-8baa-b283305ed548 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 165df417-7adb-40dd-9842-1bd22d73a71c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1ab6de57-d3f0-41d6-903f-0add0388ec92 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '64' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 287e38f9-6182-4c24-b06a-1f3428d30312 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 24886bea-b338-410b-9b38-6df70266ca39 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1e985440-ed52-47e0-bc3c-1bea53762346 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 918a73aa-92de-4aac-bf00-0f44fa600047 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 54f646cd-31ce-4552-b62c-a80e11137a31 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '69' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - eb1823ec-5bb5-476e-bff7-766e7521e168 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '60' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7cbd10a2-7ab5-4acb-a458-2d5d2a80d69e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - def57ba4-c431-4e7d-bb71-1f388de9c6a9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 69da857f-2ca1-46dd-aebf-2eade5551bc7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '48' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - dfc94dfd-49e0-4722-a1dc-721184bb2b31 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '58' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f38cf6a6-568f-430f-a40f-aacbfc21e603 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - faf1fef4-8284-44eb-a272-152a45bd80e7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 62fc1b1a-23fa-40c5-a6eb-8677aa7f0e57 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f195d0e0-b172-4c80-8789-58bab6f0533b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f6342d47-592d-424c-a874-cfdac19e34c6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8ae2c382-b6ad-4136-b0a7-b007aa697323 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9252b591-0454-4d44-95de-c47ecb8c5d66 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bfbd8858-98e3-4679-82c9-4d8c8ca1f4e2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c7d6ad40-3726-4239-8575-813eafca4073 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 96694dd7-b488-41b4-a53f-2b397b97fdff - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '52' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ed38d447-504e-47a9-8b66-fb5f91168d41 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a5c06038-f913-4f34-9b66-2252f8730d2a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4bbbb89e-1d76-4033-9623-20c0f456efac - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '72' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ec91ff35-9ea0-4f52-9064-d1333a58c37e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '60' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ebfa4da9-1ba4-4cb0-8521-59a6cfbbb1fd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - de4a92fe-a6f7-4555-bfaf-be45f5a1e909 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7199b99a-ff3e-4b65-b479-738d9bdc636c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ed85d416-aaa0-4ddd-9b07-700d4599e114 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9eb6822e-1911-4285-b3cf-41751663e9c5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2816cd7c-81d3-4a68-a23d-63a246bcdee9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 98a1921b-0152-4639-90a8-f24b980def65 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a41f7060-6787-4334-893b-d0deccdb67eb - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2a2a950d-fe7a-4399-88c7-01d79fae287d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 27d11ff5-42d7-42cb-b5f7-980a66e27152 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6b20f7cf-02ec-4d51-89a4-b5dea9a551de - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ae9197a7-6143-4328-8676-12e456fb7def - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 574f8db2-ccd4-4225-b662-e49c24c5c102 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 54a9b1f2-2ab0-4542-8a59-f1ea249a8371 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 84d23078-0a9a-490a-b6fc-86dbb1e1c9e4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 642b876e-637a-45f7-b95f-cea5e624b032 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 63340116-2f66-412d-9c3a-a5303a9ef56f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 892a9bb4-7db3-4c58-b1b0-1da05811746c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '59' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 07c6c905-0772-4990-8046-32f6d489ab9b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:35 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0f6f9fc1-238f-4898-9740-71fd8a2b627a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:35 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2e3d2416-42f7-4712-83b9-2b17e0bdffcc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '64' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5869e46c-4fc0-4fcc-98c5-79a1541514d2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 53eb7e90-7c03-4028-984b-b05d67bdb5b6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 359a6188-665a-449d-9de7-849b22a73708 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 706676c3-20b7-4fab-9ac2-25199816c518 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 52c75683-4018-481f-b3ba-b8f781fd3ccf - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0fccb369-057a-4319-b732-088e13a0936d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bb248173-796d-426b-a877-928fecd41ef8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 102467e4-28ce-4051-a3a4-fa271942c711 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e854da9c-4324-409d-a57d-e602803a0a41 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '59' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 62befaeb-b7d0-4f80-8997-5b1f4605ee34 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 10845f9a-8fac-46c6-8870-979caa2a9455 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f15c26a0-9ecf-47ad-9e41-1d9f67200b26 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '48' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c19855a9-9524-433a-95a1-2c226bd54bde - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 056e1b11-af19-4022-bd07-532ef1aac34d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f2850365-3ff7-47a1-9a08-ba76291bee65 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2b767305-1bdf-453d-ae12-d3f9c3cacab5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '33' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 32ca4060-a710-4ff9-b0bf-67451a880a40 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5cdd2efa-0f81-41f5-9b6c-db9ecbe44542 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 34cdc4a2-74ec-4247-9fcc-2f9052cdfc64 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '34' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 44b2843b-bd1f-418f-bae6-ed334903fba4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ff5b359d-6889-4f1b-9637-96de27c2b85d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 076032cc-0b1e-4a72-8e17-adae44c988e9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 61aba26e-5bd0-4203-9f05-f81813926dca - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1eb5a2c4-5abd-4461-bdd7-b5a1eb253e17 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 196aeccb-53d8-4839-8b9e-d6cc3436d60d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 49a86f26-1dc7-49dc-bb3e-48007177cded - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2de71bac-5fa8-4251-b746-d32ff1ba06ee - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 64b43055-09c0-4552-bdde-184c46a2a5a1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7178f814-f438-492e-b10c-4aa801b70410 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 19b52d49-2d1a-4e49-9023-adaa2f33b813 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 07c34a11-0e0b-45b7-ab63-451ef0f15889 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e7418001-fc1e-409b-80f6-9e0509818bdf - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '69' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 145d85ef-70b3-4c39-a7af-db0c3965f894 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0d943331-1959-4e31-947d-1dc20d48e792 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 513ea958-4f7b-4494-839d-124c882da248 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d2ece935-7c3f-4dcf-9314-b1cd723dead1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - fcba29c1-086e-4820-90a1-77a983fce20f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4c2e669a-71c9-4950-bcb9-c433e2f296e6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b80a361a-4aad-47fa-b1c9-2b7656ccdd48 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 391027aa-e984-422c-bba7-5181776d6ba4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bcbaa962-822f-4ebc-b989-ff2ce91e5bd4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 20f6d0ff-5c02-42b5-ae95-6e5dbd1d5422 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ae6385d9-8464-4bc9-be56-b62099ae2e1f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d67973f0-b588-4346-bdc7-63ab5e153967 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e8a1d995-a801-411e-851d-a1cc77c73de4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a6254bdd-a6c1-45df-ba0b-ebe639b7995c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7f8a11fd-fd1b-481d-b21e-0b9340ab85d9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 81cd39e5-18cf-4a15-b073-169701892774 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 054c81b5-7500-4eb2-a415-7aa6719eb0a9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b176da78-9bc8-4e5f-8dc6-cd55e294e72f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a7c3addf-f967-4d50-a247-267e1ed140fb - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2500290c-7bc7-4545-8c92-470295dc0d94 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - be56d683-96cc-409c-b715-74d6cc651fe7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - aea69b6d-fe9f-4158-9c09-4c83b8c62f2f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 55614c36-e928-424d-a857-da43c3ff22f8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a86f4826-6959-498d-8ca4-9d25d4cf04c0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f64db951-84a2-4eba-9ea3-aa7c6f0c5e1c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0c6d19fe-0861-41d0-b67c-2a663c4a5d1e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 315b460e-f9f8-4739-b25d-1be172bf6cbd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 66d6fc4b-84d2-4d76-9eff-ce1615d52f57 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f7cd78e8-779d-47da-a028-936418061a82 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '34' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7bea5a5c-e752-482b-8cad-520918e70d7a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '58' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 81528a5e-d187-4d12-b37e-e1d60ca24715 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9943fe90-83aa-4758-a29a-fcc096315636 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - afaa394b-4a58-4b33-9bcf-9e6e1849b885 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - af40ef4c-aed2-4426-9b76-81e22a0cba24 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '50' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 55195b02-8824-4a6a-a5d7-ef29f16fb4fe - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 165fcbb8-ea7e-4ce3-b3b2-0204722cf4a1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 06c6d39f-fe62-4698-a507-5807cb5fa8ec - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '79' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b69216e7-9f1a-4b32-98b2-4d87bef50305 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - dcec0bc3-091d-4880-9fa0-13d5408d13ab - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2b93545b-5b41-4f56-b971-7b13868cacec - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 85acd82c-03fe-4e93-9134-451eb437779b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6095099b-b62f-4e24-b9a5-895ae9267049 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e255a538-67a3-4de3-be5c-41c3f223b258 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '50' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4685d8eb-ac84-4c61-8378-d352a0d0ab3d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '58' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a942f1ff-7a6b-45f0-9486-c054caf72b30 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a3d78d81-ebcc-46b3-bab2-fa558d073316 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9450aff6-1388-4818-b2a1-5e07efc55835 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '33' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7c64bd58-c2bb-4163-a4ec-905cc8c8eb5f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:34:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3435ed59-ccdf-45b1-a689-d5444eca2b5a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9da98336-ba54-413a-b93b-90cb5ad68184 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4d9dd41a-65c4-4db0-b2a0-21156746ac50 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 50b863f3-8847-4406-b094-b62030245b20 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 04f8ed12-facd-442b-b7d8-4eb256c3c926 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '34' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a14cd852-8042-4b59-9b35-11ea0e0a2b69 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a84616f8-efdc-438c-ae04-adf64a4b8512 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '59' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 03ba87fe-e4c7-42b1-bba8-bc7bbe1fc32b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9708b301-6099-4d83-9c92-f9dc914f1ed9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - da26c8c9-34a6-4a11-8544-477561e83a6f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 28416017-c10e-4847-866b-0e5406b7e589 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '32' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 956f5713-63dc-4661-b2cb-d430b1ca424e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '52' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d9746d71-f7d6-41e9-a560-2ed3430b89b8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e945da15-c3a2-4484-adf5-db38f16e9525 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f054dce5-d9ee-43a7-b5de-6566ebb533e1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ad7ba70a-997a-4d8b-84f9-20898e5d6541 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - fc6d4a7b-e1d1-4dde-8f04-dbaca417c231 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b258eaec-f0b2-4feb-8dd3-f167c353a8a6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '33' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0b3e71c5-70cf-4438-aafd-460abe83c404 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '34' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 571f2186-fb24-40ac-b38d-a7a2ea4a00f1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 26d070bf-1a37-4570-8b80-8c9afc9d525d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 12f0bbe1-7cc0-4db1-b894-37a861e0e437 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4d739393-50d8-4e00-bd04-855c62a8f37b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d6ddfdb8-8b9c-4b75-8a8a-27120fbb0c79 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '59' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 86ecc460-94d1-40ff-a6af-caeeef31378a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4f3d60f3-71d6-4af3-9bf5-425bcf98d06b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b3157633-760c-4b41-a695-8957cb03a381 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 66393cd9-dea9-4e40-82c0-59e2b165fb57 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 78fec085-ca15-46bc-a6ac-26dbffbc33c2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0050f287-eec7-46ca-bfd8-37fe365b4332 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b9bda973-a503-4a25-936e-740cf64dda7a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 21609a6f-1e5f-45e6-b9ab-1008db93d336 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2a051bd0-d4ab-4f23-930d-759d0a5465ca - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d4a2e209-1d52-427c-9ecb-6fefc45a1f8c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 55a0e56b-fd11-444e-af4c-6b100c7cb5e3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a3ffb955-0db0-4f0a-a7bc-f9e0ab013a71 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '33' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5f06450f-0911-4daa-9e63-10bd0d475a02 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7379fe43-ff6c-4c21-bae8-edf95cff72cc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b209898d-ce2b-410f-8127-c9efc9202109 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '49' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 821594b9-10ab-425b-90f4-9d36f2efe3db - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2cb3e9f4-803f-4fad-b814-fe9cca060d98 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7450afed-cb2a-4d51-ba25-9ff88d77dad5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 36af1c91-cab3-4322-9cd8-e75ea45df89f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7bed1b55-6510-4f41-8812-d66bfc909cde - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c37c9d3e-977f-4c24-b018-838661f1903f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '55' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 47689583-9d9a-4f0d-826c-a5322b2d99d6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '64' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3646dfb7-fbff-4ebc-b37c-bc255f4f1888 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '34' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1c29a545-3c40-4ebe-924e-9ba76393b245 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 16c40dca-f45d-4415-98bb-5fa3abcbd052 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 73e8c93f-5453-4c9e-b651-600552c89191 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7ae9db62-274b-464a-884d-57422ce0bcc8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0bcbf0c4-1623-495e-a339-34ee11d65e25 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 40fb0aa3-88d1-4c02-a478-8dc1559dd65b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 22032022-860a-4d1d-81ae-e4657315451b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 171182f4-c3d1-46e3-a691-e46a525be1cc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f0a14718-ff95-417b-bc27-f868a42e0619 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 600ba273-305e-4ac8-ad46-0eda4fba7599 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '71' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 515dfe11-337f-42c8-afed-8e4bca34c1f0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:16 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4105c5a5-d43a-4f7d-ac54-eac85b669b04 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:16 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 064725ed-d763-48c2-9dd9-38bafa48576a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:16 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a22cc883-19e9-475d-a084-6b70441510a8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:16 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2af79a2e-8b7d-4875-bf78-5a6fe2797c98 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4a5a1c3d-2063-4003-8cf5-4c200559d69c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d1dd6b1a-2fca-4bea-8be9-12a09ec8a5f5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c7c13c53-c452-4e6f-8c03-b5e0ec44da1e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3eafd36c-bcfd-4368-9cb3-9dc5a2442393 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - fb3dd1b1-d691-4082-ab32-456fda02139f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '34' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8e8795bc-de8f-4471-9a61-e2a87c516097 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 67bdb6f2-3eb9-4547-bc33-cedfd34c26b7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '68' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - beca5cfd-e3b7-440b-ba51-e8298814c310 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '49' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 89ddd81d-f803-4b8e-9bbe-c4f8eb5f55cf - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 43f4b7a6-0ebe-4c01-8d2c-bca638243aba - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - aae6b631-e542-408c-b734-d05f628276b1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '59' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - baa6e4fe-61a9-42ba-a77c-3285a4295c7d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a120c5e1-6e78-424f-aa48-c75490ec0fd2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0e3306d9-e1d4-4069-9f3e-d65b004493e7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 513d6a6c-8168-48f6-b183-93ea81566c81 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '32' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d632bca2-c9f6-44bf-8f57-246180f25c29 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '57' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3415884a-485c-434e-b116-f184ee36ecda - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 05ebab6b-b7de-4b81-a520-4e00ec5a27de - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 67d23a79-3c3c-47ee-8b40-292058465f3a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '56' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - fa774b60-7849-4043-9856-e55a17cbb590 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1e98a451-c63e-446c-961d-8595857673e7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b9ce191d-6cc7-4f6c-a9ff-aed1ea416b4f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d3480c70-aa00-4e6f-9c3d-014dace6b4e6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6a5230e9-c3b9-441b-a99a-4bfe3c44f909 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1f29cc3c-9a5b-489e-83c0-594b0c06b4e8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9fd36437-07c8-42a6-8e62-6fe6cc227ffb - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - df288424-a9e6-4d2e-a177-330bcfa186b3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b2c10d98-512d-46ce-9332-fd0c4127280b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e13a39bc-6e6e-43d5-9933-ee7f014eaf1a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d9dad7a8-b3fa-4723-974e-af413d35287d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8511a1ae-35c2-4e6f-b638-642bb312402f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '48' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a5ef82f1-a0cd-487c-b53e-b3a8b6b3d11d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b80c90e5-723f-4bd9-b927-d4bc2ffb674f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5ee36b2a-4d8d-46e3-a76e-95f7e9137506 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b58a5784-ebf5-43da-aad0-ebfe56d091d2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6a23a4fd-0b16-4f90-b184-57a3810494a2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9abaffef-eac7-41a6-91ba-f0c0e0c171e9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 47f004f8-98f3-4fcf-951a-59d617b42540 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7c8ae8df-728a-497e-892f-0c60a912f598 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b65903ea-df28-4151-a348-14150e205759 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '62' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 07fcb6a2-0cda-4946-841e-86ba19b9bd15 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '57' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4b6c31f2-b2f2-4c2c-ac72-b585f083d0b4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f9411eb0-6206-4803-8853-9fde2b7343b9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '51' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c6b961c7-dce7-4c2f-9498-8cced980472c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '62' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 664fda05-ed2c-4be8-9143-1bdd40284f71 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 130f5e44-46db-4350-a2de-25c2ec521b8c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5d1cf051-e337-40cd-9d40-02687ef3d315 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 570c129b-3f07-4deb-ac8e-543316a6be45 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 439b439c-2752-406d-aace-c290ce06d074 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f3800634-8515-4244-9216-f24fd2a477e2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 135a42c3-f694-4e09-840d-8159e0c6ad3b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 406d31a6-94f7-4f12-9ddb-28b57ebfe809 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '53' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 46985aee-d06a-4ee0-9f1e-c16f050dde69 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 11e1ab5d-25d0-465f-97e5-14577cc2d077 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 62e2bb3c-355e-491d-b454-27dddc34fef7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 936ed0ff-858b-45c3-aa71-1313250fc91d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5ccb7973-87a7-4c7e-af08-9db5f1d45515 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 190683c9-3eb4-41d8-a1d8-74e48ab19e9e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - eac8d1c5-cd3d-4fd7-8395-87e24c4af6be - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5d2e9449-59b1-437b-ac63-da364f0a3c39 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 166b0b1b-50cf-4871-96c4-62f07de7ea9e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4145ac0c-cfaf-4334-8cde-080658f3d76d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '48' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - fbbd0d34-693c-4ed4-9ac5-737527a2d85b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '34' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 967d5522-587d-4190-aa5b-3683e68a579d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f491f0a4-a056-446e-8bac-47e2905acb22 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 897a8935-03c0-40af-b7f4-e21bbeb2f670 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1b844a4d-eb0c-4349-9888-3d3b616d1f52 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4c438d9c-0aa6-424a-8a6e-a9c570427b27 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 98a40883-3152-4820-a827-47507c306de4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5b7989bb-b87c-41d7-8bc3-4a1316569318 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '33' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6b49fe60-7ce5-4f4b-b287-30fd2267978a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 316a2e83-9b02-4213-aceb-52564e6c46cc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a7e25a61-d8c9-4b88-9164-3263a55b1608 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 52c031fd-23d1-4b04-8aa9-529ece968b36 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7095bb08-cde4-460e-b1b6-9481108f5e2a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e76ddc54-e689-4a56-b26c-b4aa29e06189 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 391a6873-a3c5-4581-8081-dc01b2dbebdd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bbd022de-8a5a-4891-a67b-c02520e191f9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '56' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 69fd977f-491e-4ad4-b750-7f7dfb8a3089 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '67' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 57dff0e7-a695-4a78-ad3f-6cc790eb9585 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '59' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8e67d2b3-6424-4149-81d5-705e43cdadaa - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bcb5925f-8ab4-4210-9346-01e4cb6fc35a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '48' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 29c9f833-9167-44b1-9920-4017614c2d9e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 55077f8c-8e87-45a8-b69f-e7ed69751984 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5e0e52dc-8295-4528-ba5c-12d0afc56a6d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 22d01d33-a569-4f6f-8e5d-588a18af193f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 93354148-fd7c-4f69-a077-1bce8132ab61 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 531b82b6-0191-4167-8da4-c7878390d161 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 09126984-7cdd-4f7d-ae2f-29e4c0fdc233 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 38ea65b3-48ee-4cd2-a339-995abd9db903 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 50df136e-5504-4e66-984a-3d06074804ce - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - fa699c59-8ccc-41b9-9123-25e67bcb3254 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ac8f6340-5ad4-4018-8665-5fd919ba8a3e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e98c49f3-d84c-4613-abc5-06f286fbd087 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4e7dad26-5959-4768-bc5f-3e5958bc6b87 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b18c8658-5913-413f-92b8-e76f8d2da11a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f82cb837-1851-44df-b2fc-5462844c437e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f834da29-234e-4862-a8ec-373ddb6af5bb - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1ccab7da-54cd-416f-8a6b-959f0b444bf7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '51' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 64d88a1c-5f5a-4abb-93b5-04825c8b2152 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - cb4a70fc-0dd8-4f10-b472-ecc09faea8b8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7e68e2f9-d1f0-43df-941d-7d75ae97a049 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f65e3f6f-898e-4e79-9d1a-a2d9e15a0822 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f2cbdba1-f242-4e17-8c4e-4e434992e631 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 64144e1c-6e93-4ce1-bf4e-a9cf3d9f9961 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5dd01d05-df7e-4d80-97e3-ed776e09ddfb - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 056eb708-5214-4f94-867f-f8933980cce7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4f9a9c21-d3bf-4ca5-ab08-152e6f4ca7e1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4a1e86b2-f57c-4c65-8ebd-9f79c30b2d1c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2843ce20-d607-4efb-920e-14008cb40ccb - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0b285695-af74-4c2c-a54f-d40bdffabf97 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 92cf6195-5b24-4504-a8d3-35dcb817cdd7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f3e97f95-b461-431e-8702-d4df845b87d0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4870b937-72cd-4724-9567-caf56a43a7b0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - fbed9122-d55b-46e6-8e37-05dbcd25d3ba - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '49' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 825ddf2f-eb4d-41c7-a80b-25cc71e79cc0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '48' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 34d3e03f-a017-48ce-bfcc-08f25c96cce9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '54' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e559a816-4088-43c7-8787-0d07bc484760 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - fe291f05-130f-4522-bcbf-7297b8f927f5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '56' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e15835ce-af21-4dd9-a34d-61e113c71d96 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9855110d-fc3c-479f-bbdf-00b3f0086bbb - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - deba94a3-f3f0-4c3c-9e88-021f5cc42760 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ee48a83a-6da8-4e35-bf06-ff4f8991e8c9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bb01f430-be1a-4df5-b1b9-719baf94e75f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 72ff95e9-e845-4f00-a93f-acacbfa7c3e8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '48' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 165916da-ad59-4e11-9b68-2b70cb2adfce - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b2a0042f-b1f7-4eaa-b2b5-09a4c3429a3a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '62' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5ddb944d-3331-4b21-b13f-651205cfb3c9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e2f01467-a162-495e-a564-db90c8d2d956 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - be24cb90-49a0-456b-a8d3-7430cd6b5bb5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '48' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 55d627ce-5f87-4c68-be3e-080189cd2c15 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1a52c9ba-5094-40f5-9b5c-1425de76bf61 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6d012cd3-d0c0-4982-add6-17d8456cde1c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d87cc97e-4486-412c-91e3-dd773955911e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '61' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0fcdcd61-d7ec-4bac-af3f-4f53a1d46ddc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '34' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 17e6a398-7c51-49d5-8aeb-6bc4fe7a5a97 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3fc238f4-50f6-4e4c-9032-e50cc03fe753 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - db86e837-c9c6-4258-8454-53a6d65c3bf6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bac0466b-be4b-43a8-b5ff-d3f51b7f0bdb - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8b62936e-4c40-4f6a-a2dd-7633dbf15d44 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 63e7b6dc-a1a5-4983-87d2-b8c8dc1da79d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 263f5419-4b6c-4b5e-bb83-95f9aebdb54b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '48' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ee6ce615-6d5a-4bed-bacf-5af6d8c09b5b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ee48b81b-0818-41e3-a1af-08c1b181ae5b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6caba86f-6f3c-4f9e-8048-f5b3041d3b2e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '51' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8361d5f9-8bc3-448c-b4d4-28c1613c281c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 737faff3-d236-42f5-b675-e76e0f0d98d8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e36364e4-ec99-42b0-b40b-b4e9b6470a9f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:35:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 13a940db-7934-42d0-8d5c-45f11cbbca34 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3678c114-64bc-4cc6-9971-3126ce6f60ef - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a6c9a365-21d2-4c75-9b84-fb572dadf1f6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 27429879-d635-4464-855f-5b1e11a379b0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7fc41f39-e429-4472-af2c-661c737884a5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7197cc28-b737-4948-9a01-94fe7597fbc1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8bf6a173-6100-4394-8259-b9944aab7c5f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 95f508af-6635-4aad-9d6b-0967fb4e8e3f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b0cc33b0-39cb-4998-9df0-770fdb0e8cd1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9a967f91-0609-4ace-ad33-7d2546eaa6dc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 42e63b24-94b2-4a85-bcf8-52208db1d8f1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '56' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 695261a3-3eb0-47d1-8664-52a7606f6c02 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 64d325b0-d637-460c-8265-3597b1b58007 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8fb9f1fc-682c-41f2-a0ff-b8a04a58f091 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c897de22-5dac-435e-9fea-43e6ad8d836f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '65' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 11ccb8f5-4fc3-4d7e-87a8-8300d64f9508 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 467c3795-e4c2-4488-aa0a-f40506cb34e9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '63' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8d4a836c-67e5-4535-868e-fee700431a0a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '64' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ce8267fe-12bc-44fc-9e3a-a264064a7ee3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '59' + - '48' status: code: 200 message: OK @@ -14640,19 +88,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000?showStats=True response: body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 670f984b-9da9-4598-90aa-b003648fced1 + - 91dfb450-0d6b-4dab-a653-c17f4601672b content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:06 GMT + - Thu, 19 Nov 2020 21:11:52 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -14660,7 +108,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '36' + - '37' status: code: 200 message: OK @@ -14674,19 +122,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000?showStats=True response: body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 3ce52381-295e-4bbb-9e35-e2de8c21794d + - 1acf37ed-8bc0-48d1-9b87-59175c4bfd99 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:06 GMT + - Thu, 19 Nov 2020 21:11:57 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -14694,7 +142,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '45' + - '32' status: code: 200 message: OK @@ -14708,19 +156,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000?showStats=True response: body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 602285d6-bf22-4f0c-ad0f-6e93b945abcf + - 70eea37b-27b3-4131-8675-d4c8fec9d130 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:06 GMT + - Thu, 19 Nov 2020 21:12:02 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -14742,87 +190,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2d6e58f0-3cc8-4a7b-96fb-50f4556948ef - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3c22e9f1-166d-456e-91bb-ebdb83a6bc9e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000?showStats=True response: body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - f358970c-86f0-4bfc-a598-53bd477a5f52 + - e91c6bd7-a91c-4520-9987-746cebb15f81 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:08 GMT + - Thu, 19 Nov 2020 21:12:07 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -14830,7 +210,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '37' + - '50' status: code: 200 message: OK @@ -14844,19 +224,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000?showStats=True response: body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 42df92af-88bf-444e-82d2-b61c52539c84 + - fa9e1c89-a3e4-4020-997a-1fa140f71bde content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:08 GMT + - Thu, 19 Nov 2020 21:12:12 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -14864,7 +244,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '39' + - '35' status: code: 200 message: OK @@ -14878,19 +258,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000?showStats=True response: body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 1d21972b-08db-4c2a-9610-568d4fb2fffb + - d231fc49-2f17-46b5-b291-39debfdaf85a content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:08 GMT + - Thu, 19 Nov 2020 21:12:17 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -14898,7 +278,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '42' + - '34' status: code: 200 message: OK @@ -14912,19 +292,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000?showStats=True response: body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - c4d30951-f629-415b-871f-21731e767443 + - 3af389a1-63a7-45be-886f-a5535145eeea content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:08 GMT + - Thu, 19 Nov 2020 21:12:24 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -14932,7 +312,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '42' + - '946' status: code: 200 message: OK @@ -14946,19 +326,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000?showStats=True response: body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - f49acc8d-8b02-4e36-a927-8bd41010f404 + - 6410b2f8-cf63-431b-8612-3aecfa3ca705 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:08 GMT + - Thu, 19 Nov 2020 21:12:28 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -14966,7 +346,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '44' + - '36' status: code: 200 message: OK @@ -14980,19 +360,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000?showStats=True response: body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - d54bb128-d7d1-46e4-a655-d5ae23489d8e + - edeccce4-e7c6-4eff-825c-ca1a61a56aee content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:09 GMT + - Thu, 19 Nov 2020 21:12:34 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -15000,7 +380,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '72' + - '34' status: code: 200 message: OK @@ -15014,19 +394,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000?showStats=True response: body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - b610a243-ec14-4b13-b4f9-ef1b2927ecf1 + - f93f6c03-7784-435e-a002-143e20e0f73e content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:09 GMT + - Thu, 19 Nov 2020 21:12:38 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -15034,7 +414,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '37' + - '32' status: code: 200 message: OK @@ -15048,19 +428,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000?showStats=True response: body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - d7d229a4-0890-4cc0-8638-95ac87de1a3e + - 8e6ccf11-e787-43f3-b2f2-be82c8f21a47 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:09 GMT + - Thu, 19 Nov 2020 21:12:43 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -15068,7 +448,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '45' + - '40' status: code: 200 message: OK @@ -15082,19 +462,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000?showStats=True response: body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 9d132b45-2fa5-43d1-b124-34ffacd68abc + - 6c4309e3-5fac-4647-b29b-29ae5a33c330 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:09 GMT + - Thu, 19 Nov 2020 21:12:49 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -15102,7 +482,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '45' + - '46' status: code: 200 message: OK @@ -15116,12 +496,12 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000?showStats=True response: body: - string: '{"jobId":"62908629-f112-4eb2-b4dd-719159b536c4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:34:02Z","createdDateTime":"2020-11-19T01:34:01Z","expirationDateTime":"2020-11-20T01:34:01Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:34:02Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:34:02.5481123Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill + string: '{"jobId":"22e24a00-fcae-4389-92c7-20a84da838c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:11:42.4844896Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.89},{"text":"Bill @@ -15133,11 +513,11 @@ interactions: Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.98}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' headers: apim-request-id: - - 801c0019-ff43-4adc-933e-471c8edef629 + - 6db69694-cf47-403b-b598-39c6d327e024 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:10 GMT + - Thu, 19 Nov 2020 21:12:54 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -15145,7 +525,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '165' + - '64' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_key_phrase_task.yaml index d9c7fbabf061..af18e80c060c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_key_phrase_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_key_phrase_task.yaml @@ -17,19 +17,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 55981b33-fb92-47c1-953a-a40935ef4b62 + - 8952dac9-1b96-4857-9dd7-d627fd2d44c6 date: - - Thu, 19 Nov 2020 01:36:11 GMT + - Thu, 19 Nov 2020 21:13:46 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/42359aac-9066-4c20-87bb-cd9b00db8aaa_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '245' + - '36' status: code: 202 message: Accepted @@ -51,191 +51,21 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/42359aac-9066-4c20-87bb-cd9b00db8aaa_637413408000000000?showStats=True response: body: - string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:11Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:11Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' - headers: - apim-request-id: - - ff528b8a-3764-4519-9f29-e0ecbeb2bf76 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '14' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:11Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:11Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' - headers: - apim-request-id: - - 9bbe93b9-cea1-43cb-9281-1f8dcfa64fee - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '13' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:12Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:12Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 03d79841-a7d6-490e-ac70-ec1dfefa46dc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:12Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:12Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 417a6b53-1c59-43e2-beca-4866d5609bfd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:12Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:12Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1f132e0e-afbe-4931-a8ec-693c995c9f43 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '34' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"e2d805be-9ab0-46e8-886d-8df0afc8d691_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:12Z","createdDateTime":"2020-11-19T01:36:11Z","expirationDateTime":"2020-11-20T01:36:11Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:12Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:36:12.2865705Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["Bill + string: '{"jobId":"42359aac-9066-4c20-87bb-cd9b00db8aaa_637413408000000000","lastUpdateDateTime":"2020-11-19T21:13:46Z","createdDateTime":"2020-11-19T21:13:46Z","expirationDateTime":"2020-11-20T21:13:46Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:13:46Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:13:46.7769993Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"2","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 7c2601af-9636-4100-b7cf-38789288bce5 + - 1349abe7-b403-4299-8f68-d5664c58499b content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:12 GMT + - Thu, 19 Nov 2020 21:13:51 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -243,7 +73,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '195' + - '64' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_pii_entities_task.yaml index a908e0741fc5..fd49eb85b6aa 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_pii_entities_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_dict_pii_entities_task.yaml @@ -19,19 +19,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 0bc0e325-0d99-43e4-a5eb-0eb8038084c5 + - 00b4e654-4321-480f-9670-9eb05fab81dd date: - - Thu, 19 Nov 2020 01:36:13 GMT + - Thu, 19 Nov 2020 21:11:42 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '141' + - '62' status: code: 202 message: Accepted @@ -53,223 +53,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' - headers: - apim-request-id: - - 212b8c17-2a90-44dd-b107-f515a068a868 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '14' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 82d2fbad-2299-4730-ab76-049f0b280006 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 616be447-a940-4c34-8819-ef86132dc38e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 922d3b0a-08dd-4ebc-951a-b502f72a31ea - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 373dfc25-47dc-4859-a05b-b08eb0fb4164 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - dc80b9f9-1a67-48ac-af0b-70568d7f1527 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000?showStats=True response: body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - f1e06a57-025e-4738-8f09-afb0084e7590 + - 6ca18cee-2529-435b-99bb-3db491dcb482 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:15 GMT + - Thu, 19 Nov 2020 21:11:47 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -277,7 +73,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '60' + - '33' status: code: 200 message: OK @@ -291,19 +87,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000?showStats=True response: body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 48564dee-98fd-415d-bd2b-2618976cde92 + - 35b96d2b-7bb8-4ad5-ab26-cef0f36c1708 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:15 GMT + - Thu, 19 Nov 2020 21:11:52 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -311,7 +107,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '37' + - '34' status: code: 200 message: OK @@ -325,19 +121,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000?showStats=True response: body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 0928fa7b-b119-4265-bcac-c0577b94d3d4 + - b0490fbe-b7ab-434f-b28f-efe285c5a845 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:16 GMT + - Thu, 19 Nov 2020 21:11:57 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -359,87 +155,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9c36e88b-b0c5-4d5d-a8b2-5a297b78e031 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:16 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d79af82d-1539-470d-8aad-203e0c7d72a2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:16 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '54' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000?showStats=True response: body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - fbb337fc-e79d-4861-a8ef-4ce568f7a0de + - 37999fa9-88a9-4f7b-964e-d1934caf5f6b content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:16 GMT + - Thu, 19 Nov 2020 21:12:02 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -447,7 +175,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '41' + - '34' status: code: 200 message: OK @@ -461,19 +189,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000?showStats=True response: body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 502331ea-4ceb-4f13-ae6c-8a32bbd50a99 + - a9433c6f-7187-4928-9cd1-69042094d405 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:17 GMT + - Thu, 19 Nov 2020 21:12:08 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -481,7 +209,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '45' + - '43' status: code: 200 message: OK @@ -495,19 +223,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000?showStats=True response: body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 39693fe4-09b0-4aa8-9a50-f8f1cd60b4cc + - 37a7c4e9-1550-4716-b31f-b6d4cf2392bf content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:17 GMT + - Thu, 19 Nov 2020 21:12:13 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -515,7 +243,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '42' + - '32' status: code: 200 message: OK @@ -529,19 +257,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000?showStats=True response: body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - a6334859-3ff7-421f-b41d-dc90ac77aeb6 + - a17d1431-5ecb-43cc-ad9b-42574348d210 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:17 GMT + - Thu, 19 Nov 2020 21:12:17 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -549,7 +277,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '52' + - '37' status: code: 200 message: OK @@ -563,19 +291,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000?showStats=True response: body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - b4f0f654-c308-41f3-b9fd-c493f5f5bf30 + - 9ea14963-ef82-49e3-93aa-045229a495cd content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:17 GMT + - Thu, 19 Nov 2020 21:12:22 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -583,7 +311,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '38' + - '32' status: code: 200 message: OK @@ -597,19 +325,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000?showStats=True response: body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 31ff9163-5af7-41c3-af88-e51fa2e999db + - d36033ea-39f9-4194-9813-8a9d246eec2a content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:18 GMT + - Thu, 19 Nov 2020 21:12:27 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -617,7 +345,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '52' + - '30' status: code: 200 message: OK @@ -631,19 +359,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000?showStats=True response: body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 5d5420a6-91ef-454b-9dd2-3cc52417c9f7 + - 4269acf2-913e-44c2-959a-0c80ec2c2184 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:18 GMT + - Thu, 19 Nov 2020 21:12:33 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -651,7 +379,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '37' + - '34' status: code: 200 message: OK @@ -665,19 +393,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000?showStats=True response: body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 8d18340b-d207-454b-8aa9-55b3b40150c6 + - 4e345a68-d8f9-47db-8f95-22489d7c7825 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:18 GMT + - Thu, 19 Nov 2020 21:12:38 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -685,7 +413,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '66' + - '33' status: code: 200 message: OK @@ -699,19 +427,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000?showStats=True response: body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - a4a7bae4-9a1f-4c80-bd1c-1fd84baa0876 + - 04f6c97b-cf54-403b-a765-da10ade92486 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:36:18 GMT + - Thu, 19 Nov 2020 21:12:43 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -719,15171 +447,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '52' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 937741ad-00d1-4322-8402-804c73fd4cf4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5febf27b-3820-471e-8d38-38b915dd8383 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '57' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f3b43397-62ac-4a84-9fe4-cf513cc16c27 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d64263a3-77a2-4f73-a90f-7c10493fc4da - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3ac7192f-dedc-4f90-9925-d2ae88477fd5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '48' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 81ad47b0-36c5-4165-b4f4-42f56f5369f9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a80f242b-459b-42eb-afc2-cd2f3937da0f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 049ed13e-827b-42e2-b5ab-8aca56db70c8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 48ae2abe-aa51-457e-82bd-ce61c7f0391d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 47cb752c-c32e-47f5-bb91-4b1bd33d2653 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 06e2c6cc-84ca-40fc-9f45-42fb41105066 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '68' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d8561801-cb69-48cf-925d-beac5c624fe0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - dd58722c-8b09-46b3-aade-a9028a2f36c9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 52f65fd5-32cd-4650-bfd7-4e4420f7eeab - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0519de72-51a4-4bbc-878f-541920f0d13b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1b49af20-391c-4b36-9be9-9d469ae471ee - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0f429445-ee86-44c3-9940-d630c1141f21 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2a1c7d2d-8aca-437c-a865-528fc4efd1fe - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - cd967dbe-993c-4a12-ba4c-d87acbfbda5c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a38e7180-9f02-4a26-820c-b73f5279cd17 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '59' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3a910927-d266-43ed-a277-1b7212830b39 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 318dfb4b-b73b-499c-be4b-1a8dbf4bd257 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '34' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - dbe3fdc1-4a8c-48eb-846a-6d2a232422d7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '70' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 372b58a6-5f9b-4886-9b5a-4356af14ca66 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 04d9dae9-0251-4902-bd11-fd591cf376fe - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - da9eaf03-003d-4c3a-b611-40339da93e69 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '72' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c91094ff-2f02-4a95-8db0-81fc1ff5ad5e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a3f5a642-b411-4d3f-b2cc-154466e3a221 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '34' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0eef3b21-093b-4f84-83f0-43ed46fe95c5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f6903d02-095c-40e3-883a-ac6cbc9f8ef3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '48' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d158a2b7-ac76-46a9-a0f0-de33430d00c9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 35badaeb-c8ac-4901-9d4d-34fe548ac43f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a265a9c0-0a89-4be8-a5a5-5eee0d77190d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0c534b83-fbf9-4017-a0ea-830527ababce - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c5544beb-a9a6-45b1-be92-6481076ef8bf - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '51' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e88448f3-5a2f-4fda-8217-ce861839e6dc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 60db4f97-5ab9-477d-8200-b96acd21eb88 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c4031f41-0114-44d3-86d1-cad6ae92538c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '50' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - dc6b714a-46ba-47be-b902-7bfcb4c19b28 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - fd3d04fc-f8c1-4df9-9d38-7a073dd37d00 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c6b2ad56-26ad-4bb3-b583-e2ceb7d5fd71 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '49' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 646750fa-3e41-493e-8965-14c2e58eca72 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8d19dd83-9ace-498e-a584-c47ddb251e7a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - be95d43f-9edc-42c3-8f92-6434608e86b2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b7d0d610-e61a-489b-853d-4ca50e061d28 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bdd028aa-fb3f-441b-9c93-14f95ce33e39 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '33' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 65a9c7f5-e383-4e16-9135-9f38ffa5e1d3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2faa5a1e-5124-45ef-b7a4-ed97affb3067 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1114220f-2164-4b22-8f5f-689f58176085 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4fe465a6-c7c6-4baa-9756-a8b170527fc6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2948f3f1-eff7-48e9-b8ab-a4c8db6531ea - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '50' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a8868a72-2b53-4b6c-bcb8-37582fb18ef8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 269f960d-82cc-45ef-b5a1-5cebd2d6ca1d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '53' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 816d4eb5-631d-4186-9781-ecc604a2e138 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d8fe8be2-b2a3-4f46-bd9f-5b4a9678e0b1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 70a7b29c-a557-4669-8ef2-6148a5fc14f6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8cfdd70f-decd-4d1c-b0ce-6c47af0ec5bf - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '60' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5f924084-8652-4460-8b03-93063b773bcc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '59' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 09b0fa8c-5eba-486e-a5b9-6184568da1f7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - df5e8061-42a5-4999-a924-595dbf1fcf46 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4e249027-c400-49f9-b45b-768a429ae5b0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:35 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - dbcd7e72-7534-4a9d-ad71-24f7f6115507 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:35 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d6f554ce-9b39-4ebb-b610-6258c7da404e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:35 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7b640337-2a00-4f6d-b231-025179cc045a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:35 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 05c40437-038a-490c-af2e-b6253ab8378a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '75' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6a2ec37a-e06f-4a9e-960f-5f2943f2203d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - be59a19d-d261-4508-93e6-33a60946997f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 88460176-5789-43f2-aa97-74100c2d5d8c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bc35a14d-eb31-42c4-adab-6bdc7bc89fbe - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a9f722a0-544b-48f7-9f48-33324a0588f3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1d8c54a6-a2ea-4a8f-b46d-74d902060daa - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2b663d85-2b9c-4a4a-b240-b691e9dc56c3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '65' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1f22c8cd-0e07-4bec-847e-13a25d08f2fb - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 77f0779a-d010-4119-87bc-1f465c093709 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9d835c2c-3e46-474a-ac36-22d070ad93e9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2291a8a9-7ddf-4af9-9bf6-64e8e5cd19e8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '64' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - cbb04c1a-cd73-4d1c-b459-b04ff15fab68 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3a447e5f-078d-46e2-ab56-325dea06561f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f982c996-f280-4fd9-9577-93cc232c92bd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b4502df6-0de3-4cc8-8e6a-aab82a8f49d6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - faedac3c-b6ce-416c-a96f-37534bd7ec22 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '64' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a5770cad-efd5-4e98-ad7f-db2a648ee3b8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 58da9232-6c2c-4058-9fda-35a043a79642 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '33' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 607f2c6b-6a12-4998-8b41-2eb7aa2c9078 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 668a374d-408e-4918-a852-8976035d1132 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e6d6e267-00b6-4161-8cbd-c19f2763efab - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '62' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a30b506b-538b-4a4b-8058-888806ad802a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 191463d6-6fb4-4ec3-bbf2-d933a0fc92bc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f82781a8-baef-42c7-af5f-ca3817a27f12 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bfbf06d7-76ab-4add-9714-bbc9964ca5df - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a852fd63-8b3c-4920-a479-672fa82c112f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8c74a622-6b61-4064-b595-676ab7239fb3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '53' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4e8863dd-bbd7-4b8b-998c-819ff4841b28 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '61' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0c95b57e-a3e3-4008-b846-01058485e6e1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2f65181b-7c1b-448f-b7d1-efdec530e720 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 40ac1eac-90ff-4471-9934-96f1532d4277 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1cfa4db5-8c8c-4eef-b356-1561da6275dc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - cf083b38-4d75-4de0-bf96-c4b3f6c9e071 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6a9bee31-b59b-4e9b-9ed6-59f2b4a63481 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0c215791-e321-4fab-a580-0af3e69c32fa - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3a883059-a270-4801-b5e4-b6dd742aa6c2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 691842cc-7af7-4ded-a6eb-3c9165f3c399 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 07bb67d7-ace9-4bb5-8c51-d5a197707eb3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 851e53ed-2122-4228-bf67-6c6bb6d14229 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2c90220f-ba6c-459f-be07-02bf9889f037 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8ddb0236-1755-489c-a11c-d45f4e8d9ab7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0c1aa72a-237d-4286-ad66-deb66aa8d38b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5bfc616b-d808-4c1e-96f5-215aaf6daac1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ca389277-5932-43b5-bfdd-27b3d8b12d9a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 215badc5-c708-4436-9bd0-287c1ef0a21a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2b58cb05-a07b-4baf-a6fe-394dc8821b4f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 895bc957-7450-4bd7-929d-a3a882912b78 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 06aa5236-8de6-4f2e-8263-9122276dab45 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a9a1f27f-e24e-4511-b593-d23943271219 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '58' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 20ba7168-a25e-4c72-982a-6bbba3223dc3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 921f6865-a920-412f-9195-91ca87825a57 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e740c727-dbea-4d80-85f7-5ee0659dd5b9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '63' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d50ed65d-1355-4fef-9a86-b7ce71721d36 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 69a4ddce-9dfa-40f6-9507-ef85e474e346 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - de300a93-692c-4b16-86c0-24294a83a61c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9d0a35b0-f8f9-4c10-b5af-a3a3859af263 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 50b637d9-242f-4568-bf2c-f00d0ec38578 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '49' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 717e5c62-e309-4729-8283-3b9438903908 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6506b9ae-fe1c-49fc-8bb8-19ad77c790f9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 132651d3-844a-4aac-8ffd-cd257419e608 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '54' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 60173de2-53a1-4634-91db-ddd233aa6bd4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 90642196-a2a1-4dd5-ae11-e9d7fc8d68cc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '50' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4409524d-fa34-4946-8561-9a4bbe969305 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d87e5fa2-c83b-48a0-9231-18e02569c1ec - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 023f6303-057f-4dac-b222-a63b589676f4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ca3a5390-1c52-4373-912d-9f20a2d69e04 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ad5eee7e-4941-4313-af4d-b8e1d0ba0252 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 883866d8-83ca-4d7a-b4a3-c0300bc852f4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b8918f82-3590-4b0d-8b6e-d357555e0dd9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bf27c346-1c61-4952-8729-39a9f31e0143 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - baf824b4-b249-49e6-bb26-1b55ef84784e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 454b9e91-46c4-4a48-8dee-d822781dfdb5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7b8ffd00-5845-4840-af6a-138308a1a4f1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a866a393-7006-4147-ba09-50ee60d123b7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 637d410a-7ab9-4bda-97b7-68ab414686b3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e9d8dd9f-812e-47e4-b35b-c7ee668813e2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7307c9f2-b191-4fb8-a233-8a676641bcad - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 857e8863-75e0-4b32-98e1-96571128b6e2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '60' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e2e6913c-795f-4977-be7b-54c2ef2282c9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d76f4418-4beb-474a-bf9a-c0779778db96 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - eede9d5f-a0ec-4e52-b42e-c24980cdf2d0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '62' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7933f9b6-da41-4e39-b097-6b9dd3b651d4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 072f2453-a730-4c2b-a5de-715856a94b80 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 47f91c51-8134-457b-95cc-8edf4beba161 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 69e9f317-fcdd-4b4e-8a0a-ba7f569dd89a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c02562c0-3d92-44d3-8676-78f90e47fb7f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b6b84934-7d79-4412-b775-f663492b18a9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:36:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '62' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - adc93aa9-392f-4423-9036-a83b13f9919b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:00 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 63e20b65-bd15-44e6-8991-c3ce5646ff76 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:00 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 72379099-07dc-49ba-846c-eb9ca0a16c15 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:00 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '60' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c326fbf4-7fbd-4f82-9a81-d1b8c1a2cc50 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:00 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - be4d2e02-20d9-4007-9576-9642c567c2a2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '62' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 31c20a4e-6fc1-4d7a-aa40-49a08fb61b17 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '49' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4a80c672-87d9-4cf6-9b93-d3b870580766 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '65' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1ab9e037-31e6-4dbc-ba52-4b270047a872 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3bb58008-cb07-4aac-bd4b-143a4376580c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 015495ac-bef3-494d-a7fa-07148460081f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b5f4050d-23b6-4c65-94e5-2282135615b8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '34' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3cf13f11-7ea4-4edc-a2d6-6f68425fa0ac - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '53' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0ce24346-9070-40e4-ba14-11a8923c1dd8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '51' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7b488144-f06a-4b5a-942b-7b50aaae3306 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '60' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2780657b-2cbf-4eea-9d60-a64e75e48b36 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4489be92-04c5-43ad-9f03-30a90392451b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - dbf053f8-6b9e-4337-8756-d541779ef010 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 04741572-b506-4e8f-827a-61073f9bb3d9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 75878b96-5e39-474f-a167-55d8be7c910d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2d7df206-37dc-4cd5-9848-cf7518be05bd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '33' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6d5a2a3c-27df-4fc6-9910-342bb394e779 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c442d749-4fd6-4ce6-9064-2ed18b1cd7b7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 98abcc29-9b9b-4dd3-95df-6caf400c2817 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 675cc8e2-8aaf-471b-80a2-eb18250d856b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '57' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bac1f152-2202-420a-aee7-5e49f274f40a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a64b619f-9621-40a6-bf96-c511d78dd877 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9e6b31ef-339e-468d-b929-ba09f9d2c631 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c00a3fd6-f18c-4ce6-825b-523f3662a781 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c9399f7e-ed1f-4fd0-ae77-1b3678724ed5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d8027b22-9ec6-415a-94de-58a9d962808c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ab374f6d-eea4-4b51-9930-2d7dd2387784 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '52' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3c358efa-1a2e-438a-a441-ad218e932af7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 407d7c55-1062-4d58-96b5-455a07c30e47 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ad84ad21-35e1-4871-95b0-fc84a9c95289 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4993edee-e077-4155-b3c1-723149b4f470 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8d3b8051-3210-4db4-9eda-a2c40e5e0f7c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 223d51ad-8f0a-45fa-ba5e-f758dab30b67 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2d8415fa-89c9-4380-8bfd-b9483d69a79b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - dc6634f0-ca70-430d-b60b-bfe43c7c0ebc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 86e921d5-a46a-4540-b033-057d6d259466 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f53be511-9c83-4738-ba32-96f8beeaddad - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '61' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 68b1720a-6199-434f-ac0c-0270ebb9311f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bc2537a5-770c-40c9-b051-52c7d3b20ed5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 158a385d-b776-495d-a126-107ba70d9776 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e6926e70-0d8d-47c3-9119-10f9a7d63316 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a0ad8fe6-a1a9-441f-b564-c4df963715a1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '75' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0be20a55-d982-433d-ac88-bfaa12717227 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '55' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4fe0f1cd-aeab-4d6a-8d2e-c54fdba40c98 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '63' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5e111131-ab92-41fe-b9bb-482445a088d6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e7967439-2e55-4ef0-937e-ffe21d88819b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c4e64c03-8090-4d9d-b55a-f95d861f2010 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - cfa684e2-c1cf-4c03-9b1a-ce3cd8ba0d2a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f00529a9-13a8-41f9-a2d6-456bf71755bf - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 97e30102-54a7-4757-a483-5071d75face1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e310dab2-e6e8-494d-ae6c-929250416309 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c2741e01-3105-406a-96bf-0382a4eb0802 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '32' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - da36196e-bed6-4cd7-bd4e-4626c3bd200c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f815cf7e-c1e9-47d5-8c74-8352d67678f7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c24c3243-5ba4-4e14-8574-b45ace3c8128 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f3234ae7-9d02-4fdf-9b27-c833cdcb8009 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0c597523-a3c9-45c8-b7ad-b61d8b6cf141 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 043b2505-e2c8-41be-9b00-0b63db21923a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6c6269be-1017-408e-9276-9bc868a776c2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9070867e-4811-4172-996b-889e87377701 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ee42e17c-3cf9-482e-922e-16ace987819e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - de504562-e15a-4813-9a78-4f92f09611db - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6dfc4759-a6ef-4533-ae54-e1dc63c0cbe6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 82815f20-7063-4f66-9d2a-2c11ea78408d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 35b16924-a823-40ee-8d13-17a6ae6c35ba - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3cd72e73-f3b1-4cf4-8e16-4d54ea37c0d5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9e12195d-4bc8-407a-a521-0afed6907f8c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - cf2f1bb8-b464-4d48-becf-5d269bf1258c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2f3e904f-4832-43c5-a477-514f6d6f21e8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0f7a5cdc-4909-413e-b028-3262f6139369 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 66b04f69-8ddb-4309-9e94-9effa821bb86 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a1c26950-8d69-4087-a8ed-03b393e837f4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 888b4331-62b2-4bb4-854b-9582da19affd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c180d2f6-4b91-4106-a7a8-2d3a3101d865 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f9702a1d-e56f-45bd-9c63-86b0095aa6f0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '63' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 12e57c91-c72f-48cd-85ab-640dc613e31e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2404dc65-29b7-4b07-92ea-04e000042221 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 72a73da1-2ce8-4de9-9de5-25cf3f6c6daa - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - aaae50ca-1cc9-442b-8074-d03bd030be15 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '62' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - fa53c8ce-e514-473b-8c5d-bed90c0569da - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '71' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 59afb4a7-67bb-4806-91cb-2921e498de87 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - df780a4a-0f89-4494-8fe8-914548637874 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 772288f5-fe2e-4b25-95c7-1dc85a14c892 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '48' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bb0f4117-3506-4eae-8b78-36bd22e8e8be - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '59' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 49004d28-e092-4eac-b9fd-c5bc9bde36c4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '55' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 60c12760-3aea-41e9-a9fc-d45c8f0e111d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2f5cad37-3a43-4162-a1ec-780d81f1cac8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f84b7ff8-a8f6-4ef7-8622-028968eb3ae0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 427fb820-e564-4b7f-9408-53e5d62bebfa - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4c15b863-2cb7-4bda-b1c4-ff69578f591f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 29d067a6-0905-492a-8bca-c630dbe1a4db - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3050e9ad-6553-4a2e-85c0-591b641f5ba5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3670676b-3870-416c-8524-9a3d283725d5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7fc02eef-faff-46f1-a8bc-37e077d8e8be - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 68170d0a-ddb3-43be-ae7d-b0e9b9a0014f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5308a651-8960-4db5-8eca-247e84bdcae5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e639fd06-5939-4867-ae44-b06ed8c4fb98 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 37a4f88a-ff92-4ef1-ab09-f83543b92164 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - fca6604b-1d84-4cbb-94ec-284593c361bf - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 699025d7-79cc-445b-aa56-ed2dff772c50 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '33' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 05430649-df23-441f-9a20-a643ebc7d8dd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '57' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5e44b880-904c-4910-a098-dbbb1cf547da - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8e5a5eda-52c0-4cbf-9354-0e5255d2ed20 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 793566ac-5670-4fd3-98c8-5cb5dccdf3d7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d8ade2a9-4155-41b4-a61a-4f140e457fe1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '70' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a473b660-242f-4e10-91e5-dd12da4f65ee - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e0e21371-6742-4330-9bf9-9b440f8e73ab - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c714b294-cef7-488d-8895-09ac8b65223d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d8dfa0c2-a753-4c30-8c9e-54f29c18eb30 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 71c79244-6aaa-4792-a73f-71ceb271dbba - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '48' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 33cc9c4d-734f-4844-82d9-87c391edb8ea - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 73e629e1-5494-46bb-9017-ccb3cb50dfd3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5185736e-7686-4689-97a6-874308847bcd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c3752a23-d4d1-44c6-b4a2-9a75276410cc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7e295bff-5ea6-4705-b25b-4b49bf357196 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6d2dd3c9-54cc-4a62-8a5b-26ef3ce343c4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '62' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 027a2ae2-c258-402e-a72c-ebe1df8f3dd0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 88991c8b-b801-406a-85f0-20feaa3a9939 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bc6d2b75-2af6-4ec2-9513-b6c111d186ba - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '84' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 40b5da55-1df3-4b02-84b5-3d1457c83d66 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1d64565e-8b64-46d9-aec7-48b72afdab4f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '60' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 00ee9943-f7d2-4464-8f86-dd074732948b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d7c31440-69dc-4686-84ea-0fed34478119 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:35 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e08f4d41-7c17-40b9-b7d0-b2977427e75c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:35 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 27a532a0-9b92-4bf7-b623-5123296fe5a2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:35 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '58' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f33db48f-5c82-4c48-b7d5-4a00bfc7744b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:35 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - efd28f00-a4d4-496c-ae7f-ce684b90f33a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a953a345-4568-4560-aa35-b62a0137960a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 48562ba3-1e7a-4e37-a1c8-18bd6247bf6b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 57b98f3f-0098-40d8-b0c7-b0f659af7c53 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d732ea19-9f58-410b-8571-f87f4f641fbe - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4a56bca3-d7fc-4dba-98f0-bf238c940127 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1e51e1bf-ab5b-412e-bb62-a3ae203d5721 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 63c8ba0b-f5c0-40a0-bb9c-2b8f731eb776 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0bdbab99-d54e-4034-ab3f-716a5bdb518f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c69dd748-070c-4352-a8e3-cf9fac38f1d3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a2ab96b1-cd98-4ce4-a802-cebe394ba320 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a6cf7ca6-9467-4551-ae64-3f4e5fceebff - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3dd7390e-1aaa-46a3-94c8-a6a02564a749 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5d3cc434-6f31-4c62-88d1-d206824f78fc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8fb89758-6b77-42db-93ff-a8f01d0f2027 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 35c3aef7-69f9-4887-9dcd-2d7bf0be2592 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '49' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 907e9734-2bfe-4ef6-831e-bc2593f97215 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6ed13399-bed0-457c-b69c-55384c09522f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 00c87e65-afe8-4062-b579-2b9851d1ace9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '59' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9a9b8e97-74bf-4bf7-8eaf-ce9aa881f151 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 63edd2b0-862d-4ba9-853f-241917048271 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f79d515e-5d1b-42d3-8053-2f6c847d9b8c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d4ebca64-fb74-4e6c-97e1-4ddfa6559177 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - da0bafeb-d659-453e-acae-f1f3ef90589c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '62' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 179b9fdf-8c4b-4c16-b613-73294f0ecb29 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '57' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - fa07e062-853f-4522-911b-fc2361c874a3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d2f898e6-2cd2-46f1-a5e1-c3b0f28d95c3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0be2efac-be0f-4bf7-a5df-e985ba7c8bfc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 932f2214-681f-4fa2-afc3-bb32953ab42a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ab7f8d0a-a622-4858-b576-da973d0a0a6f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 58694fe5-125e-4f23-9283-448fd76a15ed - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0be411f4-6460-45f1-bd17-992a0a24cab3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '65' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 35c3f1d3-1159-429c-897b-b6b7c594d364 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1597b09e-d5bc-4faa-b566-27b022ba2281 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '55' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c021ce3d-7b74-408b-99e5-4d114f8d1788 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d790676f-1b89-492a-a161-99ca625e7ef4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d193c004-0481-44f4-bb60-557081c24aae - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - cbcd99b1-6c23-40a8-8b9b-643870ad4509 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c9fc022a-5175-4b35-908c-871e405e443e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '66' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7c75dd3b-6cfb-4559-9c58-79a23fa24d27 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - da60ddff-5d98-49c9-aba0-468e26b5f11d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 71a6602e-d27e-45bc-bfd8-8b26752d368f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7f6327f5-0c90-4400-a18b-756fe52d4dc7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6c21eb50-d4d8-4d3b-860c-bfc0c8d40f0d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7913bdb1-8870-47f2-8b5b-244e1a64dc67 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 36390bc2-4b37-4908-ac2b-60c11f219b23 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '58' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 74c49b31-f192-4b84-a630-06d4f5d7d480 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 475ec1cc-c524-42b1-93f1-f7014488c233 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 41f84071-7a84-46a6-af82-19f4cc3a7d40 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 14729dfa-099b-42da-8b92-b56eb9bc8529 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '58' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e02ddd6c-b6ea-43ea-90bf-6f53b14ee546 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6662b4e9-695a-4af9-b89f-a0569272df0e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - aacd3fa2-321d-4c40-9c58-d43b3a877ec5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 44675107-fcc9-4705-bc40-4c714c633513 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - fb24ab2c-d049-431b-ae1e-73751dea56bd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 636f3323-2627-4aa6-9c3c-7b430cd1aea6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '81' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4666a479-4674-4d66-8efc-f056b7959fab - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 467b02b6-f196-460e-814f-e64acc393c8d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 11225b2f-9a14-41a5-a807-448960d40d85 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0c068ad5-dd8b-456c-aaa7-892ccfe4fbc7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '54' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a76c72e5-7bc1-41b2-9072-33292efa4622 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '48' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d2a69d84-b180-4010-bf03-d5c8a5bd4827 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '53' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a136d792-5d50-4889-84f4-1a227d6fbcc4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0fcd30ba-2d2f-4e3f-be33-34a34ab24596 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a6909054-f515-41a5-80d2-9aa96f1a78e0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ad03f62c-7533-412f-a569-0c73e9be482d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 047277d4-c86e-47a8-baa2-55cace0c542a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8bc4bee7-e829-4f36-b65b-2feb76510fae - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '50' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1c19f187-65c4-4169-8450-3cf7b465dead - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 42d0ce60-0d91-4ada-a14b-510b1a3b18af - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 363f1b7f-5cd0-44d7-8539-5682d308c4e8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 10610cbc-9f91-4597-b93e-a7176cc4c476 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 96a649a3-ccf9-4f95-9b2e-ab9523773cde - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3f05e0cc-d3eb-4fc2-9e65-7ddff56ce16c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9b75fc4b-8e12-4a84-a645-c211d65d04b7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - c6a14976-5c4d-4428-8462-7ef6e77b6d93 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '55' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6f4f227b-4c26-4c60-af92-89536ba171f3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 76885eaf-5b1b-4fb8-9f3f-85257051d603 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '59' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 90bd7143-db09-438c-99d0-1a09b888b765 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 86a92b75-4294-4968-9aa9-b3598b031b13 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5593562e-5bc2-4e96-8885-b7004fa53214 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7c81b453-23c5-49cd-8c47-a2196a943cfe - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - af53c228-00b6-40b9-9e99-cfa312f2ebc9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f01b75fe-b5a9-4a26-83f6-63c9641d4f3d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - dec458a0-5b94-43b2-b1d1-637d7dc407b1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 63ebcd4c-834b-4f7e-bd1b-26d18abec639 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bc8b4de0-8f56-46c5-92d4-fb2b35b45575 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7d72fde1-7290-4b9d-b08d-618ed4857b6f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 856bde6a-9d4d-49d2-85b9-2a154af2cad2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8edb2dc9-a8fc-454c-b270-d8517c3dc2f7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9e685949-e4e4-4a23-9050-7452c8fa2349 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0019cee8-e9ec-4af8-9981-4e8d7642e8f7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:37:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 95d370fb-9b1e-488a-b944-a81e059124de - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f046c2f0-785b-4c27-b6e1-7a9d2271a414 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '54' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4823bb30-5cfc-40b0-bcab-4393f7d51a79 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1a3b6972-8902-47f9-bfdd-47d59cacd31a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 65161dfa-5b3d-477e-a024-fff31fa9a246 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 88b06021-2509-4f7d-b2be-41271cd651e1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '60' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2450f0ad-3791-4ba5-be2d-e019aab42d75 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '71' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 583db3fb-f711-410b-8ff2-02387da1c770 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '34' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 36b29054-8b68-4171-8c61-1bdb085bfcd4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '49' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 7cf6d528-0819-431d-988b-ba30ed5cf234 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b45871c2-9d87-4c81-af74-9949c720c2cd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6fa6ec47-a96f-4b4c-95be-bcb6ee957f6e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '52' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 285f87f4-a9f6-4e89-8d52-f3c7cc542378 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 353d818b-f398-4bd8-9483-f7735f334293 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '34' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - b9b7bd15-a452-49e5-9e0a-a132ec898134 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9c98f82e-742b-45a9-a490-9381665595a5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6f14eee4-325f-4c59-af9d-6e8b65e8855d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 52d99c32-8b7e-4a14-bdf4-ee4a70b6ed14 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ac7e7187-a41f-46d4-9748-a964ef5535e7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 592cb742-5c7c-40a9-8a88-69e45903665b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '56' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f3dbd7c5-80b7-44c0-a7b0-9b4c2c36acf9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8fba1417-480d-48c5-9b05-4ac7b78e8a6d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - eeff2676-d803-45ad-8fe9-1357ebd1a871 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 06dfb70b-6bec-438c-a74e-9ed13d311b25 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f8417e57-66de-49bb-b998-326ab012f625 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '38' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5b96a2e6-75e7-4044-84fc-3d4dfc8039c8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '57' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - ba103146-fdb9-479b-8935-f948fb2afa80 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d6ea755e-d752-41f7-bcbd-dff5dbb09c24 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 72004559-17de-471e-9d5a-7a55dc64d8da - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 13cc6ced-1e76-4f2b-88e7-6cd18813175e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - d72136e8-e9a5-47c5-bac9-2e207bb59ff9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 337a83ff-ab9d-4e7a-b28e-f53222871854 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 6c691680-be33-485a-8146-81aec9ed1d6c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0392b31f-8979-4a6b-a4ff-c2b827b19b39 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3ed7f0cd-9f3e-427b-8b04-5c8fd69b6d75 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 9d198a62-7cd1-4822-9ea6-bd1f6a916771 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '48' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f655e068-a107-4ab4-bf73-bcc2e8017cb6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bd3ea3b3-e3ac-4773-8817-e0a9987ec342 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2f6f217c-ea82-4a8c-b983-1a5aaa8564e6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 0207d529-f1d7-4787-a6b6-e045b8d30261 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f892afa3-75e9-4c6d-937c-3abdcf30b959 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4c6c6f76-eb2e-417e-aa9a-de4ada80a693 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '59' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a0953087-4d9b-41dc-bae2-3fad74737167 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '46' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 035fe1e7-cf19-4177-957d-aedfed24be8f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '40' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e388312a-8d49-449a-8ba0-a264e37fac5c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 933d8c57-0545-42f2-ad1e-8c7036935d1c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '45' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 4e1e83f3-468e-4872-94c3-a3d2e63e8dde - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '37' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8d263ae5-96ed-4902-be4d-73050eeda921 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 614f054b-4eeb-46c5-9884-99e074c5fc87 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '53' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e7127096-2bfe-4208-bf36-03ac20e05073 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 2563c02b-dbc3-4bb0-8acf-4a2b21e6e713 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '50' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 19cb2228-b0aa-44a7-8a07-983aa7557c0a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5e08ada1-545d-40a2-bcbc-89852f518f4c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 527e8b65-d474-4bc3-813b-5f9325cdf5bf - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '47' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 801b1590-31e5-43cf-bc59-97356c1829cf - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 1ff430c9-bb25-4da2-871d-c7f568041cc0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:16 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '34' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - e3886acf-7efd-4d20-8acf-9ef2c2e87e09 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:16 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '71' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 8ec409ab-e660-4a83-9e69-071a1b1295cf - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:16 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - f707ad7a-8223-41fd-8cef-44242a57e644 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:16 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '36' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 3eee463f-5445-40d6-b5d0-ae9c91335c01 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '42' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 04654796-f773-4b53-99b3-6d1d7600b662 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a73fc9e1-d909-4d28-a16e-3b3acea30632 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '44' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - fc26260e-2734-42bb-b697-b91b17a019e5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '55' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 85e2e999-21e3-4d9b-8ef1-f13d0d28dd49 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 45cf2666-149a-4465-aba7-3514dc97e8d6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '62' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a3e606ac-fde9-44cf-bfb5-c8de492cf46d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 5f294e9e-ce5a-4393-b2a9-b698d5527de8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '39' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 565021ab-ac2e-43d4-86d5-0a58071bcb57 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '41' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 86cf5764-7478-4b21-a55d-ccea18d6f112 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '73' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - 530a03d7-9602-4b8c-a96c-4db582290692 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '35' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - a8834602-97c0-42af-8d7e-9919404b8457 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '43' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' - headers: - apim-request-id: - - bf28ae14-b683-4da6-9eb8-436139b962ff - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:38:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '61' + - '33' status: code: 200 message: OK @@ -15897,12 +461,12 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000?showStats=True response: body: - string: '{"jobId":"a1a7e9cb-3f97-4641-8231-fbeec4384c03_637413408000000000","lastUpdateDateTime":"2020-11-19T01:36:14Z","createdDateTime":"2020-11-19T01:36:14Z","expirationDateTime":"2020-11-20T01:36:14Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:36:14Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T01:36:14.7433074Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + string: '{"jobId":"bf825e08-45ce-49df-bfcf-87b9f6058a15_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:11:42.61286Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My SSN is ***********.","id":"1","entities":[{"text":"859-98-0987","category":"U.S. Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your ABA number - ********* - is the first 9 digits in the lower left hand corner @@ -15915,11 +479,11 @@ interactions: CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - b252af85-71e7-45b3-89d7-fa62e230bab8 + - 2e638a92-9b21-4ee4-9786-bdb65e3e2924 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:38:20 GMT + - Thu, 19 Nov 2020 21:12:48 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -15927,7 +491,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '149' + - '90' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_entities_task.yaml index cc4a71807e0a..142a11ead9d0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_entities_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_entities_task.yaml @@ -20,19 +20,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 0d0951f3-c8a5-4a74-8be5-4c180fdfe97b + - 8f9d8e43-8236-42aa-8dab-0f8cfa34ec7b date: - - Fri, 13 Nov 2020 20:40:37 GMT + - Thu, 19 Nov 2020 21:11:41 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '339' + - '36' status: code: 202 message: Accepted @@ -54,19 +54,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000 response: body: - string: '{"jobId":"992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000","lastUpdateDateTime":"2020-11-13T20:40:38Z","createdDateTime":"2020-11-13T20:40:37Z","expirationDateTime":"2020-11-14T20:40:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:40:38Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 86091b80-bfd3-45d1-8bee-e23b7d1cf8bf + - 4ca63d98-3c74-4afe-86ce-74730f5ca73a content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:41:07 GMT + - Thu, 19 Nov 2020 21:11:47 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -74,7 +74,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '192' + - '29' status: code: 200 message: OK @@ -88,19 +88,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000 response: body: - string: '{"jobId":"992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000","lastUpdateDateTime":"2020-11-13T20:40:38Z","createdDateTime":"2020-11-13T20:40:37Z","expirationDateTime":"2020-11-14T20:40:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:40:38Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - e7340e61-dc2b-414a-a8ff-a061894a8139 + - 44361758-55a0-4f34-846b-d183a6ffc113 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:41:37 GMT + - Thu, 19 Nov 2020 21:11:52 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -108,7 +108,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '179' + - '33' status: code: 200 message: OK @@ -122,12 +122,386 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000 response: body: - string: '{"jobId":"992fb0e1-0817-4943-897e-0d67a139c890_637408224000000000","lastUpdateDateTime":"2020-11-13T20:40:38Z","createdDateTime":"2020-11-13T20:40:37Z","expirationDateTime":"2020-11-14T20:40:37Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:40:38Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:40:38.0561406Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill + string: '{"jobId":"e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - cf20d85f-ed02-421a-9faa-0d3450e8a393 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:11:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000 + response: + body: + string: '{"jobId":"e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6d6abf6f-7b59-4a37-9a9e-8110dd71be5e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000 + response: + body: + string: '{"jobId":"e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 62d40616-482c-4e64-b655-4d10e7d079d3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000 + response: + body: + string: '{"jobId":"e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 4259a954-8529-4942-8786-9e78943075d4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '32' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000 + response: + body: + string: '{"jobId":"e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - cfec68c7-71f5-4c1e-a111-40a1ae30535e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000 + response: + body: + string: '{"jobId":"e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 99cddc6f-370d-4709-898a-906f7cb53851 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000 + response: + body: + string: '{"jobId":"e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - dfd33ce6-232d-4c3c-8c8a-5b26261a77d6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000 + response: + body: + string: '{"jobId":"e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e42f8b5e-b535-470d-9d00-dbb4e230cb0d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000 + response: + body: + string: '{"jobId":"e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3a528e28-bfed-4de3-9f76-30674793991b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '60' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000 + response: + body: + string: '{"jobId":"e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7e9feeb5-cd24-4810-8366-a7a55b4d96cd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '32' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000 + response: + body: + string: '{"jobId":"e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1b730b87-c554-4e52-be4e-308d0c8d1418 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000 + response: + body: + string: '{"jobId":"e178fa13-6303-4942-90a8-4ce08e30ffef_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:42Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:42Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:11:42.2400096Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.89},{"text":"Bill @@ -139,11 +513,11 @@ interactions: Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.98}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' headers: apim-request-id: - - f9ed7c9b-e7e8-4c5f-8053-e740ba20840a + - e9d18b71-e4a8-43a6-a89a-effdb0fe4068 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:42:08 GMT + - Thu, 19 Nov 2020 21:12:53 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -151,7 +525,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '347' + - '98' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_key_phrase_task.yaml index 473258b72b83..4414888a427c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_key_phrase_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_key_phrase_task.yaml @@ -17,19 +17,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 97c0ce1e-6dfc-4f19-a8b6-78467f44c87f + - ff2a0c3b-0214-4a67-a17d-ab501195634f date: - - Fri, 13 Nov 2020 20:42:10 GMT + - Thu, 19 Nov 2020 21:11:42 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/429ebd0a-4810-44b3-94e7-c8f7fc27f4a3_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0c0860fe-6fbc-4e91-8324-e7e09b49748b_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '277' + - '27' status: code: 202 message: Accepted @@ -51,21 +51,21 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/429ebd0a-4810-44b3-94e7-c8f7fc27f4a3_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0c0860fe-6fbc-4e91-8324-e7e09b49748b_637413408000000000 response: body: - string: '{"jobId":"429ebd0a-4810-44b3-94e7-c8f7fc27f4a3_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:11Z","createdDateTime":"2020-11-13T20:42:10Z","expirationDateTime":"2020-11-14T20:42:10Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:11Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:42:11.2223235Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["Bill + string: '{"jobId":"0c0860fe-6fbc-4e91-8324-e7e09b49748b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:43Z","createdDateTime":"2020-11-19T21:11:43Z","expirationDateTime":"2020-11-20T21:11:43Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:43Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:11:43.5148746Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"2","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - d2dd1e0d-b84f-4862-8553-abc9f9f1b8db + - 762e94d5-8865-42cf-8788-cf41806bd7bd content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:42:40 GMT + - Thu, 19 Nov 2020 21:11:48 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -73,7 +73,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '237' + - '65' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_pii_entities_task.yaml index 87032c9c353b..53fe3d75628a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_pii_entities_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_all_successful_passing_text_document_input_pii_entities_task.yaml @@ -19,19 +19,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 7b918c47-fbda-4115-81dc-49df971c4ae9 + - 525b83e1-8014-487e-a2dc-6d3d7f65568e date: - - Fri, 13 Nov 2020 20:42:42 GMT + - Thu, 19 Nov 2020 21:11:42 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '88' + - '44' status: code: 202 message: Accepted @@ -53,19 +53,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000 response: body: - string: '{"jobId":"f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:43Z","createdDateTime":"2020-11-13T20:42:42Z","expirationDateTime":"2020-11-14T20:42:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:43Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - c96e69f7-47d6-42b3-a50f-510cec748542 + - aafb1a3d-cf68-49df-a86a-096f1aaf6933 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:43:13 GMT + - Thu, 19 Nov 2020 21:11:47 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -73,7 +73,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '75' + - '31' status: code: 200 message: OK @@ -87,19 +87,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000 response: body: - string: '{"jobId":"f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:43Z","createdDateTime":"2020-11-13T20:42:42Z","expirationDateTime":"2020-11-14T20:42:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:43Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 30501859-9563-4abd-9734-8492ee18bc56 + - 9c94c8a8-4665-408e-9ca8-c163ff95317c content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:43:43 GMT + - Thu, 19 Nov 2020 21:11:53 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -107,7 +107,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '187' + - '27' status: code: 200 message: OK @@ -121,19 +121,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000 response: body: - string: '{"jobId":"f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:43Z","createdDateTime":"2020-11-13T20:42:42Z","expirationDateTime":"2020-11-14T20:42:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:43Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 20833f7b-1e33-426f-b5e4-bd1696971011 + - 22e3fa25-0c08-4eca-a028-a6862db56b41 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:44:13 GMT + - Thu, 19 Nov 2020 21:11:58 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -141,7 +141,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '174' + - '32' status: code: 200 message: OK @@ -155,19 +155,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000 response: body: - string: '{"jobId":"f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:43Z","createdDateTime":"2020-11-13T20:42:42Z","expirationDateTime":"2020-11-14T20:42:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:43Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 2ce7895e-0781-405a-a4fd-a4138265812e + - ac16417c-9ee0-4144-8164-4c6e5513be31 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:44:43 GMT + - Thu, 19 Nov 2020 21:12:03 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -175,7 +175,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '152' + - '35' status: code: 200 message: OK @@ -189,12 +189,284 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000 response: body: - string: '{"jobId":"f19976e3-8a50-4bba-bc75-fb9e4a3fb72b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:42:43Z","createdDateTime":"2020-11-13T20:42:42Z","expirationDateTime":"2020-11-14T20:42:42Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:42:43Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:42:43.4263105Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + string: '{"jobId":"571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:43Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 3a61c628-d776-4a6b-b478-4a4611412c64 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000 + response: + body: + string: '{"jobId":"571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:43Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5f1c25bc-bbe7-4f0d-a575-06fb0135536a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000 + response: + body: + string: '{"jobId":"571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:43Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 250b7280-7b28-4bb6-97d8-0019238c1fa1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000 + response: + body: + string: '{"jobId":"571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:43Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 5f121367-cf69-44fb-9585-b4bd4531d05f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000 + response: + body: + string: '{"jobId":"571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:43Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7e250dda-1843-41b9-a42a-8fe4249668c4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000 + response: + body: + string: '{"jobId":"571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:43Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e681540d-cb11-4546-921e-22ce3b19f4ec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000 + response: + body: + string: '{"jobId":"571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:43Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e1ea85be-4bbc-40dc-8b01-bda40a52d89e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000 + response: + body: + string: '{"jobId":"571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:43Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:43Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 33e7effa-d76c-4ecf-830e-31ab43a4003d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000 + response: + body: + string: '{"jobId":"571585c3-fd6b-42ac-96f3-54eccf460dbd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:43Z","createdDateTime":"2020-11-19T21:11:42Z","expirationDateTime":"2020-11-20T21:11:42Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:43Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:11:43.1283006Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My SSN is ***********.","id":"1","entities":[{"text":"859-98-0987","category":"U.S. Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your ABA number - ********* - is the first 9 digits in the lower left hand corner @@ -207,11 +479,11 @@ interactions: CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - e6d659b0-ce36-4d1b-addc-88591d8c38c5 + - 1ac7bc70-e38a-4cd9-93e5-2469e9afa742 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:45:15 GMT + - Thu, 19 Nov 2020 21:12:49 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -219,7 +491,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '412' + - '100' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_credentials.yaml index 1864a5b72115..6c7e97563408 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_credentials.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_credentials.yaml @@ -18,9 +18,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -30,7 +30,7 @@ interactions: content-length: - '224' date: - - Fri, 13 Nov 2020 20:45:16 GMT + - Thu, 19 Nov 2020 21:12:55 GMT status: code: 401 message: PermissionDenied diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_all_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_all_tasks.yaml index 5a13fb000c9c..80adeeaa0498 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_all_tasks.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_all_tasks.yaml @@ -18,19 +18,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - fe496f7e-06b1-40e0-8394-44d966c6dde4 + - ec210ff2-caad-4826-bb62-3abbdc109f69 date: - - Fri, 13 Nov 2020 20:45:17 GMT + - Thu, 19 Nov 2020 21:12:50 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/07b9ea6c-391e-4757-b56a-df333688862b_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1bf3ec17-f05e-463f-9288-947c0ea685b6_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '259' + - '32' status: code: 202 message: Accepted @@ -52,25 +52,25 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/07b9ea6c-391e-4757-b56a-df333688862b_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1bf3ec17-f05e-463f-9288-947c0ea685b6_637413408000000000 response: body: - string: '{"jobId":"07b9ea6c-391e-4757-b56a-df333688862b_637408224000000000","lastUpdateDateTime":"2020-11-13T20:45:18Z","createdDateTime":"2020-11-13T20:45:17Z","expirationDateTime":"2020-11-14T20:45:17Z","status":"failed","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:45:18Z"},"completed":0,"failed":3,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:18.5717174Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"1bf3ec17-f05e-463f-9288-947c0ea685b6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:50Z","createdDateTime":"2020-11-19T21:12:50Z","expirationDateTime":"2020-11-20T21:12:50Z","status":"failed","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:50Z"},"completed":0,"failed":3,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:50.9700777Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:18.5717174Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:50.9700777Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:18.5717174Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:50.9700777Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' headers: apim-request-id: - - ce0551c2-72cb-442c-8265-f8561c421c24 + - 7a34eac8-123e-4a97-a288-0ab9701bf9bb content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:45:47 GMT + - Thu, 19 Nov 2020 21:12:55 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -78,7 +78,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '24' + - '11' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_multiple_tasks.yaml index c32159eff9e0..73542fadaec2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_multiple_tasks.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_multiple_tasks.yaml @@ -18,19 +18,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 3dbb8a5f-3b5d-4f46-a13f-9eb39387dd08 + - 7eeaf7cd-73d6-4eee-8c44-3f72b8633fe5 date: - - Fri, 13 Nov 2020 20:45:50 GMT + - Thu, 19 Nov 2020 21:12:55 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '339' + - '35' status: code: 202 message: Accepted @@ -52,23 +52,23 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 response: body: - string: '{"jobId":"a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000","lastUpdateDateTime":"2020-11-13T20:45:50Z","createdDateTime":"2020-11-13T20:45:49Z","expirationDateTime":"2020-11-14T20:45:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:45:50Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' headers: apim-request-id: - - 6280347f-bd2c-42c4-ba48-4eaa17f8ffb7 + - 4a3b63dc-c3f0-4231-9852-1ee8d73f15e7 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:46:20 GMT + - Thu, 19 Nov 2020 21:12:59 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -76,7 +76,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '166' + - '35' status: code: 200 message: OK @@ -90,23 +90,23 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 response: body: - string: '{"jobId":"a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000","lastUpdateDateTime":"2020-11-13T20:45:50Z","createdDateTime":"2020-11-13T20:45:49Z","expirationDateTime":"2020-11-14T20:45:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:45:50Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' headers: apim-request-id: - - e57b4a36-e1db-497a-b056-11c9263dd038 + - 0a97fe5c-04a6-44fd-92c4-6c9cb5a0cc6d content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:46:50 GMT + - Thu, 19 Nov 2020 21:13:05 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -114,7 +114,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '162' + - '31' status: code: 200 message: OK @@ -128,24 +128,23 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 response: body: - string: '{"jobId":"a5613cb9-cc9e-4186-a4e7-e02ac7973578_637408224000000000","lastUpdateDateTime":"2020-11-13T20:45:50Z","createdDateTime":"2020-11-13T20:45:49Z","expirationDateTime":"2020-11-14T20:45:49Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:45:50Z"},"completed":1,"failed":2,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid - language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:45:50.6682798Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' headers: apim-request-id: - - 2e58d34b-ea1c-4a3f-8e29-c300580e4b3d + - ced6434d-aa18-4130-97f0-8abedf012a22 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:47:21 GMT + - Thu, 19 Nov 2020 21:13:10 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -153,7 +152,844 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '321' + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - b138b14f-b00d-4e11-9792-b78e71451cda + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 6425a581-85f6-4d05-8a4d-542b4c897718 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '40' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 3b7cad9a-de17-49bd-8d31-f86e45e5ad75 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 296f6b9f-baeb-4329-a5ea-447a62d1b56c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 8bf13bda-b8ca-4777-9896-614755ca2527 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 0677246b-a35f-4550-8cfb-5cece106c1c5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '35' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - f1f61942-44f6-4a52-b2c4-67984fe4ecd7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - c2e93d19-a69e-465a-8c27-c67290cd259f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - e2e4efab-3f5f-4c11-916e-5d8c72c14b9e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 27e539db-6150-43aa-9064-5cc0fedf3d12 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '30' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - ee81c22e-0208-4c65-9180-af8ec475a68f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '28' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 81680018-9497-4dc3-bbb3-7e123189e758 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '75' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 8a99dcc4-4c86-4257-8d89-3ad29a31da5c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 3278cac5-96c2-4ae0-92c9-3018c04e7ede + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 3d480dc0-4d6b-40a3-a4d7-929df9b56649 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - ca4ff6f1-9e81-4fcc-ade0-6ecffde9cca5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '48' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 6fc91dc8-7893-4295-929e-7f35b88bd332 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 903a083d-2dd1-47ec-b26a-4dc0d22e9849 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '1522' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 53acbcbd-50bb-4f50-994a-cd82dccbab24 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - c0f4e704-d5f6-41d5-ab39-320d25495d35 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '90' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - a872962f-c702-46ab-ae4a-f2e010fd13a7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '30' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000 + response: + body: + string: '{"jobId":"06f5c297-fedc-416d-b24c-a995ede365d0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:55Z","createdDateTime":"2020-11-19T21:12:55Z","expirationDateTime":"2020-11-20T21:12:55Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:55Z"},"completed":1,"failed":2,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:55.9950819Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: + - 3a1c1a0b-bc8d-46c5-ab7c-d695022c2fad + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_single_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_single_task.yaml index aa9f507a0347..12fb1b28d565 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_single_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_model_version_error_single_task.yaml @@ -16,19 +16,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 4d24b315-e2b0-4cdf-843b-97240f0078ac + - 3a03ad4e-60a3-44f9-872c-cad71170c2a5 date: - - Fri, 13 Nov 2020 20:47:21 GMT + - Thu, 19 Nov 2020 21:11:49 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5e5a8248-be06-47a2-aca1-b5acee7cf725_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09982854-f82d-4ea3-9b21-66a7ccbabfa8_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '41' + - '719' status: code: 202 message: Accepted @@ -50,21 +50,21 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5e5a8248-be06-47a2-aca1-b5acee7cf725_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09982854-f82d-4ea3-9b21-66a7ccbabfa8_637413408000000000 response: body: - string: '{"jobId":"5e5a8248-be06-47a2-aca1-b5acee7cf725_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:23Z","createdDateTime":"2020-11-13T20:47:22Z","expirationDateTime":"2020-11-14T20:47:22Z","status":"failed","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:23Z"},"completed":0,"failed":1,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:23.0302436Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"09982854-f82d-4ea3-9b21-66a7ccbabfa8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:50Z","createdDateTime":"2020-11-19T21:11:50Z","expirationDateTime":"2020-11-20T21:11:50Z","status":"failed","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:50Z"},"completed":0,"failed":1,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:11:50.7587269Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}]}}' headers: apim-request-id: - - e6ddc3e6-9558-4c96-ba91-238286e368fc + - 1d3028a6-1f73-4644-8074-1b64a764e485 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:47:53 GMT + - Thu, 19 Nov 2020 21:11:55 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -72,7 +72,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '16' + - '12' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_request_on_empty_document.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_request_on_empty_document.yaml index 8afc0afa03bc..6df1c9cbca18 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_request_on_empty_document.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_bad_request_on_empty_document.yaml @@ -15,20 +15,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '{"error":{"code":"InvalidArgument","message":"At least one document is missing a Text attribute."}}' headers: apim-request-id: - - 3898701d-2b97-4dfa-af27-5c552ee5829f + - daf71311-4cee-41ef-8591-464f01f2baa8 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:47:54 GMT + - Thu, 19 Nov 2020 21:12:50 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '6' + - '3' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_client_passed_default_language_hint.yaml index 5fbe9eb5826a..a7d9de51b7e2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_client_passed_default_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_client_passed_default_language_hint.yaml @@ -20,19 +20,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 00b6ab5b-d612-4e38-99ea-642d13943282 + - 7a00694f-091c-4d2f-92dc-9cb2e17fa14b date: - - Fri, 13 Nov 2020 20:47:55 GMT + - Thu, 19 Nov 2020 21:12:57 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '186' + - '32' status: code: 202 message: Accepted @@ -54,20 +54,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 response: body: - string: '{"jobId":"1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:56Z","createdDateTime":"2020-11-13T20:47:55Z","expirationDateTime":"2020-11-14T20:47:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:56Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - b4b2e4e2-76a3-4e46-9f2f-fc0dd3907806 + - 5c11b484-21cc-4ef6-b876-2e3b73d61981 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:48:26 GMT + - Thu, 19 Nov 2020 21:13:02 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -75,7 +75,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '335' + - '139' status: code: 200 message: OK @@ -89,20 +89,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 response: body: - string: '{"jobId":"1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:56Z","createdDateTime":"2020-11-13T20:47:55Z","expirationDateTime":"2020-11-14T20:47:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:56Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 501aec0a-e947-4722-8284-3069c3a3b9b8 + - ca22ed69-5559-4a44-b114-c89b93a1b3c8 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:48:56 GMT + - Thu, 19 Nov 2020 21:13:07 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -110,7 +110,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '284' + - '118' status: code: 200 message: OK @@ -124,20 +124,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 response: body: - string: '{"jobId":"1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:56Z","createdDateTime":"2020-11-13T20:47:55Z","expirationDateTime":"2020-11-14T20:47:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:56Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 503776dd-90d8-4348-a3da-7b368bcc3739 + - d1422da2-3223-4110-b140-aa3279774680 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:49:27 GMT + - Thu, 19 Nov 2020 21:13:12 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -145,7 +145,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '451' + - '135' status: code: 200 message: OK @@ -159,20 +159,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 response: body: - string: '{"jobId":"1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:56Z","createdDateTime":"2020-11-13T20:47:55Z","expirationDateTime":"2020-11-14T20:47:55Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:56Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 37e5eed1-5863-4ec1-a504-eb9f8c031573 + - d4de0a88-18e1-4fe8-96fe-e6238e1ce641 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:49:57 GMT + - Thu, 19 Nov 2020 21:13:18 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -180,7 +180,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '380' + - '120' status: code: 200 message: OK @@ -194,23 +194,723 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 response: body: - string: '{"jobId":"1246f5b9-b37c-4fa2-9fd1-9b5bfa40ca55_637408224000000000","lastUpdateDateTime":"2020-11-13T20:47:56Z","createdDateTime":"2020-11-13T20:47:55Z","expirationDateTime":"2020-11-14T20:47:55Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:47:56Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 300ecbaa-8d84-4abb-937d-c0a60e2a9273 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '190' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 288e3923-46b1-4ebc-9b8e-5ee6311206a1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '180' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 04c11191-283e-4a9f-b853-5f5a4c4e5107 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '105' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 79beb947-a722-4da6-9f44-2b4a6bba21af + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '110' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0fbbd8a8-5899-4a75-9ecb-ebdb194447df + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '118' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 80b49c7c-8411-4b42-a0e3-9f2ce5df5471 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '252' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f8322593-b6f5-466b-a82f-3716df2cffd3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '116' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2867c64c-73ff-402c-b794-b685a46b91a4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '107' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c3d32319-6f4a-4b1e-bfa7-d3ebe1aa1e09 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '103' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d5e7400c-0c62-489d-be70-f715d126fcba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '111' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6041bd94-981d-40fd-ab00-604355454ffe + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '111' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a7a05464-5e8d-4bab-873e-d1c0e94e5fa7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '110' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9bc6cb12-4da0-481f-8f4d-74198e698921 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '127' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4d4b04ad-7c09-4d63-97a7-163303a5871e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '99' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b6c85880-8811-43aa-b07d-998e8146c67d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '122' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 31585a0a-81d6-41f1-8cfe-c79f16bea3b0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '105' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5f1df17a-f35f-478e-a10d-ee0fd9483513 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '121' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4ed54fce-f0b2-44d4-94c9-6f8e76824ff6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '134' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cccebd0a-9008-4bb0-ad9a-78b4e007be78 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '169' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 97515bed-fb93-499a-a9d2-00d56d7f264c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '136' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000 + response: + body: + string: '{"jobId":"af5dcc86-41d0-4f01-980d-06f5b8cc6521_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:57Z","expirationDateTime":"2020-11-20T21:12:57Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The - restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:47:56.9254288Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.0844622Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 3428ca67-e926-4645-9714-ddef26671b75 + - 84721e9b-f68a-4073-b38e-9fdd19499ac0 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:50:28 GMT + - Thu, 19 Nov 2020 21:15:08 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -218,7 +918,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '513' + - '200' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_duplicate_ids_error.yaml index b03fcd5a3373..a51581a4ae1c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_duplicate_ids_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_duplicate_ids_error.yaml @@ -19,20 +19,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '{"error":{"code":"InvalidArgument","message":"Request contains duplicated Ids. Make sure each document has a unique Id."}}' headers: apim-request-id: - - 90b7c3a6-5d83-4e65-a0fd-6aaea69565ec + - 7e7b2d87-92f1-43b9-bf70-3308d06d0842 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:50:29 GMT + - Thu, 19 Nov 2020 21:12:57 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '6' + - '5' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_credential_class.yaml index bcfdd47acf26..662549f59918 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_credential_class.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_credential_class.yaml @@ -18,9 +18,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -30,7 +30,7 @@ interactions: content-length: - '224' date: - - Fri, 13 Nov 2020 20:50:30 GMT + - Thu, 19 Nov 2020 21:15:06 GMT status: code: 401 message: PermissionDenied diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_document_failure.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_document_failure.yaml index 2cb649245299..5ee363069c15 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_document_failure.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_empty_document_failure.yaml @@ -16,20 +16,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '{"error":{"code":"InvalidArgument","message":"At least one document is missing a Text attribute."}}' headers: apim-request-id: - - 84a106fa-577f-44df-8589-c8a6dcbddc71 + - 4e33efc4-0279-4dcb-8ac1-81e98a8ff06d content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:50:31 GMT + - Thu, 19 Nov 2020 21:11:57 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '4' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_docs.yaml index 069ac02d0973..44c41993d272 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_docs.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_docs.yaml @@ -18,19 +18,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 82feea5e-0686-4864-b583-424878c2af5d + - 0387a950-cb1c-4c9f-97fe-a402d6384d78 date: - - Fri, 13 Nov 2020 20:50:32 GMT + - Thu, 19 Nov 2020 21:12:52 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '257' + - '39' status: code: 202 message: Accepted @@ -52,20 +52,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 response: body: - string: '{"jobId":"d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000","lastUpdateDateTime":"2020-11-13T20:50:33Z","createdDateTime":"2020-11-13T20:50:32Z","expirationDateTime":"2020-11-14T20:50:32Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:50:33Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 36a1ce41-5f0f-4f6c-8693-8a74235c0087 + - b2b80fa6-b229-42da-9613-a31cf170d4f6 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:51:03 GMT + - Thu, 19 Nov 2020 21:12:57 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -73,7 +73,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '180' + - '116' status: code: 200 message: OK @@ -87,20 +87,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 response: body: - string: '{"jobId":"d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000","lastUpdateDateTime":"2020-11-13T20:50:33Z","createdDateTime":"2020-11-13T20:50:32Z","expirationDateTime":"2020-11-14T20:50:32Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:50:33Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 2433824a-2197-4920-8fad-88e6d4874d59 + - 871374c1-4bfc-4b81-b0e6-e19a7e6d5b87 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:51:33 GMT + - Thu, 19 Nov 2020 21:13:02 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -108,7 +108,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '193' + - '146' status: code: 200 message: OK @@ -122,21 +122,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 response: body: - string: '{"jobId":"d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000","lastUpdateDateTime":"2020-11-13T20:50:33Z","createdDateTime":"2020-11-13T20:50:32Z","expirationDateTime":"2020-11-14T20:50:32Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:50:33Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid - language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 3a482454-ddda-4266-86b2-ff14d5d63fa2 + - ef7023db-d256-4146-a45a-b776a0390e7b content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:52:04 GMT + - Thu, 19 Nov 2020 21:13:08 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -144,7 +143,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '245' + - '101' status: code: 200 message: OK @@ -158,21 +157,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 response: body: - string: '{"jobId":"d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000","lastUpdateDateTime":"2020-11-13T20:50:33Z","createdDateTime":"2020-11-13T20:50:32Z","expirationDateTime":"2020-11-14T20:50:32Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:50:33Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid - language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 25b7af86-0e9d-4f20-acf1-4f965e39f0c3 + - 0fe094d8-faf4-4816-a94c-19986e7be27a content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:52:33 GMT + - Thu, 19 Nov 2020 21:13:13 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -180,7 +178,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '332' + - '93' status: code: 200 message: OK @@ -194,22 +192,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 response: body: - string: '{"jobId":"d89f4d22-b256-4394-8f21-30b9124dde0d_637408224000000000","lastUpdateDateTime":"2020-11-13T20:50:33Z","createdDateTime":"2020-11-13T20:50:32Z","expirationDateTime":"2020-11-14T20:50:32Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:50:33Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid - language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid - language code. Supported languages: en"}}],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:50:33.2890558Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 2cd47ceb-93c2-4d20-9132-ad116c36532c + - f33f8a90-390e-4d2f-8c17-1b9c1debf40b content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:53:05 GMT + - Thu, 19 Nov 2020 21:13:18 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -217,7 +213,720 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '346' + - '119' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 505c2c49-42cb-4c1d-bdf9-b6356a5e2c91 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '157' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2e9e614b-6f89-4437-9c9c-2350388dd192 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '94' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a7812a28-4056-4461-8796-aec4849c0747 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '113' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4c9e34f9-0572-42a3-b4fe-2cf47fd9e6e7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '113' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 06586bd2-1f86-4732-8c60-01cf77544f81 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:43 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '107' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 78ef30e1-d817-4658-8d95-70ae44aa4f77 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '240' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a4b382fe-546a-4c81-b058-c8a6f08c0983 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '143' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 168f032d-39c6-4f85-a71f-4cd9c285eeb2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '88' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 856581d6-e3a8-4eaf-8b4c-d38fcf9448c2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '124' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1edd23b9-cc5e-4068-8721-86bc3735ff5e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '137' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1818979d-545a-4848-9df1-997d70e3235d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '123' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8c6afefc-f933-4cf1-8ad8-7260196986d5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '421' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bb696122-c58a-4bad-a8dc-37bcdccd8c98 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '122' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b8d6d283-3068-4b91-9b48-6c0b138220af + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '144' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c342a1df-0ed7-411a-a093-d3e9c7bcd93a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '145' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 574a239a-5a16-4309-933c-91ff0078f80f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '143' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 29073207-e79c-4c71-8db7-a0e57f050cc7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '147' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3cfc4a11-6484-4a23-99a5-73ebe9795a9a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '145' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5ce71742-2300-4763-a0ba-9a9749a0f5f6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '134' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000 + response: + body: + string: '{"jobId":"60ad8744-34f2-48e5-a328-ea29c407084c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:52Z","createdDateTime":"2020-11-19T21:12:52Z","expirationDateTime":"2020-11-20T21:12:52Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:52Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en"}}],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:52.7117851Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 91cbcf28-1cb2-46d7-b1c7-d287635325cb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '143' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_method.yaml index cbde05974dbd..d4b0e7876ef1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_method.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_invalid_language_hint_method.yaml @@ -18,19 +18,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 78a80fbf-7a73-4897-af4a-951773245286 + - 96b1b996-067e-477e-a76d-80e47435f58c date: - - Fri, 13 Nov 2020 20:53:06 GMT + - Thu, 19 Nov 2020 21:15:10 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '346' + - '32' status: code: 202 message: Accepted @@ -52,20 +52,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 response: body: - string: '{"jobId":"5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000","lastUpdateDateTime":"2020-11-13T20:53:07Z","createdDateTime":"2020-11-13T20:53:06Z","expirationDateTime":"2020-11-14T20:53:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:53:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - b5edf29c-3906-47b4-a320-5684491ffc10 + - 21cddfb7-77ae-43ee-a108-50dce104ccd6 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:53:36 GMT + - Thu, 19 Nov 2020 21:15:14 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -73,7 +73,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '352' + - '129' status: code: 200 message: OK @@ -87,20 +87,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 response: body: - string: '{"jobId":"5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000","lastUpdateDateTime":"2020-11-13T20:53:07Z","createdDateTime":"2020-11-13T20:53:06Z","expirationDateTime":"2020-11-14T20:53:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:53:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 64be6258-aa0b-4d2a-b878-6fce5d6e7bd7 + - 8a8b59a7-b69a-4b85-866e-88c4d66e0ee4 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:54:06 GMT + - Thu, 19 Nov 2020 21:15:19 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -108,7 +108,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '294' + - '98' status: code: 200 message: OK @@ -122,20 +122,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 response: body: - string: '{"jobId":"5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000","lastUpdateDateTime":"2020-11-13T20:53:07Z","createdDateTime":"2020-11-13T20:53:06Z","expirationDateTime":"2020-11-14T20:53:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:53:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 7a4977dc-246c-4bfb-8bb7-365cf120c32a + - 69627db3-56fa-4d8d-80fb-e95180fadb73 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:54:37 GMT + - Thu, 19 Nov 2020 21:15:24 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -143,7 +143,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '354' + - '142' status: code: 200 message: OK @@ -157,20 +157,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 response: body: - string: '{"jobId":"5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000","lastUpdateDateTime":"2020-11-13T20:53:07Z","createdDateTime":"2020-11-13T20:53:06Z","expirationDateTime":"2020-11-14T20:53:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:53:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 3a29b2fe-b7d9-476e-9199-6ba00a5a677c + - 2934c19b-ca50-4a39-ac98-3789e47a9abc content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:55:08 GMT + - Thu, 19 Nov 2020 21:15:30 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -178,7 +178,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '365' + - '395' status: code: 200 message: OK @@ -192,22 +192,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 response: body: - string: '{"jobId":"5cd78121-8130-4cba-b34e-80bce772c42a_637408224000000000","lastUpdateDateTime":"2020-11-13T20:53:07Z","createdDateTime":"2020-11-13T20:53:06Z","expirationDateTime":"2020-11-14T20:53:06Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:53:07Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid - language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid - language code. Supported languages: en"}}],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:53:07.1999893Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 5b3f8778-925e-4481-8d51-2ccdb4718c23 + - acb0e663-e49c-4292-b5db-6d9bd097c4cb content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:55:39 GMT + - Thu, 19 Nov 2020 21:15:35 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -215,7 +213,721 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '396' + - '194' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2a7a5d6c-d2fb-4be4-b386-bef47a01d5aa + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '123' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c88aca11-21c7-4c50-b3c0-944e4cc341df + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '99' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0455d5c0-f165-40dd-b58e-52755d47e074 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '95' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7067c33d-33bf-4a83-a8e0-11161ed392ef + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '108' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a18a3b7d-daca-4f57-8d71-d15167098e2c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '219' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f98b3b42-763b-4ee8-84db-34d625719835 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '101' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 448d4b5f-1c76-44d6-b64b-f9754116ddf2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '100' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 65777ad7-90be-4e3a-8227-f95601a0d749 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '113' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 46088ba3-2a98-4c40-adf3-d692af9c55ba + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '135' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2a89b060-0855-484a-bf45-a2728c82bc5e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '121' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 66cc02c9-ef27-4bb4-b131-3929dbcc3f03 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '115' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 44c68410-3dae-4725-99e9-def6b6ffce6b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '120' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5e1779ee-d367-4834-8d7b-ec41b12776d4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '142' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b6f249ed-5b91-4c05-a7ed-e8a3d215cc88 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '116' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9abdc81c-7a2e-42aa-99dd-b6d51162ad37 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '123' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7bcb6364-cceb-4d3b-a372-5f5c381f988f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '108' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f5100b1e-0342-42c9-bf00-6314004323c7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cd9c829a-e995-4e76-99e1-cc1d83ca56af + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '114' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a5594658-c931-4633-b81f-eb4d526690f1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '145' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000 + response: + body: + string: '{"jobId":"37bd0857-dee1-44e1-867c-6a3519c31cc7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:10Z","createdDateTime":"2020-11-19T21:15:09Z","expirationDateTime":"2020-11-20T21:15:09Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:10Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en"}}],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:10.3391832Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1c7f3c5c-4f9b-46e3-b200-05e7e972cd08 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '140' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_multiple_pages_of_results_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_multiple_pages_of_results_returned_successfully.yaml index de634aca531c..ea3f27e8a52f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_multiple_pages_of_results_returned_successfully.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_multiple_pages_of_results_returned_successfully.yaml @@ -34,19 +34,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - ee0a6e88-ab6a-448a-9c51-4b994e74d47f + - 1831be5d-ee8f-469e-99c2-af92939c81d3 date: - - Thu, 19 Nov 2020 02:06:06 GMT + - Thu, 19 Nov 2020 21:15:07 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -54,7 +54,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '3122' + - '30' status: code: 202 message: Accepted @@ -68,19 +68,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":0,"failed":0,"inProgress":3,"total":3}}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - 1c5840a6-0b70-43a2-98df-2ae7f5684750 + - cc6bcbb7-dff0-4d04-9ad5-ff813009b53b content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:06:09 GMT + - Thu, 19 Nov 2020 21:15:13 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -88,7 +88,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '2944' + - '233' status: code: 200 message: OK @@ -102,19 +102,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":0,"failed":0,"inProgress":3,"total":3}}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - fc6b8089-ebef-4856-891b-282cfda52c0b + - 825272a9-11dc-4cb8-adaf-686c8704ca9a content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:06:12 GMT + - Thu, 19 Nov 2020 21:15:18 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -122,7 +122,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '2370' + - '225' status: code: 200 message: OK @@ -136,19 +136,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - 17a33309-e41a-4c06-8a9a-984ead2cc781 + - 5f2e2938-873a-4800-94d3-4b0d81aae08f content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:06:16 GMT + - Thu, 19 Nov 2020 21:15:23 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -156,6637 +156,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '2943' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - bd78cdfd-e036-4107-bd98-97fda641e65c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '3023' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - cca0624b-1a5c-47ac-81fa-9521b2974b20 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '3113' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 928c2917-5ca4-4a1d-974b-9346b034b7fe - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '834' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - b6ee85df-807a-49ce-ac7c-3113db345d86 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '364' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 564887b2-b40d-47b3-ac2c-b96fdb8540ea - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '435' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - b7037d9f-c9cd-4233-bf30-5755cc0bd50d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '425' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - e32c88f8-597e-4e4b-bfa9-db319208defe - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '305' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - e7688ab2-0f54-4f22-8ac6-4b0538dee301 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '341' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 412fc7ef-47ef-4c85-8687-3eab8a5a870f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '325' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - bac55707-9153-47ab-b14d-972913c9d92a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '272' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - c9433b36-3801-4dac-a220-1a0a9924ffde - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '311' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 60205033-2115-4911-a2c3-ce2f8a066980 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '252' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - a7807ffc-b8da-44fc-8f61-b5fe91109ba7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '346' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 6d61ab0f-a289-434f-93e7-cfa4288dead0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '336' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 982099e6-346b-45f7-983a-ec3962ced93a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '230' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 93baa8f9-f458-4050-8d30-59b9d13e1f03 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '224' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - e6e36efc-cc97-46e3-8a94-b70d6e1518ec - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '380' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 69ac524b-75ae-4cdf-a476-c25311bae1cb - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '244' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 53c21360-0ebd-4c8c-ba09-4e97e8bfa8b6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '222' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 2735e22a-0d5c-4b17-83c7-0e17bf621b8e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '322' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 7a720a2f-3024-4971-bddb-90e4a5ce762f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '249' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - d6e9983d-a988-46c5-b13b-87d462d0ef09 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '342' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 66b0c647-ec23-41c8-b615-9bed4f35f081 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '494' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - bbab8da5-da26-4b09-8023-ccfb6b69723e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '253' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 318a6889-524d-4c3d-bb1b-d2d12e8ee1e1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '227' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 70da8ba7-170d-49d9-87c3-f91bf94f77a2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '252' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 929b1656-d1e5-4b56-81c3-bafc19d2fbfd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '260' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 24d426fc-0ed1-41cc-a557-ae90054728e3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '404' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - dfe574af-6081-4b2a-abd4-a029d0b87a76 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '383' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 9694b3e3-b102-4445-a963-3b4c50671439 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '259' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 88d2cd87-e446-4621-87d5-b9cd53e91da4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '345' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 1bbdd41a-be40-4298-8c4a-201b098fa07a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '313' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 47f9fe67-966c-4129-8d3d-ccd4d0b699f0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '305' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 687f67bc-fbde-4d1b-8586-a0669c8bba3b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '359' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 4d5aab46-2887-4f98-89d0-6b79487fc16e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '257' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 9a87c330-2c22-4045-a104-0a77d36b9ef0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '316' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 9730229f-83df-4df1-b1ba-a9b3bb8bd26f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '324' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 099ca0c2-3a37-49d5-9731-7984ebb63baf - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '316' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 49d3cf40-6052-4c90-b809-85374d7d8dec - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '248' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 4001612b-cf42-4c4c-8220-ebf5cd06f940 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '242' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 0b28da01-5d8f-4dc8-a65d-d361b70e24cc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '222' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - ab8cf97a-ec0c-4360-a71e-c2c6067875d2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '289' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 1d719e30-72d7-449a-b5ec-a0f0de769ce3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '391' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 7250da79-1f7b-4c15-b3df-6887e6924963 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '355' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - ebe7eb59-debc-4e95-80d4-188c44e17654 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '285' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 3eccf57d-72bc-4f21-9cb5-f0b0ff564d34 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '320' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 1bb76969-b630-4007-ba5e-16b2e807d710 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '285' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 2b1645e9-cf09-49c6-b387-ae8d6b9bf2ea - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '263' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 0cfea3f3-bca9-4aef-824f-15a54eb1090e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '376' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - ebd70869-ea76-4311-b846-f9ea69959225 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '357' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 8ee4cc97-abf1-4abd-a16e-7d3a4fb8a6f0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '299' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 3e727b1b-6ac0-4bdc-a486-883c57ea5287 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '308' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - b5fef8b4-3ce1-4ccb-83b7-c693da1c5115 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '285' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 6a203992-60cd-4835-ba3b-b9e380585421 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '221' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - e30e07ec-2284-46a1-be78-9656d7840e9f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '406' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 57270789-ecac-44df-b9de-aed6a6f28acf - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '342' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 319a6d12-dbaf-47de-82cc-00b096553de9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '223' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - e2ba3499-dbb3-466c-91cf-cf449e50c04e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '349' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 0fa68316-c1ed-480a-bdaf-74cedb29dc26 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '370' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 3d437ea7-348b-4694-bda5-28d0f4fc47e1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '218' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - de3f6c3a-0352-47dd-a260-fa3021dff655 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '229' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 07326405-bf17-4e1c-a5c0-9f7634c24443 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '343' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - e8bb0e1d-e942-4392-b3de-70f353fa94af - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '309' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - ffc0efa8-73ea-48b4-aa71-1d79b92f3568 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '212' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 53ebb842-b314-45bf-a2cb-1c8cf1122438 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '353' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - d95cb0ce-8632-447d-88b5-43b700b08f93 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '219' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - df3ba60a-bf2f-4e8f-9aac-2b0075cc9ace - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '271' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - b80f8551-e99e-4561-9280-9a36a22ae9c8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '344' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 6f531f11-1f55-478b-a2e4-48a77676f658 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:06:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '332' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - d23cb919-aa85-41a0-85fb-ced43e37c9ad - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:00 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '307' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - e02c2732-b2dd-4e77-b1db-2f253e4a2b64 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:00 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '318' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 85c87ba5-deac-415e-b365-ca6e35c39c11 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '486' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 005ff18f-519c-4a3f-b1b5-60f5a20268f4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '321' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 96e567ab-32b4-471e-a541-10c9ebe52469 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '258' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 4aaffb45-1636-434b-bcac-d126d8ee6d6b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '383' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 29b31296-76d6-4e36-9fca-6c4b09016033 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '331' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - c2705379-6d20-4ef9-8fa7-39df9e245d3f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '219' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 8e52deb1-80e9-472e-bd72-7fdaa89ad71b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '257' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - a09fa386-44c7-4117-bcd3-50d4bb141643 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '280' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 91b150b2-6adc-4547-a13e-7c4bb84a855b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '302' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 9d9230ae-e301-4b37-a958-d7db12c3b711 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '378' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 401ae83a-990e-47b7-9651-70c94f0ebbba - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '280' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 16570dc3-cc1b-46eb-a094-e3672cb3c42a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '296' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - d20cf036-581f-4c59-9561-b58c5d69e533 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '317' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 5469f5e6-a4a8-498d-9b9e-efa07f9ac131 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '308' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - f41197eb-2d8f-41b7-83ad-63b74b0e52d8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '327' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 4b066b70-6d99-45d6-b2b9-1894ed46ba4f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '372' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 5d2233ea-0789-457f-9718-152f9b92533e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '327' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 33ba4bce-97c6-433a-9116-ce27c1c04d4c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '247' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - f7197bac-389b-4466-940f-967c2c80ec17 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '348' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - e430fe6a-686c-4794-a4bc-861983782f82 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '311' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 7831d8a0-d604-4415-b5b4-f93e0f50bf58 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '243' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 5858e5dd-ba4a-4ca2-b8e4-0b2026e826d8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '216' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - a50ab148-1795-4eae-a820-888de9585253 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '270' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 2a73240c-8647-4da2-896d-2386e729c495 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '319' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 20d02457-c668-4f8a-acb9-593fc476318e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '251' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 00e06ebd-2897-4d6b-956b-b5e8e1d0c1f0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '280' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 474ffa66-afb9-4beb-aa7f-14af73652594 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:16 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '269' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - fab64f20-fb87-454c-9b6f-bf505d46aa30 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:16 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '286' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 639f6458-58d3-40e7-9542-16b27375791a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '275' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 7058bc50-25fc-4ced-8f85-8a8c4c7cce6b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '336' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 8be73151-4317-4f49-a993-18c6fd232f60 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '278' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 2f2b01b6-9e89-4bbc-878f-75c624dd599a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '311' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - e86d1ec3-b95f-40ea-b871-9a293382ac9a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '330' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - d6bd4363-8e0d-4b26-923c-f0cd46d42995 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '272' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 40d5da9e-ce85-4427-944c-63ee01188fbe - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '296' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - b71a35a9-acbb-4201-95e9-37d0e4591e61 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '259' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 272b16a6-465f-438e-8a22-10f3293379ec - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '243' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 6d8c99f0-1214-45ad-86f4-430bd2b8e4d2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '345' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 6c80d537-9461-4a9d-a74c-88f481e305f2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '280' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - d38341e8-fef1-4606-897a-036b1b2ce2ee - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '284' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 0d2102d4-e4ff-4cad-8a59-8e0a31463bdd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '244' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 7eb47342-a0ea-4495-8726-eb708b9d7e90 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '234' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 8f3c863d-bafc-444f-8e81-1ad49cbd8013 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '280' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 8388c23b-1101-4464-89cb-eacebbc4cf3e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '309' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - ae8aa6de-605b-46b8-aa96-e54a7016d779 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '271' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 1b341d6f-2f33-4c43-9f01-5d4de03cc5c7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '369' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - e88a22db-8ac3-4192-9c2f-ea729c1c6f87 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '285' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 70e2bffc-ecdf-43b9-a27f-bcedb9aa446a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '223' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - f9a5b3d0-ab44-43df-a4f2-3cbf6ff010a7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '325' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 38531391-68b8-4ce0-a3ca-7f1b2c2d41ab - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '293' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 4d23650b-a066-4018-aaf4-2f6690a401fa - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '381' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - af21f107-fe34-4ccf-9a7c-23e147ec432f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '322' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 047e74a6-b2ef-4cc5-bb80-6336de6b8f38 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '316' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - ee5fefc5-7280-4909-b8e7-f593058f0c11 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '322' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - d4904ad3-ca46-45b6-ba4e-dceeeac059d3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '262' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 6cc875dc-7a5e-485a-8acd-dc7cf81ba504 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '232' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - adf80ddd-5214-4702-992c-cdf41a6c0bf9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '298' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 654a6b91-d0db-481b-a9f5-c1b16f55fd10 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '329' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - ed70ce77-4bad-45fd-bd89-6db746f0927f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '277' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - b0ce84b9-c18f-4c47-9f31-427de64dedf3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '265' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 3946d292-46a6-489e-8ebb-dbe6cb886589 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '273' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 88caedef-b1da-469f-b042-024eb3304a1f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '236' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - f924988e-f723-4cb9-8d3e-bb379a610832 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '356' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 1e329172-6f1f-454e-93d2-c16ac42ba592 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '400' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 960885ed-f019-43e4-ac9c-17cb0b2114fd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '302' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 1fa0b275-ff6b-42ae-bffb-f3e7318ed81e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '342' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 11e1969a-9485-4d7e-a419-7fe7abfbc041 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '282' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 214a4161-3f45-4e4f-bdd9-20e5d20d3cc2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '273' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - b73e3513-caa0-47d6-8367-2d8604c20a7b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '236' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 0d9b5c14-f759-4aa4-acd4-45daa21f5d6f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '309' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 3bad6bf8-8ecf-471d-8a76-601670d7f989 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '256' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 8d34d770-05bd-4dac-8ff5-be2ea01f1555 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '324' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 1c5e508d-18f6-4f71-a90f-d803927db713 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '302' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 7e4b99cc-015e-4780-8224-31a79141f624 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '234' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 02d03159-458e-48b3-a1ea-3e88692f9149 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '234' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 1cccee35-6a4b-4b63-bad1-e27702706122 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '316' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 18ac0460-23d4-4531-9759-1a28a154cc21 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '227' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 7f6eb0c0-f66a-4ef0-84da-12b0295e2f06 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '266' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 9dd1d84a-9b94-400e-a3fc-423f70ad0dcb - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '301' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - c539acbd-e830-4c83-80b5-e384f125770b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '301' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 74d45106-1f70-467f-88dd-8845baa685ac - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '316' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - edb0de95-daed-4b84-8ea2-fefe87545931 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '369' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - ba3745ec-9391-4428-ba48-01fcf63dcd19 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '289' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 662f40bf-a6c0-4141-ba8c-fa9eb55e0272 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '256' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - bbaa81b6-7c51-4bf2-b039-68a58bfa247b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '291' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - acf383ba-8d84-400f-9bfa-58f8f1dd2374 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '302' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 096989ce-a10e-4bee-b8a6-573d833c03c6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '254' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 8fcf2459-7ccd-48cf-961a-35949b949bf1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '300' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 9f29ce8c-1237-43a2-b546-51e4b35ec1d9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '230' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 6e574d7d-6073-4b0c-b2e7-b8cf7176e7c2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '312' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 6b81ebce-073a-4fff-9951-6b12abc7048f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '291' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 94915cb2-76b1-4e6f-a862-dcacd89443e6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '306' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 19ee8ea3-0119-4e56-96a1-2820563922c7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '309' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 7e61d351-6a1f-4ea9-89d9-770c866cd243 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '308' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 06552a4b-8463-471d-b024-54a6e97805ae - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '312' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - a96532aa-00f5-40ad-bc18-bef136292b9e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '307' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 0cba7dd1-f02b-4055-9627-a73f43be9f20 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '292' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 5beabb81-39fd-475d-9a54-ea03d226c966 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '350' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - caba8d1d-6814-4866-b173-815b6391e5dc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '324' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 11f535d2-fa9b-4fef-b2f5-fd4406d8e421 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '337' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 8b8b769d-0e37-49b8-9e82-faa45830ad5f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '245' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 2f959779-d0b0-4d4f-a50a-48be830fec07 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '244' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 10168be0-085d-421a-94fc-7f3d60bf0183 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '284' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - fdb56ee1-3951-4571-920f-df6d2bccfcc8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '318' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - a957efd3-ef21-4a38-b1ac-0def7fd3b993 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '325' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - bd9d6023-9b40-4f0c-a654-a24eb58ac6b0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '253' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 37978520-06a2-4106-8794-46d8cc681ec7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '324' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 4c64ad76-b889-44ab-addb-c386380dcdab - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:07:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '293' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - cd451339-1c43-4709-bf05-591aa7b0e4e8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:08:00 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '230' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 503a6a70-3801-47dd-9152-a90d31bdf107 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:08:00 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '328' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 5ec49310-e4d0-435f-bab7-f7485c7e0075 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:08:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '346' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - c29f4e2f-080b-43ac-a0c6-4788ade5eebe - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:08:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '252' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 45ea8e2d-72a1-4fe5-8966-8fededb0abc2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:08:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '338' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 118b00b0-5bdd-44ac-81e8-d83daa9331d3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:08:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '311' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 65af38dc-aee8-4fac-9bd4-5e4e2e6e71c5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:08:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '286' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - eb100cc9-63c4-4873-9755-31d72eb938a6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:08:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '369' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 63bfbe4a-31d0-4467-a506-e158b93c5a37 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:08:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '281' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 6d6a9d34-6946-4216-b2e3-a946031f031a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:08:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '326' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - a51564bd-0c9b-455c-9b27-9be603743b84 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:08:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '304' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - dcdcab0b-b0cd-467f-aa79-b1ac50cf848f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:08:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '239' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 30186ea5-062a-4db5-b6cd-4433b846f445 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:08:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '322' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - 8e2acd9d-1555-46e5-a33e-5ec858e4fa8b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:08:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '256' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - efe6cb32-77fe-4b60-8a7f-b4fde45ba2c5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:08:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '270' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' - headers: - apim-request-id: - - e4d12c65-55f4-44f7-b888-b2af66bac81b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 02:08:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '236' + - '320' status: code: 200 message: OK @@ -6800,19 +170,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - 2703d034-5d32-4c47-b336-de5dacdcadc5 + - 9750f0bc-b4e1-44b7-a6c5-207b098b96e3 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:07 GMT + - Thu, 19 Nov 2020 21:15:29 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -6820,7 +190,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '279' + - '265' status: code: 200 message: OK @@ -6834,19 +204,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - 956cac2b-21ef-45ca-813e-726f1e786b85 + - 6983394b-6b5f-4ffe-b8cc-46386de90cd7 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:08 GMT + - Thu, 19 Nov 2020 21:15:34 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -6854,7 +224,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '327' + - '224' status: code: 200 message: OK @@ -6868,19 +238,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - 99fb9ae6-53e5-47c5-b9de-5b02d81bdf50 + - 7300d6e3-784e-4052-b1f6-5cfe3f4b2c62 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:08 GMT + - Thu, 19 Nov 2020 21:15:39 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -6888,7 +258,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '293' + - '204' status: code: 200 message: OK @@ -6902,19 +272,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - 18c6c418-c985-42f2-a23d-9f3cef23c124 + - 46161d62-4fa0-4a42-bc2f-15a3b8f85c05 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:09 GMT + - Thu, 19 Nov 2020 21:15:45 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -6922,7 +292,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '220' + - '215' status: code: 200 message: OK @@ -6936,19 +306,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - 6375d177-6013-4a22-bcb1-5de432eb66b2 + - fe83038c-f94b-49f7-bcc9-583dfd612e3b content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:09 GMT + - Thu, 19 Nov 2020 21:15:50 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -6956,7 +326,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '244' + - '232' status: code: 200 message: OK @@ -6970,19 +340,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - 2cfc42f2-c584-4869-9fa1-e1d497fa459a + - 595d33a7-533d-40f2-98f6-b62db38bee9a content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:11 GMT + - Thu, 19 Nov 2020 21:15:55 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -6990,7 +360,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '286' + - '243' status: code: 200 message: OK @@ -7004,19 +374,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - 8082efc3-c644-4c01-a54e-f7c79774f7b6 + - 83bf8234-034d-4db0-93ee-7d624934364b content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:11 GMT + - Thu, 19 Nov 2020 21:16:01 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -7024,7 +394,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '264' + - '226' status: code: 200 message: OK @@ -7038,19 +408,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - bded66c7-4192-495e-9a4f-fe8c08120177 + - 941b11ef-a2de-4ff1-a65d-9a3fe527886c content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:12 GMT + - Thu, 19 Nov 2020 21:16:06 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -7058,7 +428,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '347' + - '232' status: code: 200 message: OK @@ -7072,19 +442,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - d368e3b4-250f-474f-b3a8-3422fbcdb67d + - 6eba5fbe-81b0-47f6-a609-63f539547f07 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:12 GMT + - Thu, 19 Nov 2020 21:16:11 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -7092,7 +462,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '319' + - '234' status: code: 200 message: OK @@ -7106,19 +476,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - fede95f8-edb8-4d4c-a633-5b1ea7878e05 + - e3fd5e60-9346-4673-8e41-cae91e9bf014 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:13 GMT + - Thu, 19 Nov 2020 21:16:17 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -7126,7 +496,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '283' + - '251' status: code: 200 message: OK @@ -7140,19 +510,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/5c3a72e0-6dff-4e2f-b613-58575cc6ae95?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - 911bb241-d991-4c8e-9e6a-fa2579485006 + - e171d8ef-35bf-450d-b2a8-2c473660a37c content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:13 GMT + - Thu, 19 Nov 2020 21:16:22 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -7160,7 +530,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '304' + - '363' status: code: 200 message: OK @@ -7174,19 +544,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/5c3a72e0-6dff-4e2f-b613-58575cc6ae95?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - a5f0072f-55db-40be-99a0-a3a1aa51ad65 + - 4fe3c067-f69f-494f-a020-722f6c2bda87 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:14 GMT + - Thu, 19 Nov 2020 21:16:27 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -7194,7 +564,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '276' + - '360' status: code: 200 message: OK @@ -7208,19 +578,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/5c3a72e0-6dff-4e2f-b613-58575cc6ae95?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - a8cfa6cc-9414-40ed-af1a-ec37d4f2d3f6 + - 4ead3a2d-654d-4c36-a3d1-1fe6a3031c73 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:14 GMT + - Thu, 19 Nov 2020 21:16:33 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -7228,7 +598,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '274' + - '404' status: code: 200 message: OK @@ -7242,19 +612,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/5c3a72e0-6dff-4e2f-b613-58575cc6ae95?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - aa4f704b-1096-48c9-973c-941e77db33e9 + - 794aaca7-7555-4245-bd0c-90e3c4a34a76 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:14 GMT + - Thu, 19 Nov 2020 21:16:39 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -7262,7 +632,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '267' + - '369' status: code: 200 message: OK @@ -7276,19 +646,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/5c3a72e0-6dff-4e2f-b613-58575cc6ae95?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - ef689e33-f396-4dad-bb63-a4ee1ccaa895 + - e7040182-f113-4221-b3d7-354ba98c8380 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:15 GMT + - Thu, 19 Nov 2020 21:16:44 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -7296,7 +666,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '351' + - '352' status: code: 200 message: OK @@ -7310,19 +680,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/5c3a72e0-6dff-4e2f-b613-58575cc6ae95?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - 968c610d-ec14-4de0-a56c-0435c28f1ee2 + - 532d34fc-5fd4-40e0-bb9e-1d084c4c385a content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:15 GMT + - Thu, 19 Nov 2020 21:16:50 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -7330,7 +700,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '241' + - '358' status: code: 200 message: OK @@ -7344,19 +714,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/5c3a72e0-6dff-4e2f-b613-58575cc6ae95?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - a8a62933-3fbb-476b-af48-ea1e97a88232 + - 7f2ad0ba-0dd5-4d49-b8f0-1d0bab5eaa09 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:16 GMT + - Thu, 19 Nov 2020 21:16:55 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -7364,7 +734,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '718' + - '367' status: code: 200 message: OK @@ -7378,19 +748,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/5c3a72e0-6dff-4e2f-b613-58575cc6ae95?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - 9563f3c1-5a56-4a23-816b-0e3711cb1350 + - 095798b8-0271-4773-a113-6c8bfb548187 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:18 GMT + - Thu, 19 Nov 2020 21:17:01 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -7398,7 +768,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '704' + - '428' status: code: 200 message: OK @@ -7412,19 +782,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/5c3a72e0-6dff-4e2f-b613-58575cc6ae95?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - f5956b36-3b7b-4c88-8bb6-be913291fee0 + - 8d3058e8-2603-4c35-94d1-9f86d50892a8 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:19 GMT + - Thu, 19 Nov 2020 21:17:06 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -7432,7 +802,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '708' + - '371' status: code: 200 message: OK @@ -7446,19 +816,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/5c3a72e0-6dff-4e2f-b613-58575cc6ae95?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - 57a30d85-68b3-48da-8aa7-0952d42c43a3 + - 54645236-33a1-4177-82ba-174061f673e0 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:19 GMT + - Thu, 19 Nov 2020 21:17:12 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -7466,7 +836,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '529' + - '386' status: code: 200 message: OK @@ -7480,19 +850,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/5c3a72e0-6dff-4e2f-b613-58575cc6ae95?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - 597c1eb9-6cb0-415e-9cff-396bb37a003d + - b86e5666-e6da-46d2-8887-d6c2f9a30478 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:21 GMT + - Thu, 19 Nov 2020 21:17:18 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -7500,7 +870,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '635' + - '407' status: code: 200 message: OK @@ -7514,12 +884,12 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=True response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/2e55b0ab-116c-421f-8554-23cf4aa28e69?$skip=20&$top=5"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/5c3a72e0-6dff-4e2f-b613-58575cc6ae95?$skip=20&$top=5"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello world","id":"0","entities":[],"warnings":[]},{"redactedText":"hello world","id":"1","entities":[],"warnings":[]},{"redactedText":"hello world","id":"2","entities":[],"warnings":[]},{"redactedText":"hello world","id":"3","entities":[],"warnings":[]},{"redactedText":"hello world","id":"4","entities":[],"warnings":[]},{"redactedText":"hello world","id":"5","entities":[],"warnings":[]},{"redactedText":"hello @@ -7529,14 +899,14 @@ interactions: world","id":"12","entities":[],"warnings":[]},{"redactedText":"hello world","id":"13","entities":[],"warnings":[]},{"redactedText":"hello world","id":"14","entities":[],"warnings":[]},{"redactedText":"hello world","id":"15","entities":[],"warnings":[]},{"redactedText":"hello world","id":"16","entities":[],"warnings":[]},{"redactedText":"hello world","id":"17","entities":[],"warnings":[]},{"redactedText":"hello - world","id":"18","entities":[],"warnings":[]},{"redactedText":"hello world","id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/7ea1149c-b921-41fa-badc-ed607d2ccf25?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/03447e64-e13a-4fbc-9b94-9429e640bb42?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?$skip=20&$top=20"}' + world","id":"18","entities":[],"warnings":[]},{"redactedText":"hello world","id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/16e5f836-0cee-43a5-abfd-70024b69dc74?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/47159b77-d2ae-4b78-b558-2e5ad96717a9?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?$skip=20&$top=20"}' headers: apim-request-id: - - 1400dee6-f535-4e20-882d-c472c1eef955 + - fafead32-a153-4257-a687-5a74fa2c64dd content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:22 GMT + - Thu, 19 Nov 2020 21:17:24 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -7544,7 +914,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '850' + - '556' status: code: 200 message: OK @@ -7558,22 +928,22 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000?showStats=true&$top=20&$skip=20 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000?showStats=true&$top=20&$skip=20 response: body: - string: '{"jobId":"6f773cb6-49f2-404b-a93f-61637af7ef46_637413408000000000","lastUpdateDateTime":"2020-11-19T02:06:09Z","createdDateTime":"2020-11-19T02:06:05Z","expirationDateTime":"2020-11-20T02:06:05Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T02:06:09Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"20","entities":[],"warnings":[]},{"id":"21","entities":[],"warnings":[]},{"id":"22","entities":[],"warnings":[]},{"id":"23","entities":[],"warnings":[]},{"id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + string: '{"jobId":"c4cb644e-7d14-49bf-a25b-711f78b21f7a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:09Z","createdDateTime":"2020-11-19T21:15:08Z","expirationDateTime":"2020-11-20T21:15:08Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:09Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"20","entities":[],"warnings":[]},{"id":"21","entities":[],"warnings":[]},{"id":"22","entities":[],"warnings":[]},{"id":"23","entities":[],"warnings":[]},{"id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello world","id":"20","entities":[],"warnings":[]},{"redactedText":"hello world","id":"21","entities":[],"warnings":[]},{"redactedText":"hello world","id":"22","entities":[],"warnings":[]},{"redactedText":"hello world","id":"23","entities":[],"warnings":[]},{"redactedText":"hello - world","id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T02:06:09.4656498Z","results":{"inTerminalState":true,"documents":[{"id":"20","keyPhrases":["world"],"warnings":[]},{"id":"21","keyPhrases":["world"],"warnings":[]},{"id":"22","keyPhrases":["world"],"warnings":[]},{"id":"23","keyPhrases":["world"],"warnings":[]},{"id":"24","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + world","id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:09.3096568Z","results":{"inTerminalState":true,"documents":[{"id":"20","keyPhrases":["world"],"warnings":[]},{"id":"21","keyPhrases":["world"],"warnings":[]},{"id":"22","keyPhrases":["world"],"warnings":[]},{"id":"23","keyPhrases":["world"],"warnings":[]},{"id":"24","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 9aaee00f-bed1-4d64-acb2-b519483c1c1b + - a43a680e-4d44-4dcb-aad3-ad0ffb7e0fd0 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 02:08:23 GMT + - Thu, 19 Nov 2020 21:17:24 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -7581,7 +951,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '394' + - '345' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_out_of_order_ids_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_out_of_order_ids_multiple_tasks.yaml index 8f03a224d6bb..3fc87887882d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_out_of_order_ids_multiple_tasks.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_out_of_order_ids_multiple_tasks.yaml @@ -19,19 +19,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - c5e2515c-4e62-4e7d-9ac0-235dbf6ef92e + - b045b86e-68b8-492d-ab51-7e1295405736 date: - - Fri, 13 Nov 2020 20:57:15 GMT + - Thu, 19 Nov 2020 21:17:22 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '365' + - '23' status: code: 202 message: Accepted @@ -53,12 +53,12 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 response: body: - string: '{"jobId":"f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000","lastUpdateDateTime":"2020-11-13T20:57:16Z","createdDateTime":"2020-11-13T20:57:15Z","expirationDateTime":"2020-11-14T20:57:15Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:57:16Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for @@ -66,14 +66,14 @@ interactions: task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 0ccf1425-6add-4309-99bd-c30a3ff729ab + - 5d7ff247-eedc-4991-9bd7-b2fc71b40c7d content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:57:45 GMT + - Thu, 19 Nov 2020 21:17:27 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -81,7 +81,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '289' + - '95' status: code: 200 message: OK @@ -95,12 +95,12 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 response: body: - string: '{"jobId":"f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000","lastUpdateDateTime":"2020-11-13T20:57:16Z","createdDateTime":"2020-11-13T20:57:15Z","expirationDateTime":"2020-11-14T20:57:15Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:57:16Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for @@ -108,14 +108,14 @@ interactions: task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - ab315f6a-52a4-487b-8ff7-25ae9c3c5319 + - 8d2aca92-3783-48c4-8886-663b7d98175e content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:58:16 GMT + - Thu, 19 Nov 2020 21:17:32 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -123,7 +123,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '339' + - '93' status: code: 200 message: OK @@ -137,12 +137,12 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 response: body: - string: '{"jobId":"f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000","lastUpdateDateTime":"2020-11-13T20:57:16Z","createdDateTime":"2020-11-13T20:57:15Z","expirationDateTime":"2020-11-14T20:57:15Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:57:16Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for @@ -150,14 +150,14 @@ interactions: task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 08b38db0-e42f-47c3-a04f-aa97a8ecd525 + - 27a8a2da-e0c2-4d2b-bd39-c6a3c815ea24 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:58:47 GMT + - Thu, 19 Nov 2020 21:17:37 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -165,7 +165,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '267' + - '93' status: code: 200 message: OK @@ -179,12 +179,12 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 response: body: - string: '{"jobId":"f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000","lastUpdateDateTime":"2020-11-13T20:57:16Z","createdDateTime":"2020-11-13T20:57:15Z","expirationDateTime":"2020-11-14T20:57:15Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:57:16Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for @@ -192,14 +192,14 @@ interactions: task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - fdf02564-f3ce-4423-a729-8b6744cdf29b + - 51b47c46-e493-45fb-9bf5-09f9ed91c18e content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:59:16 GMT + - Thu, 19 Nov 2020 21:17:47 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -207,7 +207,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '336' + - '5095' status: code: 200 message: OK @@ -221,12 +221,12 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 response: body: - string: '{"jobId":"f3718ea0-7cb8-454f-8371-3fadaa7859ac_637408224000000000","lastUpdateDateTime":"2020-11-13T20:57:16Z","createdDateTime":"2020-11-13T20:57:15Z","expirationDateTime":"2020-11-14T20:57:15Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:57:16Z"},"completed":2,"failed":1,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for @@ -234,14 +234,14 @@ interactions: task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:57:16.1794935Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 88013490-6fd9-47c1-ae17-7a7ed550bfb4 + - 8618b41a-37cd-49ed-83bc-89431d7daf0e content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:59:48 GMT + - Thu, 19 Nov 2020 21:17:52 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -249,7 +249,805 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '475' + - '93' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 44890507-4da6-44c7-bde3-832b8068ee65 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '95' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 71a79c2b-f429-4540-9547-822bfa0174f0 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '141' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 634a93bd-c8a0-4634-bdf4-33778dfabf9e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '98' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 926a194c-7464-4fbd-a57b-002321d46132 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '100' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c3f8056b-c07f-4282-990c-38e14c4e8480 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '109' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 19e68569-0121-4686-b053-90c2d4b2a22f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '87' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4050ea62-412e-4599-8900-fa820784d144 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '107' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c6ecb018-a9ce-4014-8e7f-9879273392ff + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '103' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 08c18a51-473f-40d8-a3e9-6fa37a1850cd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '98' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1a8afc7a-22d5-47c1-abd3-e91d1acab09f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '101' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0d9e92df-6ddb-42a2-ae2a-138f877e22c1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '112' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c1a9d939-7a81-48a8-b8ee-0d40871a4860 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '102' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8e478bd1-30c7-41bb-8ace-c21d4db58f8b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '96' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e786aef9-ec22-44b9-bdf6-76f7bbf0ebe7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '108' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - bde5c26a-af58-419b-850a-43a5b6c0552e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '92' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 722f059b-fd34-4a4e-ad83-237dde995d35 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '100' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c5b4e675-0530-4dd2-bcba-4dc27df85a54 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '183' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - becccaef-21f6-4203-af88-2e3d519efc72 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '105' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000 + response: + body: + string: '{"jobId":"c8488e4f-cdda-4908-9778-781fdee6beb0_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:22Z","createdDateTime":"2020-11-19T21:17:22Z","expirationDateTime":"2020-11-20T21:17:22Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:22Z"},"completed":2,"failed":1,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:22.60869Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 126a86ce-ede7-4515-8842-e74ef5d726a1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '150' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_output_same_order_as_input_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_output_same_order_as_input_multiple_tasks.yaml index f4425d752e52..0dd9dea80439 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_output_same_order_as_input_multiple_tasks.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_output_same_order_as_input_multiple_tasks.yaml @@ -20,19 +20,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - cb98f0b2-6efd-45c6-b8d0-97b8665ef658 + - f355c6ca-5133-4b20-8d23-d64eff9f6e3d date: - - Fri, 13 Nov 2020 20:59:49 GMT + - Thu, 19 Nov 2020 21:13:52 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '326' + - '40' status: code: 202 message: Accepted @@ -54,19 +54,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000 response: body: - string: '{"jobId":"0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000","lastUpdateDateTime":"2020-11-13T20:59:51Z","createdDateTime":"2020-11-13T20:59:49Z","expirationDateTime":"2020-11-14T20:59:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:59:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:13:53Z","createdDateTime":"2020-11-19T21:13:53Z","expirationDateTime":"2020-11-20T21:13:53Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:13:53Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:13:53.6734843Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - b9c9b7df-e741-4ae0-bc7a-69f4874ca8a6 + - e357542b-a626-41d0-9e33-759af0e6462f content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:00:20 GMT + - Thu, 19 Nov 2020 21:13:57 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -74,7 +74,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '293' + - '116' status: code: 200 message: OK @@ -88,19 +88,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000 response: body: - string: '{"jobId":"0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000","lastUpdateDateTime":"2020-11-13T20:59:51Z","createdDateTime":"2020-11-13T20:59:49Z","expirationDateTime":"2020-11-14T20:59:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:59:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:13:53Z","createdDateTime":"2020-11-19T21:13:53Z","expirationDateTime":"2020-11-20T21:13:53Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:13:53Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:13:53.6734843Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 6a20ff4b-320b-4cd9-ad44-f27a02c38ab2 + - 5e706c76-02fa-4aa0-a27d-bfc598856cef content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:00:50 GMT + - Thu, 19 Nov 2020 21:14:03 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -108,7 +108,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '440' + - '140' status: code: 200 message: OK @@ -122,19 +122,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000 response: body: - string: '{"jobId":"0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000","lastUpdateDateTime":"2020-11-13T20:59:51Z","createdDateTime":"2020-11-13T20:59:49Z","expirationDateTime":"2020-11-14T20:59:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:59:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:13:53Z","createdDateTime":"2020-11-19T21:13:53Z","expirationDateTime":"2020-11-20T21:13:53Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:13:53Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:13:53.6734843Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 82705d1c-a9f9-449b-a4dc-f671216ce518 + - 7dd51f7f-d7d3-4f9f-8467-d406e8b9afbf content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:01:21 GMT + - Thu, 19 Nov 2020 21:14:08 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -142,7 +142,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '372' + - '130' status: code: 200 message: OK @@ -156,19 +156,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000 response: body: - string: '{"jobId":"0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000","lastUpdateDateTime":"2020-11-13T20:59:51Z","createdDateTime":"2020-11-13T20:59:49Z","expirationDateTime":"2020-11-14T20:59:49Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:59:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:13:53Z","createdDateTime":"2020-11-19T21:13:53Z","expirationDateTime":"2020-11-20T21:13:53Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:13:53Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:13:53.6734843Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 05b5e975-09a8-4fc0-970e-14d3869c0f24 + - 0b662113-2f95-4e60-b54b-034bc298e580 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:01:52 GMT + - Thu, 19 Nov 2020 21:14:13 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -176,7 +176,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '378' + - '179' status: code: 200 message: OK @@ -190,19 +190,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000 response: body: - string: '{"jobId":"0856804c-8068-4f3a-b19e-e5e319453c95_637408224000000000","lastUpdateDateTime":"2020-11-13T20:59:51Z","createdDateTime":"2020-11-13T20:59:49Z","expirationDateTime":"2020-11-14T20:59:49Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T20:59:51Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"redactedText":"one","id":"1","entities":[],"warnings":[]},{"redactedText":"two","id":"2","entities":[],"warnings":[]},{"redactedText":"three","id":"3","entities":[],"warnings":[]},{"redactedText":"four","id":"4","entities":[],"warnings":[]},{"redactedText":"five","id":"5","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T20:59:51.0811011Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:13:53Z","createdDateTime":"2020-11-19T21:13:53Z","expirationDateTime":"2020-11-20T21:13:53Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:13:53Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:13:53.6734843Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 38cd3ab8-1e23-4c24-bd61-efea3d88b2ac + - 135cad81-3f1f-4db5-af5f-cd54361daaa4 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:02:22 GMT + - Thu, 19 Nov 2020 21:14:18 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -210,7 +210,279 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '678' + - '157' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000 + response: + body: + string: '{"jobId":"e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:13:53Z","createdDateTime":"2020-11-19T21:13:53Z","expirationDateTime":"2020-11-20T21:13:53Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:13:53Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:13:53.6734843Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 46a0d33e-b442-4df4-9dee-c260d8efd1dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '131' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000 + response: + body: + string: '{"jobId":"e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:13:53Z","createdDateTime":"2020-11-19T21:13:53Z","expirationDateTime":"2020-11-20T21:13:53Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:13:53Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:13:53.6734843Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 60296b1d-9f99-46aa-a3f9-46d6edad5cb2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '121' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000 + response: + body: + string: '{"jobId":"e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:13:53Z","createdDateTime":"2020-11-19T21:13:53Z","expirationDateTime":"2020-11-20T21:13:53Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:13:53Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:13:53.6734843Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d25dd35f-1c52-4c0a-970f-0b7b3633bb1b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '125' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000 + response: + body: + string: '{"jobId":"e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:13:53Z","createdDateTime":"2020-11-19T21:13:53Z","expirationDateTime":"2020-11-20T21:13:53Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:13:53Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:13:53.6734843Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 47871003-f826-4f7f-b2ec-0d9183f5738e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '123' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000 + response: + body: + string: '{"jobId":"e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:13:53Z","createdDateTime":"2020-11-19T21:13:53Z","expirationDateTime":"2020-11-20T21:13:53Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:13:53Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:13:53.6734843Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 807b443a-4e10-4899-9671-221566fb774a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '119' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000 + response: + body: + string: '{"jobId":"e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:13:53Z","createdDateTime":"2020-11-19T21:13:53Z","expirationDateTime":"2020-11-20T21:13:53Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:13:53Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:13:53.6734843Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 83a4b208-0647-4e93-a1a3-6800b8e85728 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000 + response: + body: + string: '{"jobId":"e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:13:53Z","createdDateTime":"2020-11-19T21:13:53Z","expirationDateTime":"2020-11-20T21:13:53Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:13:53Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:13:53.6734843Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - aab136b0-67d5-4514-af8c-a0a04e45ee0a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '132' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000 + response: + body: + string: '{"jobId":"e08048d3-4168-4df5-ab2f-f542ce2ea58f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:13:53Z","createdDateTime":"2020-11-19T21:13:53Z","expirationDateTime":"2020-11-20T21:13:53Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:13:53Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:13:53.6734843Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:13:53.6734843Z","results":{"inTerminalState":true,"documents":[{"redactedText":"one","id":"1","entities":[],"warnings":[]},{"redactedText":"two","id":"2","entities":[],"warnings":[]},{"redactedText":"three","id":"3","entities":[],"warnings":[]},{"redactedText":"four","id":"4","entities":[],"warnings":[]},{"redactedText":"five","id":"5","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:13:53.6734843Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0b08fc94-4eec-4859-94af-cee9d54e9340 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '227' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_pass_cls.yaml index 28a57bd1ebf3..38c8a71e44e8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_pass_cls.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_pass_cls.yaml @@ -18,19 +18,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 11391412-c7a5-46a5-86ac-e71d2aecfa62 + - 4e6c1050-2778-43c5-9799-4fdbe795382c date: - - Fri, 13 Nov 2020 21:02:24 GMT + - Thu, 19 Nov 2020 21:12:57 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '349' + - '30' status: code: 202 message: Accepted @@ -52,19 +52,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000 response: body: - string: '{"jobId":"292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:02:25Z","createdDateTime":"2020-11-13T21:02:24Z","expirationDateTime":"2020-11-14T21:02:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:02:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:58Z","expirationDateTime":"2020-11-20T21:12:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.8172604Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 94ef730d-b92c-49fb-ba97-4eee9fc3502f + - 4789e20d-e51b-4d9c-bce9-9edd423a6483 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:02:55 GMT + - Thu, 19 Nov 2020 21:13:02 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -72,7 +72,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '313' + - '128' status: code: 200 message: OK @@ -86,19 +86,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000 response: body: - string: '{"jobId":"292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:02:25Z","createdDateTime":"2020-11-13T21:02:24Z","expirationDateTime":"2020-11-14T21:02:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:02:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:58Z","expirationDateTime":"2020-11-20T21:12:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.8172604Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - e0339be8-fd4f-4b4e-a9ac-78baf00228c6 + - f9eec5c9-e993-4c1d-8ed9-e5fdc5b278e9 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:03:25 GMT + - Thu, 19 Nov 2020 21:13:08 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -106,7 +106,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '283' + - '119' status: code: 200 message: OK @@ -120,19 +120,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000 response: body: - string: '{"jobId":"292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:02:25Z","createdDateTime":"2020-11-13T21:02:24Z","expirationDateTime":"2020-11-14T21:02:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:02:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:58Z","expirationDateTime":"2020-11-20T21:12:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.8172604Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - dc122a10-7075-4eec-981c-de35d77fa02c + - 21ad7205-aae4-4aab-be9e-8ba26f6f95ac content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:03:56 GMT + - Thu, 19 Nov 2020 21:13:13 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -140,7 +140,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '378' + - '105' status: code: 200 message: OK @@ -154,19 +154,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000 response: body: - string: '{"jobId":"292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:02:25Z","createdDateTime":"2020-11-13T21:02:24Z","expirationDateTime":"2020-11-14T21:02:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:02:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:58Z","expirationDateTime":"2020-11-20T21:12:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.8172604Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - d729a8d0-4be8-4a4f-a28f-d62e60891b69 + - beff4633-8d4f-49ea-81fa-013af9dd98de content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:04:26 GMT + - Thu, 19 Nov 2020 21:13:18 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -174,7 +174,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '303' + - '108' status: code: 200 message: OK @@ -188,20 +188,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000 response: body: - string: '{"jobId":"292bb737-a429-4701-9f7a-daa1e7694c3b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:02:25Z","createdDateTime":"2020-11-13T21:02:24Z","expirationDateTime":"2020-11-14T21:02:24Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:02:25Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"redactedText":"Test - passing cls to endpoint","id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:02:25.3879787Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:58Z","expirationDateTime":"2020-11-20T21:12:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.8172604Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 4fe45403-b251-4183-993f-da1fc140cb17 + - 477b1aea-bfcc-4cb1-a135-bdda46f13cbc content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:04:57 GMT + - Thu, 19 Nov 2020 21:13:24 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -209,7 +208,280 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '413' + - '109' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000 + response: + body: + string: '{"jobId":"fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:58Z","expirationDateTime":"2020-11-20T21:12:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.8172604Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d0f1322b-a0ef-4ad3-804f-9220e34f3f8f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '90' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000 + response: + body: + string: '{"jobId":"fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:58Z","expirationDateTime":"2020-11-20T21:12:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.8172604Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1c82fd6e-a638-45ff-8707-9f2b4b2a7060 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '101' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000 + response: + body: + string: '{"jobId":"fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:58Z","expirationDateTime":"2020-11-20T21:12:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.8172604Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a63258c5-ee68-4382-bdb0-f60a6ff1b971 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '88' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000 + response: + body: + string: '{"jobId":"fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:58Z","expirationDateTime":"2020-11-20T21:12:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.8172604Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 936b54c2-6de4-47e1-8794-893675cfa550 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '129' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000 + response: + body: + string: '{"jobId":"fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:58Z","expirationDateTime":"2020-11-20T21:12:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.8172604Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cc345e4a-ba8f-48b4-bc53-f7b33bce209e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '129' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000 + response: + body: + string: '{"jobId":"fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:58Z","expirationDateTime":"2020-11-20T21:12:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.8172604Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b86fa316-290e-4c8b-8c0f-b5af10f3efc7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '96' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000 + response: + body: + string: '{"jobId":"fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:58Z","expirationDateTime":"2020-11-20T21:12:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.8172604Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ebe4cf46-5e30-40e1-b272-55b8ba694ba8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '94' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000 + response: + body: + string: '{"jobId":"fb88128d-5b56-48af-8598-62a5594124fd_637413408000000000","lastUpdateDateTime":"2020-11-19T21:12:58Z","createdDateTime":"2020-11-19T21:12:58Z","expirationDateTime":"2020-11-20T21:12:58Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:12:58Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.8172604Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.8172604Z","results":{"inTerminalState":true,"documents":[{"redactedText":"Test + passing cls to endpoint","id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:12:58.8172604Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cdc0d298-f5e5-4214-b868-4e1984e42858 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '151' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_entities_task.yaml index 0191ba19eca2..9d016c398d30 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_entities_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_entities_task.yaml @@ -20,19 +20,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 8160b89f-96fe-47f8-ae5d-79ac0f44675d + - b13ae7cb-bd2a-4524-86ce-0e9c1c723566 date: - - Fri, 13 Nov 2020 21:04:58 GMT + - Thu, 19 Nov 2020 21:11:58 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '238' + - '35' status: code: 202 message: Accepted @@ -54,19 +54,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 response: body: - string: '{"jobId":"cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000","lastUpdateDateTime":"2020-11-13T21:04:59Z","createdDateTime":"2020-11-13T21:04:58Z","expirationDateTime":"2020-11-14T21:04:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:04:59Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 25c6db42-ab23-47f4-9f08-ef87247ac8b1 + - 4d164ad2-e2bb-49a5-8354-88feb4056fe0 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:05:28 GMT + - Thu, 19 Nov 2020 21:12:03 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -74,7 +74,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '166' + - '30' status: code: 200 message: OK @@ -88,19 +88,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 response: body: - string: '{"jobId":"cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000","lastUpdateDateTime":"2020-11-13T21:04:59Z","createdDateTime":"2020-11-13T21:04:58Z","expirationDateTime":"2020-11-14T21:04:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:04:59Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 0dd3566f-d110-4836-99b3-df8184278ac6 + - a890a039-8f67-4c76-a69e-b02d24d52391 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:05:59 GMT + - Thu, 19 Nov 2020 21:12:08 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -108,7 +108,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '130' + - '34' status: code: 200 message: OK @@ -122,12 +122,760 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 response: body: - string: '{"jobId":"cd1757b0-90a6-48a1-8a19-56d5fabea863_637408224000000000","lastUpdateDateTime":"2020-11-13T21:04:59Z","createdDateTime":"2020-11-13T21:04:58Z","expirationDateTime":"2020-11-14T21:04:58Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:04:59Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:04:59.0865331Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.81},{"text":"Bill + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 7a9607dc-dfdf-4b58-8f29-25afe4584bb2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '75' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8dfc7656-27b9-45d4-8205-710205144b01 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 104a18b9-e94b-4184-95a1-0155f1f75e59 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '49' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1cad710b-ab41-444f-bf94-f2623984ba48 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '42' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 621105a6-d87f-4d01-a574-8756a74e8125 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 77651ee8-59d5-467f-baa7-0c10a198568b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 377efd28-c27e-4a9b-87b1-a67e0b73c019 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '32' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c7b14dfd-659e-48b4-8949-71d85473ac7b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '62' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 39cc801a-7ea3-4d6f-8c25-8c537d5f0df4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:12:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 69efe3e3-9a7b-4e4e-b2c5-484e1c91e08e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '38' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2e152e20-a735-4ad1-a2b5-8750db9a42e8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '34' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 33cc5b0c-8da3-4db5-8011-e17d84362fd1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '73' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c3586cbe-abb9-42d9-ac01-f5c841aee2d6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '30' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 89e7e1a4-7add-4bce-8011-aafb6507f807 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '32' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ba2db926-6ae9-408b-a216-3a98f298f682 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '39' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 63f50715-afea-4574-b605-f8795558b97e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e9580546-59bf-4592-bfe3-0bd1e86075b4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '32' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ccec1499-4d94-4da0-85f7-c0130cdc00d5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '47' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - ed773c34-8de7-478d-b4ba-f9bd3ae60334 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '55' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - d8c42b3f-d20b-479f-9039-82dccb2b7ca7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '29' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a2f52640-1316-46a3-9b4f-d2dbc38fe34a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:13:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '37' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 84cbdae7-d961-4f6b-ac62-6a000f9d5234 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '29' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000 + response: + body: + string: '{"jobId":"13fa5c49-91bd-42c6-acf0-071060294ec6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:11:58Z","createdDateTime":"2020-11-19T21:11:58Z","expirationDateTime":"2020-11-20T21:11:58Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:11:58Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:11:58.8068385Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.81},{"text":"Bill Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"1","entities":[{"text":"4","category":"Quantity","subcategory":"Number","offset":53,"length":1,"confidenceScore":0.8},{"text":"1975","category":"DateTime","subcategory":"DateRange","offset":67,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"4","category":"Quantity","subcategory":"Number","offset":19,"length":1,"confidenceScore":0.8},{"text":"April @@ -136,11 +884,11 @@ interactions: Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.63}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' headers: apim-request-id: - - 31ab8b68-7205-44d6-977d-ad52f715dd23 + - dec09023-bcab-453e-8682-a425a1a01d61 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:06:29 GMT + - Thu, 19 Nov 2020 21:14:06 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -148,7 +896,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '140' + - '60' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_key_phrase_task.yaml index 3f1e3df61a05..0d4c3a38178e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_key_phrase_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_key_phrase_task.yaml @@ -17,19 +17,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 59d12f87-3f61-4d85-904a-84d9112d5242 + - 12571cfe-9ecb-46cb-b9b4-5c7969f797a5 date: - - Fri, 13 Nov 2020 21:06:30 GMT + - Thu, 19 Nov 2020 21:15:05 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/8da0accf-4de1-43f6-98c0-4f133608c83b_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bbe828a3-d8df-49dc-aab9-ce0b5a4bb17c_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '167' + - '28' status: code: 202 message: Accepted @@ -51,21 +51,21 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/8da0accf-4de1-43f6-98c0-4f133608c83b_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bbe828a3-d8df-49dc-aab9-ce0b5a4bb17c_637413408000000000 response: body: - string: '{"jobId":"8da0accf-4de1-43f6-98c0-4f133608c83b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:06:31Z","createdDateTime":"2020-11-13T21:06:30Z","expirationDateTime":"2020-11-14T21:06:30Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:06:31Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:06:31.3695697Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Bill + string: '{"jobId":"bbe828a3-d8df-49dc-aab9-ce0b5a4bb17c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:05Z","createdDateTime":"2020-11-19T21:15:05Z","expirationDateTime":"2020-11-20T21:15:05Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:05Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:05.5490223Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"1","keyPhrases":["Microsoft fue fundado por Bill Gates y Paul Allen"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 3ab655be-7676-4c2b-a752-73249eb665ef + - 17d502ff-7979-478b-89c4-d585cc717978 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:07:00 GMT + - Thu, 19 Nov 2020 21:15:10 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -73,7 +73,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '109' + - '66' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_pii_entities_task.yaml index bb2c2681952f..680666d860d7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_pii_entities_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_passing_only_string_pii_entities_task.yaml @@ -19,19 +19,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 1badfbe5-8952-4c17-b126-aaca7d8e562c + - 68a08a1c-1420-4a0c-8e75-cb0c5d158e46 date: - - Fri, 13 Nov 2020 21:07:02 GMT + - Thu, 19 Nov 2020 21:19:33 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '249' + - '29' status: code: 202 message: Accepted @@ -53,19 +53,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000 response: body: - string: '{"jobId":"444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:07:03Z","createdDateTime":"2020-11-13T21:07:02Z","expirationDateTime":"2020-11-14T21:07:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:07:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:33Z","createdDateTime":"2020-11-19T21:19:33Z","expirationDateTime":"2020-11-20T21:19:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:33Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 51cb62c8-fc5d-4991-882f-c75f21268e73 + - 2632df37-6d94-4413-896f-7f035478b74a content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:07:32 GMT + - Thu, 19 Nov 2020 21:19:38 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -73,7 +73,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '68' + - '29' status: code: 200 message: OK @@ -87,19 +87,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000 response: body: - string: '{"jobId":"444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:07:03Z","createdDateTime":"2020-11-13T21:07:02Z","expirationDateTime":"2020-11-14T21:07:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:07:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:33Z","createdDateTime":"2020-11-19T21:19:33Z","expirationDateTime":"2020-11-20T21:19:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:33Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 4ad95aa8-c592-47f0-940d-128e37fdc44c + - d70f84c1-488b-4bb1-9e00-54ab21ad5098 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:08:03 GMT + - Thu, 19 Nov 2020 21:19:43 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -107,7 +107,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '81' + - '57' status: code: 200 message: OK @@ -121,19 +121,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000 response: body: - string: '{"jobId":"444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:07:03Z","createdDateTime":"2020-11-13T21:07:02Z","expirationDateTime":"2020-11-14T21:07:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:07:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:33Z","createdDateTime":"2020-11-19T21:19:33Z","expirationDateTime":"2020-11-20T21:19:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:33Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - c87ad7f9-83f4-43a7-9306-e5b82981fe3e + - 375f6d89-fa47-4ac9-9041-c5e0e8d195ac content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:08:33 GMT + - Thu, 19 Nov 2020 21:19:48 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -141,7 +141,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '96' + - '37' status: code: 200 message: OK @@ -155,19 +155,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000 response: body: - string: '{"jobId":"444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:07:03Z","createdDateTime":"2020-11-13T21:07:02Z","expirationDateTime":"2020-11-14T21:07:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:07:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:33Z","createdDateTime":"2020-11-19T21:19:33Z","expirationDateTime":"2020-11-20T21:19:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:33Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: apim-request-id: - - 55230539-3898-4b39-9fa4-66b8aa2a55dc + - 592dfbab-ab4a-47b3-8b15-3660a5fdbc0e content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:09:04 GMT + - Thu, 19 Nov 2020 21:19:54 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -175,7 +175,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '85' + - '38' status: code: 200 message: OK @@ -189,12 +189,318 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000 response: body: - string: '{"jobId":"444d3610-398d-4a1b-b668-49ea03eaf3f6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:07:03Z","createdDateTime":"2020-11-13T21:07:02Z","expirationDateTime":"2020-11-14T21:07:02Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:07:03Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:07:03.2755998Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + string: '{"jobId":"4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:33Z","createdDateTime":"2020-11-19T21:19:33Z","expirationDateTime":"2020-11-20T21:19:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:33Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 98e18b0c-8b25-412f-86a9-8e2dceb80eb4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000 + response: + body: + string: '{"jobId":"4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:33Z","createdDateTime":"2020-11-19T21:19:33Z","expirationDateTime":"2020-11-20T21:19:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:33Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 2d0bad06-157c-4ae3-b92e-3eb4cdba68f9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '36' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000 + response: + body: + string: '{"jobId":"4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:33Z","createdDateTime":"2020-11-19T21:19:33Z","expirationDateTime":"2020-11-20T21:19:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:33Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - e9c83259-e34e-4935-8499-6eb5d31f1d9e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000 + response: + body: + string: '{"jobId":"4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:33Z","createdDateTime":"2020-11-19T21:19:33Z","expirationDateTime":"2020-11-20T21:19:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:33Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 6d32fbf4-b726-4c6e-83bb-7345a702bf42 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '33' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000 + response: + body: + string: '{"jobId":"4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:33Z","createdDateTime":"2020-11-19T21:19:33Z","expirationDateTime":"2020-11-20T21:19:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:33Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 93f9682f-b00e-48e1-b81e-40c88ed49f70 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '32' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000 + response: + body: + string: '{"jobId":"4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:33Z","createdDateTime":"2020-11-19T21:19:33Z","expirationDateTime":"2020-11-20T21:19:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:33Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - c992099f-d5a5-467f-9000-a0b3f1c3612a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '43' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000 + response: + body: + string: '{"jobId":"4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:33Z","createdDateTime":"2020-11-19T21:19:33Z","expirationDateTime":"2020-11-20T21:19:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:33Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 1ab7d7a7-7c36-43c3-a7cb-564e000d4c1c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '46' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000 + response: + body: + string: '{"jobId":"4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:33Z","createdDateTime":"2020-11-19T21:19:33Z","expirationDateTime":"2020-11-20T21:19:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:33Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - 8f74f8df-2317-46a2-a6c9-6c8fe096fd13 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '521' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000 + response: + body: + string: '{"jobId":"4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:33Z","createdDateTime":"2020-11-19T21:19:33Z","expirationDateTime":"2020-11-20T21:19:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:33Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: + - a876ff17-c9e7-46c5-a86c-bc9ccfbe37df + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '32' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000 + response: + body: + string: '{"jobId":"4302b658-d2c6-420c-9ab4-149d92e76224_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:33Z","createdDateTime":"2020-11-19T21:19:33Z","expirationDateTime":"2020-11-20T21:19:33Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:33Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:33.7688236Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My SSN is ***********.","id":"0","entities":[{"text":"859-98-0987","category":"U.S. Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your ABA number - ********* - is the first 9 digits in the lower left hand corner @@ -207,11 +513,11 @@ interactions: CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 46b4ab31-be54-401e-86ae-046ad1c137f3 + - 3ca99b7c-bbbb-46f4-a935-0db759e901ad content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:09:34 GMT + - Thu, 19 Nov 2020 21:20:45 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -219,7 +525,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '153' + - '72' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_per_item_dont_use_language_hint.yaml index 4480e8df38e6..332e99e9ac57 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_per_item_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_per_item_dont_use_language_hint.yaml @@ -20,19 +20,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 500188d9-9271-4ebf-8f0d-e0bb304cddd7 + - 7bd14c46-9146-4d56-a678-6649db5f7655 date: - - Fri, 13 Nov 2020 21:09:35 GMT + - Thu, 19 Nov 2020 21:14:06 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '172' + - '24' status: code: 202 message: Accepted @@ -54,20 +54,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000 response: body: - string: '{"jobId":"d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:09:36Z","createdDateTime":"2020-11-13T21:09:35Z","expirationDateTime":"2020-11-14T21:09:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:09:36Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:09:36.5798201Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:07Z","expirationDateTime":"2020-11-20T21:14:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.1711892Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 8c27557c-ca43-4226-8636-80956e44bf83 + - 5928a743-f282-4926-8338-7e07d4f66744 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:10:05 GMT + - Thu, 19 Nov 2020 21:14:12 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -75,7 +75,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '247' + - '118' status: code: 200 message: OK @@ -89,20 +89,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000 response: body: - string: '{"jobId":"d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:09:36Z","createdDateTime":"2020-11-13T21:09:35Z","expirationDateTime":"2020-11-14T21:09:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:09:36Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:09:36.5798201Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:07Z","expirationDateTime":"2020-11-20T21:14:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.1711892Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 09d0ba22-914f-43ec-8e17-024633637d9e + - 6df06197-d343-4fc2-8cd6-a8c0458cadfd content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:10:36 GMT + - Thu, 19 Nov 2020 21:14:18 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -110,7 +110,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '403' + - '112' status: code: 200 message: OK @@ -124,23 +124,373 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000 response: body: - string: '{"jobId":"d0774ada-0bff-47e9-8c90-a113b1154c7e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:09:36Z","createdDateTime":"2020-11-13T21:09:35Z","expirationDateTime":"2020-11-14T21:09:35Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:09:36Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:09:36.5798201Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:09:36.5798201Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + string: '{"jobId":"da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:07Z","expirationDateTime":"2020-11-20T21:14:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.1711892Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 11033ebb-cbd8-4045-a681-efcd419c6cc5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '119' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000 + response: + body: + string: '{"jobId":"da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:07Z","expirationDateTime":"2020-11-20T21:14:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.1711892Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 11d14cd7-e543-4f56-b8c5-52ee156d8fe2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '102' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000 + response: + body: + string: '{"jobId":"da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:07Z","expirationDateTime":"2020-11-20T21:14:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.1711892Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d053e714-ed10-4429-a825-118a7d6716f6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '103' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000 + response: + body: + string: '{"jobId":"da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:07Z","expirationDateTime":"2020-11-20T21:14:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.1711892Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 25f92b8e-e89c-4bdc-b6aa-22e1c20a7036 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '137' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000 + response: + body: + string: '{"jobId":"da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:07Z","expirationDateTime":"2020-11-20T21:14:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.1711892Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 809995a2-5ed8-41b5-9359-068905c89a47 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '965' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000 + response: + body: + string: '{"jobId":"da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:07Z","expirationDateTime":"2020-11-20T21:14:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.1711892Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 68bd5556-8a86-4554-a69d-f75b39c8c2dc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '107' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000 + response: + body: + string: '{"jobId":"da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:07Z","expirationDateTime":"2020-11-20T21:14:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.1711892Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4ef65e2c-5e19-450b-adb6-2d332f4d27b4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:14:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '141' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000 + response: + body: + string: '{"jobId":"da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:07Z","expirationDateTime":"2020-11-20T21:14:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.1711892Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a1ab907d-9d89-43e7-9c2d-387667db8971 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '109' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000 + response: + body: + string: '{"jobId":"da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:07Z","expirationDateTime":"2020-11-20T21:14:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.1711892Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 394bf9fb-ed4b-4f0e-bfed-4b020fbc5544 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '101' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000 + response: + body: + string: '{"jobId":"da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:07Z","expirationDateTime":"2020-11-20T21:14:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.1711892Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 65e31df1-0363-4e97-92d2-6d2ab6250337 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '116' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000 + response: + body: + string: '{"jobId":"da2f94e9-a480-4eea-8158-8f4af6fd3ae6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:07Z","expirationDateTime":"2020-11-20T21:14:07Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.1711892Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.1711892Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The - restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:09:36.5798201Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.1711892Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 6faeeecd-704f-42c9-ad5d-1a5c26570732 + - 6545afc4-26d0-48bf-a8a3-7ffb8feab859 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:11:07 GMT + - Thu, 19 Nov 2020 21:15:15 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -148,7 +498,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '724' + - '181' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_rotate_subscription_key.yaml index f0385ca75a62..efe27494604c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_rotate_subscription_key.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_rotate_subscription_key.yaml @@ -20,19 +20,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - cc8a8f60-0b96-4b4e-b9a4-7f5886ec75f5 + - 41a4ded2-8e57-4c6c-b710-8e843b5f486c date: - - Fri, 13 Nov 2020 21:11:08 GMT + - Thu, 19 Nov 2020 21:17:26 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '208' + - '27' status: code: 202 message: Accepted @@ -54,20 +54,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 response: body: - string: '{"jobId":"27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:11:09Z","createdDateTime":"2020-11-13T21:11:08Z","expirationDateTime":"2020-11-14T21:11:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:11:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:11:09.6218483Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - dc8d8cf6-46dd-4fb4-94e5-90ac86061ff2 + - 9aad039d-bbad-418f-8df6-c51e62cf0c31 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:11:39 GMT + - Thu, 19 Nov 2020 21:17:31 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -75,7 +75,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '310' + - '124' status: code: 200 message: OK @@ -89,20 +89,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 response: body: - string: '{"jobId":"27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:11:09Z","createdDateTime":"2020-11-13T21:11:08Z","expirationDateTime":"2020-11-14T21:11:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:11:09Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:11:09.6218483Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 0d80c891-3480-4a9c-9d23-ce2bc3e7e636 + - 4e2b43b5-9609-4838-a3d5-795ef49f4c4e content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:12:10 GMT + - Thu, 19 Nov 2020 21:17:36 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -110,7 +110,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '396' + - '119' status: code: 200 message: OK @@ -124,23 +124,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 response: body: - string: '{"jobId":"27a4fe3c-6580-4f89-9b43-fe307163f7b6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:11:09Z","createdDateTime":"2020-11-13T21:11:08Z","expirationDateTime":"2020-11-14T21:11:08Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:11:09Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:11:09.6218483Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:11:09.6218483Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I - will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I - did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The - restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:11:09.6218483Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - d5f2a8e6-a1ba-4c66-ad4d-5cb72a90c071 + - 1256e0ff-a374-40fb-9975-b757b8b86032 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:12:40 GMT + - Thu, 19 Nov 2020 21:17:41 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -148,81 +145,69 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '508' + - '110' status: code: 200 message: OK - request: - body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": - "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": - [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], - "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, - "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", - "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", - "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", - "language": "en"}]}}' + body: null headers: Accept: - - application/json, text/json + - '*/*' Accept-Encoding: - gzip, deflate Connection: - keep-alive - Content-Length: - - '570' - Content-Type: - - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 response: body: - string: '{"error":{"code":"401","message":"Access denied due to invalid subscription - key or wrong API endpoint. Make sure to provide a valid key for an active - subscription and use a correct regional API endpoint for your resource."}}' + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - content-length: - - '224' + apim-request-id: + - c8958c0b-38fb-4d04-b744-531a6248c4ed + content-type: + - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:12:40 GMT + - Thu, 19 Nov 2020 21:17:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '106' status: - code: 401 - message: PermissionDenied + code: 200 + message: OK - request: - body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": - "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": - [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], - "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, - "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", - "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", - "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", - "language": "en"}]}}' + body: null headers: Accept: - - application/json, text/json + - '*/*' Accept-Encoding: - gzip, deflate Connection: - keep-alive - Content-Length: - - '570' - Content-Type: - - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 response: body: - string: '' + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - e8d41056-aa43-401d-85c2-74f8a692d374 + - bee5abc1-8136-4634-8dd2-e708fe735443 + content-type: + - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:12:40 GMT - operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000 + - Thu, 19 Nov 2020 21:17:52 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -230,10 +215,1565 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '316' + - '116' status: - code: 202 - message: Accepted + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1a7260f4-76d4-4f29-b147-a1e99a7ced2b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '141' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 65869085-f50f-4d92-8b4d-2b58415c7a41 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '114' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c012f42f-d641-417e-a870-8a291e04ee04 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '101' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ee19805b-c42f-4625-a061-18e27a126183 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '165' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 94dd8627-b17b-4923-9dae-d2bf2b02ede7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '108' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d9392f19-6084-4997-bfc0-551b9c941123 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '108' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cd7fe569-5eba-4b88-a38a-bdd8c4940706 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '105' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8eca7489-9c85-4886-b471-933f76a38f52 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '110' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1af05d84-a769-4594-ad24-6898d638ad2b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '153' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 16d20808-680f-494b-ad32-203119ff5e9f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '137' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 77533503-60f0-4944-8011-28acf3d6f9fc + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '200' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cb8906dd-9699-4a54-b6e2-4637f4998682 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '145' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1ac47788-df30-4cf3-aeac-372eca86f027 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:18:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '201' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b3a6dd35-245a-4c0d-9a37-4a3a54cad600 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '132' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - d1b7d716-aaeb-4a7d-8fc2-d20467f03708 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '140' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6223fd5a-ee5a-442e-a8bc-736ff2340fd8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '164' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5f2a150b-2825-4d8f-abe2-47f55997fc7d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '159' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b50ceeb5-4331-4553-b902-0558d2c42779 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '149' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 00d3ddde-2605-409f-8cef-ab48ddb69d1b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '178' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000 + response: + body: + string: '{"jobId":"f4bbb42c-c578-40dc-a8f9-ddef816a105e_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:26Z","createdDateTime":"2020-11-19T21:17:26Z","expirationDateTime":"2020-11-20T21:17:26Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:26Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:26.7031032Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3829084a-ef59-4b67-8df8-0e11fa5f4aa5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '208' + status: + code: 200 + message: OK +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: POST + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: + - '224' + date: + - Thu, 19 Nov 2020 21:19:36 GMT + status: + code: 401 + message: PermissionDenied +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: POST + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: + - 21bba736-61d1-4c11-ad79-b732f77cfc2a + date: + - Thu, 19 Nov 2020 21:19:36 GMT + operation-location: + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '29' + status: + code: 202 + message: Accepted +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c857a4b0-e97b-4d86-b348-cef36908ff3d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '176' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c9e67aaa-fbcf-4ded-96a5-6781909d052f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '137' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f7f3a76a-54cf-4e50-aabb-03d18a6c091f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '138' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0d36d474-03e4-4230-9144-eb14a103f90d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:19:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '1035' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7a0179fe-9247-48de-a77f-bcad901c736b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '123' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 46f6a79f-f936-4a61-b74f-7f31ef2888d4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '111' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 83ed50bd-80cc-474f-a8b6-15b899db27e6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '113' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6b1410c1-acb5-4813-aa80-01a3676136a6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '107' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7c3d90ba-c7e9-4551-93c6-144cc23e32b5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '131' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cf13ed35-a2e8-4f75-a7d4-e38ec7daeed6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '104' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 42d71b4a-2789-4c0d-85df-ef1c3676fb99 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '107' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a4aa733c-b72d-44e3-8b59-91bf38ad2ad9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '118' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e93b8fc6-907b-4e90-8fc8-befea1fca665 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '143' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 423834cc-ed87-4765-93a9-2f43d1d73548 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '152' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b57e9b91-84f4-4904-b364-b92d3ef33a0c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:20:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '139' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 04939090-65d0-4c8f-90b7-694987a353a5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:01 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '156' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2f02f56a-4196-455c-ab59-97ac03246b12 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 52b4cef2-f35a-4fc8-bc67-186290819206 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '156' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3678b805-14b4-44b9-a662-5a241e1cfccb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '170' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - f1a61596-447f-416f-8c20-32ee9170a7c5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:22 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '138' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - be791117-c129-43a2-b7d7-85fc23770f12 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '182' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 + response: + body: + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c7568215-6485-4dbc-815b-4c8b0a99873e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '164' + status: + code: 200 + message: OK - request: body: null headers: @@ -244,20 +1784,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 response: body: - string: '{"jobId":"9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000","lastUpdateDateTime":"2020-11-13T21:12:42Z","createdDateTime":"2020-11-13T21:12:41Z","expirationDateTime":"2020-11-14T21:12:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:12:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:12:42.0968881Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - df23ba0f-a5c8-43db-8819-ef3af3c676f5 + - 1d3c04e8-0a1c-440d-8536-a7d95b4194dc content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:13:11 GMT + - Thu, 19 Nov 2020 21:21:38 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -265,7 +1805,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '301' + - '137' status: code: 200 message: OK @@ -279,20 +1819,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 response: body: - string: '{"jobId":"9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000","lastUpdateDateTime":"2020-11-13T21:12:42Z","createdDateTime":"2020-11-13T21:12:41Z","expirationDateTime":"2020-11-14T21:12:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:12:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:12:42.0968881Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 6feb6ca9-8f55-4ed7-a78b-d0bf2a0c6898 + - 30f90615-05f1-4db1-9cc8-bd963dc8213c content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:13:42 GMT + - Thu, 19 Nov 2020 21:21:43 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -300,7 +1840,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '429' + - '143' status: code: 200 message: OK @@ -314,23 +1854,23 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000 response: body: - string: '{"jobId":"9e8d6f1f-beee-4aa8-b202-2f5e4ee82a2a_637408224000000000","lastUpdateDateTime":"2020-11-13T21:12:42Z","createdDateTime":"2020-11-13T21:12:41Z","expirationDateTime":"2020-11-14T21:12:41Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:12:42Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:12:42.0968881Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:12:42.0968881Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + string: '{"jobId":"715e3734-24e8-4e61-bb00-35d5ab5609ae_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:37Z","createdDateTime":"2020-11-19T21:19:37Z","expirationDateTime":"2020-11-20T21:19:37Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:37Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The - restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:12:42.0968881Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:37.8526864Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 5da84af9-f29c-420c-a6fc-6de4f2bce9a8 + - be07317a-1d46-481f-96f8-b1677895fa70 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:14:13 GMT + - Thu, 19 Nov 2020 21:21:48 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -338,7 +1878,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '597' + - '177' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_show_stats_and_model_version_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_show_stats_and_model_version_multiple_tasks.yaml index 07f4d008b9a3..51439d129fab 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_show_stats_and_model_version_multiple_tasks.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_show_stats_and_model_version_multiple_tasks.yaml @@ -19,19 +19,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 81040f37-7ac5-4d3b-846e-7df8c48976fb + - 621f3a20-6b53-4b44-a218-fcc8a62e2b8c date: - - Thu, 19 Nov 2020 01:40:33 GMT + - Thu, 19 Nov 2020 21:14:07 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '263' + - '27' status: code: 202 message: Accepted @@ -53,19 +53,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:33Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:33Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - c6323249-dbfc-41dd-90e3-c32f8b1fa2b7 + - 69ba19de-d09b-45ce-98d6-f1c02614a972 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:33 GMT + - Thu, 19 Nov 2020 21:14:12 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -73,7 +73,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '18' + - '133' status: code: 200 message: OK @@ -87,19 +87,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:33Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:33Z"},"completed":0,"failed":0,"inProgress":0,"total":0}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - fe70d365-ff0e-4566-932d-3c552e98f187 + - 0f34a3e2-ad24-4f39-85e2-5c790d76834f content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:33 GMT + - Thu, 19 Nov 2020 21:14:18 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -107,109 +107,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"notStarted","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":0,"failed":0,"inProgress":3,"total":3}}' - headers: - apim-request-id: - - f164902a-6ffa-4065-b227-65deb4e722ea - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '105' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":0,"failed":0,"inProgress":3,"total":3}}' - headers: - apim-request-id: - - 4e6cb0fd-a8e5-4436-a86b-72b677cf9997 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '122' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":0,"failed":0,"inProgress":3,"total":3}}' - headers: - apim-request-id: - - a5968c7e-12d1-4675-af9a-b10e195aab81 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '88' + - '158' status: code: 200 message: OK @@ -223,19 +121,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - c41ca087-ffcb-48d5-b0e7-65a1891abf85 + - cc9fde9e-6e43-4237-9cb2-d1a95f17f97b content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:34 GMT + - Thu, 19 Nov 2020 21:14:24 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -243,7 +141,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '165' + - '125' status: code: 200 message: OK @@ -257,19 +155,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 284e32f6-59ee-466d-b696-e85820d5d9fc + - 6bdc06da-3469-449b-bc23-92d268b8bb32 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:35 GMT + - Thu, 19 Nov 2020 21:14:29 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -277,7 +175,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '161' + - '145' status: code: 200 message: OK @@ -291,19 +189,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - e3a4a181-0e67-4e26-85c2-6a8bfc01faf0 + - f368845c-65b6-4169-8140-c2f91852d24b content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:35 GMT + - Thu, 19 Nov 2020 21:14:34 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -311,7 +209,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '139' + - '126' status: code: 200 message: OK @@ -325,19 +223,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - c435ad17-1b98-4550-b290-82f8bf124096 + - 6d688df9-1de3-4752-a90f-5c891f4fb890 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:35 GMT + - Thu, 19 Nov 2020 21:14:39 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -345,7 +243,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '196' + - '121' status: code: 200 message: OK @@ -359,19 +257,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - cd6e8673-a992-4897-9d46-bf114db557ac + - 2f6e284c-da5d-4826-bbb8-030085546c92 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:37 GMT + - Thu, 19 Nov 2020 21:14:44 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -379,7 +277,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '170' + - '115' status: code: 200 message: OK @@ -393,19 +291,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - b247e26c-f785-40fa-a2f9-0723d38c1703 + - 3afed8ed-ab4b-4436-8ac8-6ffec21a3bd3 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:37 GMT + - Thu, 19 Nov 2020 21:14:49 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -413,7 +311,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '163' + - '119' status: code: 200 message: OK @@ -427,19 +325,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 44066966-f866-49e6-a462-7d399028eca7 + - eb6f3e67-e78e-455f-a9b7-77c27ed361cf content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:37 GMT + - Thu, 19 Nov 2020 21:14:55 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -461,53 +359,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - e59e4150-ac8d-4989-a9e4-9a649cc9824b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '178' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 1b091f6f-9f7d-4a0c-86d3-22e2a7851430 + - 2a95fa0e-d47b-4f35-96e6-7c0fe2ce3e1f content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:38 GMT + - Thu, 19 Nov 2020 21:15:00 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -515,7 +379,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '154' + - '119' status: code: 200 message: OK @@ -529,19 +393,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 8116957d-226a-411e-8201-51d017215ad8 + - de88e7a7-6373-4b1a-a919-5dc4aad78ed5 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:38 GMT + - Thu, 19 Nov 2020 21:15:05 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -549,7 +413,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '167' + - '132' status: code: 200 message: OK @@ -563,19 +427,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 70c59d68-0165-42fd-b30b-260f93513754 + - dc9ff9a0-18f9-49d2-9105-acd68b88f5a1 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:39 GMT + - Thu, 19 Nov 2020 21:15:10 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -583,7 +447,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '138' + - '123' status: code: 200 message: OK @@ -597,19 +461,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 76a2dbbc-f81f-4ee9-94b2-c46a88b5bde6 + - a5a58ad3-d590-4bb3-81a5-2cf3149184fd content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:39 GMT + - Thu, 19 Nov 2020 21:15:16 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -617,7 +481,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '142' + - '127' status: code: 200 message: OK @@ -631,19 +495,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - cfd2179f-4ae8-40db-8f79-bdaeddb176db + - 518f290e-4c3d-4b27-8fb7-8556569d0542 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:39 GMT + - Thu, 19 Nov 2020 21:15:21 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -651,7 +515,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '183' + - '149' status: code: 200 message: OK @@ -665,19 +529,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 1a13ba55-105e-4687-9e31-63269b9f3850 + - 08b97852-833d-40f6-8667-432cc20fe4aa content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:40 GMT + - Thu, 19 Nov 2020 21:15:26 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -699,155 +563,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 3e8bb663-f57c-4ecc-825b-ef91e3050418 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '256' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ab528c23-98b9-438e-b46e-5b15abababd9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '182' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 1a8400e0-b6ef-4d52-8a14-254a295e928e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '167' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d88611fe-eee2-45bd-b1c2-dee63034c37b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '148' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 89671850-bc26-4ec8-b581-c8a2935da066 + - 3bcba834-b749-47a6-b4fa-a894bdb32de2 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:41 GMT + - Thu, 19 Nov 2020 21:15:31 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -855,7 +583,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '124' + - '119' status: code: 200 message: OK @@ -869,19 +597,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - aee9dca0-b75c-4d3a-a64f-cb485e4665f5 + - 1ed87a96-2c14-405a-b33c-19ec0c202472 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:42 GMT + - Thu, 19 Nov 2020 21:15:37 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -889,7 +617,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '183' + - '149' status: code: 200 message: OK @@ -903,19 +631,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 1b360732-7ef6-4eb4-bd13-5dc54fcbb702 + - e4a59526-cf6a-4368-9096-d284da6ea180 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:42 GMT + - Thu, 19 Nov 2020 21:15:42 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -923,7 +651,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '155' + - '119' status: code: 200 message: OK @@ -937,19 +665,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - d4835e2d-6ecb-4797-bcf6-c5b8a00821ae + - dea88ffe-f5b1-48e8-8b1e-10b4be8a78b9 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:42 GMT + - Thu, 19 Nov 2020 21:15:47 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -957,7 +685,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '188' + - '130' status: code: 200 message: OK @@ -971,19 +699,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 9a727407-139f-401f-99e0-01185d2fa59e + - 5c45648b-d54e-49b9-9ada-6be604971607 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:44 GMT + - Thu, 19 Nov 2020 21:15:53 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -991,7 +719,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '172' + - '143' status: code: 200 message: OK @@ -1005,19 +733,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 65355bac-6723-489a-91a8-c2a2d76db735 + - 994cb485-bddd-4931-a6a2-aeea3eca5151 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:44 GMT + - Thu, 19 Nov 2020 21:15:58 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -1025,7 +753,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '119' + - '164' status: code: 200 message: OK @@ -1039,19 +767,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 432b6469-7636-47cd-bef4-5f9304b84bcd + - 204a6df0-b3ed-497f-8817-87785eee90cb content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:44 GMT + - Thu, 19 Nov 2020 21:16:03 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -1059,7 +787,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '210' + - '145' status: code: 200 message: OK @@ -1073,19 +801,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 2a1e020f-a8a0-4c73-b25b-95cd322128ad + - fdb62b67-6696-4976-87c5-4b1992d2425f content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:45 GMT + - Thu, 19 Nov 2020 21:16:08 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -1093,7 +821,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '173' + - '124' status: code: 200 message: OK @@ -1107,19 +835,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 7a42b2ff-f76e-4c0e-8ad7-7eb6d8a671ed + - 7a09bd95-cf2f-483d-9021-c1163394340f content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:45 GMT + - Thu, 19 Nov 2020 21:16:14 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -1127,7 +855,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '161' + - '157' status: code: 200 message: OK @@ -1141,19 +869,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000?showStats=True response: body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"e1fd9fb8-43fa-4a14-bc3b-5ea6b5ed1523_637413408000000000","lastUpdateDateTime":"2020-11-19T21:14:08Z","createdDateTime":"2020-11-19T21:14:08Z","expirationDateTime":"2020-11-20T21:14:08Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:14:08Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:14:08.9008381Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - a189a68f-cadd-4c3a-8f97-df5b54dea031 + - 0680b9d2-89e0-485f-b4ec-fb3a9681af40 content-type: - application/json; charset=utf-8 date: - - Thu, 19 Nov 2020 01:40:45 GMT + - Thu, 19 Nov 2020 21:16:19 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -1161,13573 +889,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '184' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ca9c8692-0ca3-4c6e-9f25-35a66620e7ed - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '153' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 558b9f19-3b57-4ac9-9414-965ca62c2f98 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '176' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 39499630-885a-447e-95eb-95c84bad38a2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '243' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 90732280-b5b3-44fd-aded-b5cf0ba9e137 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '158' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 27fde49e-7be1-44c1-9435-34b6ef2bdcb9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '159' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 751dc1d3-e6cd-45ac-9979-7b1e795f5334 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '184' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 978268e0-8710-4a49-aba2-239bd727d1a5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '202' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ad581d8d-ca33-4770-ba2e-4eeb268277bf - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '184' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 228b93e5-49d1-46e5-a1c9-dc5ddcd90a99 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '163' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 3daccf6d-1cc6-4535-8eb5-debe4bc9291d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '158' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - f6f2f615-88dd-46b2-a3d6-246011e09d38 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '127' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - a261c5b4-48fd-4035-b487-b46927525189 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '214' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 77d4eb5c-891d-42d2-b5fa-a5dfe17acb96 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '171' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 9187b7b7-950f-4e67-a8bb-5ba094c88bac - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '169' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 5a77dda6-cfc8-4db0-98c5-33a49b659f8f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '155' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - bdc8cdb5-6560-4349-b263-ae7cf8612890 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '142' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - c26f8111-66f6-4399-a9ed-af4a8c51deba - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '200' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - de75f682-b78a-4ac1-a1ba-59fb4337978f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '189' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 70fd31d1-1162-4931-a7be-ff469fd48e63 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '165' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - bb65606d-bb86-4d7f-9df5-96fb1fc6a98e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '152' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 607897a9-5e6b-4bce-9865-11a195722df3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '162' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 21fced27-f1d7-43bb-97ba-5a4337b81628 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '156' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ec6848bc-a36d-41b4-ad59-16f659112c40 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '131' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 7548c954-fe49-4752-a55f-797189320427 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '171' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 1e18ee9d-723d-4789-b29b-9478ed9b8a35 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '199' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 5957d9e5-d937-4d33-a1ce-6439245deaf6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '153' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ae58e350-2bda-4e15-a341-c8a2eb1bf53b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '150' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 83d56ccd-7db8-4c3a-addd-a07e4a763b04 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '154' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 4a08ca20-ae71-45e5-863d-94e8dd3aed58 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '157' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 39a7ea33-3784-4046-83d5-fffbc9083d96 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '209' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 70e0979d-689b-4d8a-b223-368cd3e102b7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '169' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 04945c8c-aec0-4c67-9271-a47cfca3d0c9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '150' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - fa99162b-35e1-4641-9b2f-610e4005b05a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '131' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 28cb87c4-16af-4d8b-a935-1ec49313bd48 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '204' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - e1595ced-99fe-4fe4-bfc1-9e440d8d326d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '159' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - bf9d9861-c849-42f6-9003-fd49ec0d38a3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '168' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ad83076b-7ebc-4f3a-89f4-7a7f3bf2897e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:40:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '153' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 82ad851e-eb2c-4629-a7ab-a206585d36a0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:00 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '162' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 85e1735c-a3e7-4da4-a556-490dfab90b17 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:00 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '190' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 143c2055-fce7-4814-80a2-40ffa9adcb6f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:00 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '164' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 6d22ca02-ee2d-4ef1-9473-6d4db1fc0983 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '148' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 7afe92c0-9a92-4f93-85a3-9a0f1ba3f7e7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '240' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 1e2ebed3-f259-45cb-bd28-bfe64b30cf40 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '161' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - bbf13d2c-a0f6-42c8-9b93-bd423034cd65 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '155' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 699dc531-051e-4eec-959a-7e64c98cdaa6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '150' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - dcdc1ae8-f510-4a09-93b5-4db7b0affd52 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '166' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - f4c52e51-c2cc-49a8-9980-d41938b176fc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '162' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 72f0942f-0da8-4216-a32e-b9ec70e40ca7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '169' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 069c993d-ea7a-41a7-8fea-a79a82fe7dfb - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '166' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b335e9dc-3a58-4e50-b992-07769f5e327a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '172' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - c10f30d0-26a0-4b9f-9069-e8a16e472f0e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '216' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b881975a-d645-469b-9ca3-374d169ef30d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '146' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 0f9729e7-f800-4b8a-b1af-3955df161583 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '151' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - cd978d4c-3852-4983-a345-4cb40a5c3f94 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '162' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 5519ace4-221b-4237-b7d7-056bd3baba32 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '168' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 460310a4-c6b6-4ea6-b35c-eef8d0cac7cd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '248' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ebd93ece-dbde-4794-afc7-725fcd362d21 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '138' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d1bb3923-2e14-4980-8013-179ff2b910b7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '138' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 168a4432-2377-4c2a-88d4-bfe0e251c2e1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '182' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b8cf9de1-58b2-421b-a004-723ff1fc5e9c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '256' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 4b1fb9f6-8948-4e18-9025-08c1e54913ca - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '173' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 3299f35d-967a-4e89-b2c4-02c80b9d73cd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '142' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 97e9ef58-ea80-49ba-acfa-cb85c0aac9fd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '157' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d0af845c-c73f-47eb-8ce4-d7fd0c308dc2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '185' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 37f7225f-11e9-4e2e-b971-112d3bc0eb63 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '147' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 8c018654-a722-4445-8776-9fab34547058 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '248' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 771797a9-5494-4677-96df-de1b09ca6ddd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '171' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b71a1787-a00e-47ce-90c2-35192fa19f24 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '123' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 4488ec6b-69bc-4337-af2b-474769eea76a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '169' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - fb6a5e0b-1940-4381-976f-f3d5da575899 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '169' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 43113745-e441-4aa5-b995-fa6bf54ab19c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '173' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - dbf5866a-c5cb-49a0-87ad-9879b460203e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '199' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d38e8be8-20a9-4cc6-bb95-9aa673c36951 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '158' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d8ab570a-67eb-47b4-b2c0-65ae4c03885d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '130' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - cf7bc4fd-c37f-46fd-b244-eb104e814192 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '151' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - db21cb5c-6c46-4061-ab0d-94ab8481e0af - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '183' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - fdecb9a1-6b31-4a5e-b9f0-60143e5538dc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:16 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '154' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 8323df86-2e6e-4a14-9d0c-0cfca8320a05 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:16 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '174' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b27b4511-9a51-41b8-8d31-e398cb0e8679 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:16 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '166' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 98ec4163-027c-4a5b-bad6-5fa4836184d2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '148' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 59c48f63-428c-4c2c-80e0-277130eabe7d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '159' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 5156446a-bc1f-45ca-8879-9744f2801343 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '183' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 3d2f43cd-03f3-49ce-b16e-2dd570ff52ca - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '152' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 1c54a317-ef92-46b5-8d32-24c83895129c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '163' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 05aac368-e866-4cd5-ae51-f071a04bf5ac - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '201' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 81f9a01f-c95f-45eb-9ffa-484b51786b59 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '150' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 40717bde-7862-4d04-86b8-e9e1d8117d6b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '153' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - e7d398f9-9d47-4af5-8eca-500844ef33e6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '158' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d2e73415-c30f-4d7b-aa23-c59b7b86265e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '153' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - e776c579-9d6b-47bf-adcb-ac59918cff52 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '210' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 07fcbd4f-57a0-4de0-a177-4454f63c0598 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '168' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 0b203aad-e72c-48af-8eef-259608c331d1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '193' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b0c0c3c8-3d9a-46b2-8b20-dd82a11cd234 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '158' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - da834bf3-7915-4272-9e1f-a3ea7e18e74b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '166' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 1380fb67-f85a-4aea-9e72-0b77635a896c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '160' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b9d3d8d1-be07-463d-950c-d2de74474b29 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '169' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - df37b285-5209-4846-80fa-68361e1541ba - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '165' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b5c1c848-9a67-4d6e-b1eb-641730cfb67d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '155' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - cf1eb426-1fd6-4617-afa6-03421027b31b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '207' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - bad8a541-9110-4db2-a7ec-0e1f02897190 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '151' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - a1ec57a1-f3cd-4c2b-9377-b35b9f9eb268 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '147' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - dc073a2f-37b4-41ff-b663-6a3823de5997 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '167' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 7b381ff4-1ed7-4531-b111-f4468e83b812 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '161' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2ab3e9df-6952-4ca3-bc27-c73c50a03bf1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '149' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - eba0dc29-a747-463a-9852-1b17880b3f13 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '150' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 7843828e-f41b-4ca2-9151-79069c764070 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '164' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 54b728e1-04d4-4f4a-866b-48b2af4375be - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '151' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 9a4715e2-ea69-45b4-89e5-552676885cc8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '167' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 3b9d9a7b-8534-4616-89c2-9527e3415065 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '161' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 50a32fab-c2a8-4f98-ae13-be777fa06d61 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '128' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 7d232988-b85d-4b0c-9c2c-0ff917dc46db - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '124' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d358d726-4077-4ed7-a96e-4553e446c30c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '198' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ed538967-927f-42c1-8eca-7d43928105f0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '211' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 33fb7497-2874-4922-a2f1-ace3cd0c7212 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '185' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 49add0fc-9abb-4af6-a9af-400cef383b00 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '157' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - f0f0a51a-7d67-451a-b70a-6527c1cba8ff - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '147' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b1099cc0-e29d-4f20-a592-2f0f7134812d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '148' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 65462e75-e166-4eda-8c89-6c97ce7a9754 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '161' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ba30a2b2-fc49-455d-a170-b72fb8ce0686 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '167' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - a6024e38-e873-4c15-8281-4ced940b1461 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '185' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - af24be1c-b5f5-496b-a1d2-5584f0a4e610 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '164' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 47036d53-5df3-45fb-9057-b7724dcc7167 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '159' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ca73afae-493a-41ab-bfd7-4cc17b511969 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '157' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 1d399e45-0d46-406d-baf0-07411ba2f478 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '155' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 7c730c6f-f91e-4190-966a-f88f057535e7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '222' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 519bb482-bc97-487f-a809-76167244fa80 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '193' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 59635c27-7b95-4ec9-91c9-a02e8515ee0c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '170' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 6cc095d4-09bc-49ce-a8fb-0afe84975c57 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:35 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '168' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - a5aff0b1-89c0-40cf-abdb-4371eb7b08d1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:35 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '147' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 562f964f-eed3-4432-bc40-276d640f22b1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:35 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '147' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b564ece3-c6e4-4681-a2cb-f15aa29df9fb - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '149' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 1aa3dde5-5ae0-4408-a145-e7bedb459d5f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '187' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d958fae9-b9a4-4810-8153-cd244ca02af3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '163' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2ccc7c92-8c3c-4014-ba37-493aab720f57 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '146' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 29985622-2e74-40bd-af19-96e621a723f0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '155' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 9ba8b5a4-a88c-4141-912e-7307051d3017 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '191' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 11b789cc-21af-41c8-8c03-543595df11b3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '125' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 218d1e60-bb86-4c45-9c0b-9c849933023b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '195' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 28c153e5-340c-43d1-85fc-e961d42dca4b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '164' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2ab6e1ec-6b8e-43dd-969e-013d4be8dec3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '162' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 700d0d22-afff-4fd3-bd6e-61aaaa5c66b5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '175' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d16ee896-a31a-4ba0-9a08-3e58d1495a72 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '260' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 4cd1c9e7-0942-40fc-9df9-95176e5fc304 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '211' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2d51905c-e345-4edc-9b56-a910da3790c7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '243' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - c5c94232-0bf0-47d2-933f-91f19a6b72ec - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '210' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - bb0ddf51-3f42-4f11-b186-1fcb9b27a999 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '261' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 21b67b9f-8e4a-4c57-8a12-e950afe3b899 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:42 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '264' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 34b3497a-e759-470f-8fa5-3fc3ded2b257 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '213' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 0ddbb2c4-6770-41d4-9d61-86be8f0b4186 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '237' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 6733d302-94bc-47e2-ae5c-ec80dc83d9f1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '240' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - a1e45ea5-7c38-4fc5-8e17-74bb43280398 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '215' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d1434e61-93b4-4a05-94f6-e5ebc76d3009 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '186' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - c7948380-cac8-4d50-aad9-0f1d3f18c67e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '221' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b54a993d-75e1-4490-a250-7a87e0a566af - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '231' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 137e6805-9b12-4618-987b-62a3c97078f3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:46 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '259' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2305b3c3-370f-41e7-83dc-e984d9332486 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '233' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b61b8e29-b2f3-4ca1-90c4-b077b70d787a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '222' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 1878f98b-54f3-4bf7-b538-970821ca6977 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '247' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 8357f79d-eabd-4012-ba85-b6e4ed2ec958 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '215' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - def69282-1c36-4842-b469-28681e7305dc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '216' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 6db64a52-a7c2-433d-b53b-1909e857f3de - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '190' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 3b26ecd1-0b3f-4efc-8947-32472621282d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '225' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 396b9a9e-f28a-423c-a473-9948c55c7dd4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '215' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b63b7e56-431e-4f62-a690-66a97a3ed358 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '219' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 39c7bb25-cee2-426f-a940-c75a08dd6a32 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '204' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 8f464bc8-6c4a-4a09-b050-0f1b694ee419 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '198' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 45862c8a-e3c0-4344-9cbe-fcbae63f43b0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:51 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '289' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - e3088c21-bf08-4895-8415-ca13372b1750 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '238' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 746d5f9b-3df5-430d-8489-023f0218b05a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '264' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2c2d4982-e915-4871-ab7e-b337f9b8b398 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '194' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 93166e60-aed5-46bc-8ed8-d1e3330f25c2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '226' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - fc5f7873-1478-4b07-b76f-e900b044d140 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '196' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 1165b913-79b5-49bb-97f7-141dcd45add6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '261' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - de3d0e56-4013-4ae5-b686-f64485df9be1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '275' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - f710ac3d-27fb-4a4e-b83b-99175da16e0c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '269' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - e52dc9eb-5066-4612-9223-1a7c8bd24d66 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '211' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 639e7f6a-4423-4eb7-a2f0-cf4449720db7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '222' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 88398cdd-8ea0-4ec6-9125-8b37c66ce303 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:56 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '296' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 9c3936fa-87ef-4972-96e9-5d1f9150c351 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '195' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d0d1d6fc-1682-421c-9764-247ea4114478 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '227' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 21ba9ced-8dba-4cd0-9daf-e01cbcc25c2a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '260' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 5e90965c-4032-469f-b5fb-9ca05df53d25 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '211' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - fecb1de2-a429-4004-982e-add5db7eef07 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '243' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 5d94ca30-b6cc-417c-bf35-c635bd2be18b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:41:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '212' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 844bd840-b968-41b0-b6bc-52998d774b16 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:00 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '217' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b214f506-e03f-4557-88a7-8097cd5a5d4d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:00 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '261' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 861c3807-9e77-4820-8035-30d165cdfd8f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:00 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '232' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - e57d9934-2176-4f01-88d2-01c8281b86c0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '213' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 80277ac0-fe6a-4376-b19d-42cde7ebe367 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '198' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 663cddee-813d-4e9f-b484-546e546453b5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '204' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - e7a88537-a5ca-462c-ae1d-324ed1e657f8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '261' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 71545aaf-fb78-451e-a9b4-767e6e3d1a87 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '339' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 06d0f647-dd67-48cd-96c7-bf7d6739eea4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '192' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 1e13a8b5-1743-40fd-8a84-14dea0730db5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '243' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - bd9330ce-19ef-4af6-a7dc-c0ace12f75f7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:04 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '352' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - acfe60ed-c599-4cbb-91de-e16b5378d1f4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '332' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 8dbf8431-e427-49a8-9b2a-adff86dec775 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '189' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 3d316ed0-0a1b-4a7c-ba95-199143c4446f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '294' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b1df9bfd-d75e-4831-b036-265ff6c61bc4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '244' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 79500f67-11a2-46f9-9157-f53d2dfb0a43 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '279' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 55966676-6129-4abd-8566-b31881fd8003 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '225' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b3ac0427-8aad-4604-9701-2d062d6b9c07 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '228' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - e9764e6c-e14a-4940-867f-f8d6d8bbe642 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '271' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 7c092947-3411-46eb-82fe-08b9a36c7d99 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '239' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 6b32f27e-50df-4bad-8bdd-5dae07cc07d0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '207' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 0946c8c1-60c7-4f95-bec2-90b28bb6850f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '199' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 9df22c36-1a46-4684-a3c1-5c687591176a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '228' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 8baeae58-a273-44e5-9f75-a36fd00ec785 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '234' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - c91052cc-e1a1-468d-981f-6da08fc1fc28 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '240' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 12a618bd-ca46-428c-93fc-c4ad48744704 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '217' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 16f7c301-b93b-4e2b-b0ee-4ae9954472de - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '237' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 31b4e82f-4fde-4e5a-9cdf-ac425134050f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '211' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 04d63858-6fc1-450e-a102-4a67bfd7cafb - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '224' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 6bb3cdb1-f3ce-49dd-b6b4-267e6222daef - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '204' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2f2b00d0-361a-40b3-ba22-47e4708f3f90 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '215' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 51d0960d-5e03-4878-a7a4-444a252317ad - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '242' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ad5bf6e9-f2cc-480c-8001-61c7f6f274b4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '291' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 3164bfc8-c324-41c6-bd7b-b13555a6ff11 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '286' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 516f028e-4fb1-443a-81f7-f677dcae685e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '224' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 9edc436b-3dea-485c-a323-a1929b8a709c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '192' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2ef2eb2e-5080-4c71-9236-ef07a72ec844 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '292' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 7d766acd-0915-4260-8411-e7733297d1d4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '235' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 8b958ec6-bec0-4ff8-9e39-ca5a3c49b463 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '217' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - f542ad5c-4df3-4b97-b3ed-a65c06f9838b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '219' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 033833d1-0229-4d1b-95da-99df2aef2e69 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '232' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 868fb43b-1924-440c-a3ef-bbaf92c156e0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '243' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 0f36009e-9383-4662-9e7b-884c9cbbb788 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '206' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 24a059de-7625-4748-b929-b95f3f00e98a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '216' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 8166fa0d-4267-4e3b-be0a-fc49bad51669 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '218' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 863aae92-8a18-4647-a81a-f43a0211ec8a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '259' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - be9f0a32-df46-4773-a274-b326cd5b3a5f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '238' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - e4c6c385-4c2f-4513-96b1-ef276324120d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '241' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - a909d9dc-c562-4576-8589-bf96ee1dc183 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '222' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d11fa17f-93e8-4148-befc-e5d31b86c7f7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '253' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ee3d127a-71cf-4038-888f-13225c3c1b88 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:22 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '278' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 386b0de6-1767-40cb-9505-d8431c0d9f66 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '254' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ab3019f0-abb4-4244-9ead-12b3e820eff3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '186' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 893852b9-12b5-4f49-9dd3-365241c4eee9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '191' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d8b44e0b-1221-4bb0-a15b-b289078cd673 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '269' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 9e3bf4b5-8e56-4601-8e8d-fa357548acc2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '318' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - f38cf966-f94a-41ba-9725-70dffb3bc2bc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '237' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 74ea7f14-aedf-44f9-bf6e-286a485273bc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '198' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - fe96bc99-0299-4bbc-bc42-bb1855b4298b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '206' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b9bd7cd4-1f5c-4b45-af43-942cfd8ef6d9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '327' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 3f6f6cc8-6e35-41e4-a6c3-b6c3f2e26b27 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '219' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - fc20b252-f0c2-40ae-8a65-b6e0d39974b0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '221' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 05e18e0d-ebbd-41b4-9f5a-c24aa014550b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '329' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 62f3a1ca-700d-4f1b-94de-186729bfc906 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '213' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 58fb4146-af75-4e45-a1fd-70ced783c1dc - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '214' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 8abd8a4b-a6ab-4e38-90ab-cf62be065397 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '222' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 9c4c8ac1-6c27-44b2-9089-9fcec223e4c1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '213' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d5243dfa-0e12-4ddc-be8d-92eff36b8964 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '218' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 1826ae91-0cd0-49ea-8d59-31d7b65d2a87 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '278' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b914b6a9-54dc-442c-b715-6e4ca760ed55 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '219' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 5b36aa05-43fd-4f38-b83f-a66fdb79c9e1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '231' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 85dab08f-1fec-4d4a-a6d2-01060d1c46e8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '228' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 218c21d0-4337-4800-b2d2-48c5bdbc19ab - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '209' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 29496d0a-1cc5-4147-ad5c-4d4bcac4659f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '357' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 5fc1aac2-a0f3-4259-b13a-bedb070fd2ee - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:33 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '216' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - c2a8ba7c-cdc4-485c-8521-50868e3751a7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '210' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 095cae3b-e5cb-451c-8c15-c69ba9a1b3d2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '230' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2ced8a9c-33e9-4f33-b70d-6c07a71c3387 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '263' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - f232da9a-16b7-48f0-9149-0ebce24ae3f1 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '211' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2dd3e2d6-5134-4199-9a99-7ae436a76dc5 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '207' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - fa0f39e3-ff84-450e-999c-652783227a97 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '251' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 62554cc6-3a15-4e5c-83e9-632bee202927 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '228' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 3c09994f-3cf5-4962-adc4-6c4655ca3ed8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '246' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d4eb8f1c-5e78-4a4b-ad41-c879d178f084 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '290' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 8b20f9a0-b3d7-4f3d-9568-a533a866d655 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '213' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 87aa2d11-f445-4943-ba60-3ee5c2a6c7e9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '221' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 9aed7657-f8c2-428a-87e1-b308c7202cc7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '226' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - c2035aef-f126-4fe1-859a-b788d2a39ce2 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '290' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2c6e9cf8-c530-4d03-bf67-3ba9e366b16d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '215' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - df25d07e-9bfe-4327-ae25-d15ba50c8bfb - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '158' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - e0b89f07-92a9-4b5a-b32a-745fcc716c03 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:40 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '202' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 183bdd2f-e2f6-4b62-b26c-8d6df5429c21 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '233' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 86efe60f-f4f5-4c5c-8169-d0700a591c53 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '208' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - e9db339a-2ebb-4566-affa-aa66eed872b0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '260' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 726fd92d-5888-4bba-9b4b-9fb504fe59a8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '218' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 1a731102-30f3-403a-9af2-50006b57f90a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:43 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '344' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - bce565fa-2660-4fab-afb8-b7258f09b5da - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '233' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 7ab55083-c6cb-49a9-8b61-5e36ac6d15c7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '227' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 3141526d-01fb-422a-be77-ff18005e2e92 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:44 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '227' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 6defd631-32dd-4bbc-a967-ee7deeed3c94 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '212' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 4e4c627a-3fbe-4741-9510-30a475600498 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '227' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 71c5ee51-2087-49d2-a0e7-26eeec00acc9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:45 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '212' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 31053e28-d891-45ea-b6d7-cabe4c37484c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '213' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 716da86c-3abe-40ac-8ca1-34f951722a7c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:47 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '222' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - eaf0d10d-1048-4a65-a16d-b79f45fc8858 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '279' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 6dee9693-d028-41e1-84ca-1f0ea2b4c42b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:48 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '371' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 33a2a4a1-d18a-4cda-973f-94234bc50b61 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '228' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 756aa9db-8ed3-448e-857f-f822260e9f43 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '218' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2c72d9d2-8e36-433e-ab55-19f39bef5b1e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:49 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '241' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ced79398-741c-4bd8-bb3f-c6f9cc988689 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '220' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b3401a8f-502d-4a46-9cb8-fd17a7c82ae3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '294' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 6e2631d8-df0c-492e-a1b3-3b9f14912044 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:50 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '206' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 1bfd7a71-e483-4f74-aa47-2de8059c323a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '378' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ee4529b2-79bb-42b0-adc9-fc3937b8bbb7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:52 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '236' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 4da0ad1b-ccd3-4172-9853-291c6df63316 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '216' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 7c767558-3898-46b1-8417-95946475349f - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:53 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '219' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - db866ef7-0fac-45e2-90b6-cae93d1e509b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '447' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 4ee8b2bd-23be-4dfc-b7ab-aa3ece837b0e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '290' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 17fc94ec-9308-4562-bbfa-28b6bef3b367 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:54 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '198' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 03b5ec9a-fc9a-4476-80d0-aca2354b9e9b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '219' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 44b54c81-a457-4698-a4dd-79091708179d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '220' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - efda3e68-3132-4ff7-ab6f-80a78cd91158 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:55 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '261' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 179a0d91-c81b-49f6-a1c7-d063147277a4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '273' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - a97585aa-3e0c-41eb-951c-523844ef3b52 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:57 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '185' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 8d49ca70-db9d-4f23-8941-7484838d91e7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '356' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 47b3ac02-8453-4b8e-84a9-fbf461e8a2b3 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:58 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '295' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 833b2b19-5d9f-4795-b7c0-91ec1e0f739d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '206' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - fff56680-2e9b-484e-b66c-64e71aaf1f9d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '233' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 5b8321ab-ec9b-4471-86fc-55c767599f49 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:42:59 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '307' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 59360edd-6ca1-45c9-abd4-27653ae15466 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '364' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 18b43ec6-3ec9-4fb0-9702-2b47d9295e0d - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '260' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 1f4453fa-651f-4286-ac6c-3285eb431d36 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:01 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '287' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d180a646-d224-417d-8b84-264c9c5a1fbe - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '228' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 3b67eb51-9deb-4b41-822f-0a12b6a455ee - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '242' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 7061302f-e51b-435a-aebb-d781e9513025 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:02 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '229' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - cfe05a57-7846-4a7c-85d0-f3d7cb7ec6a7 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '229' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 0dd9ebaa-f271-4a5b-9a89-4b60d62f922a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '254' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 907d649e-4dc3-40ab-8031-fca6ce5e9a87 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:03 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '215' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 87215f56-008c-4246-aca6-91d2899abd98 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '327' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b90ffb11-d8d2-423a-869f-ca02947f353c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:05 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '215' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 07208dc2-9228-406b-a198-efcba4097f06 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '295' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 7628ae00-c70f-4535-8ec2-0f61c41392bd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:06 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '214' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - eb44bab8-c9fa-4404-827b-7d2bb4a5092a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '398' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b900db20-1231-4a1f-af13-10ee9310ec01 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '217' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - f1fe8517-c0da-410e-9790-da8ce3250658 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:07 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '223' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 57aa3b77-cdaa-46c7-8d12-ab96322d1e27 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:08 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '380' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 55492c4d-ce26-4901-88bf-20623fa584d6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '301' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 4a6e1b47-bbde-4423-afa6-6f5bb0172f2c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '236' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 174acfa7-b190-42a7-85aa-7171ba6f3101 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:09 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '212' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2a0bed27-f228-4fa6-a349-fd7d9191f63c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '218' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 409efae6-ae81-4617-82c9-b9271ed8859b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:10 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '308' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 7bcd4448-19a8-4d2a-9a23-ee554551ddd4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '275' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - dbf8f836-5d00-483d-a24a-f07336341b43 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:11 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '254' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 1b6f1704-8d6c-43c5-9fd1-294a2b875940 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '223' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - c5bee737-56e7-45ab-9812-8e7a2ccb1cb9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:12 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '279' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 54db0189-9d4e-4515-ba08-d889f8603210 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '230' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 023695a6-b1c5-4e9d-8b3a-1f9fc31d0cb4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '191' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - db827e03-0586-4c91-946b-a598d18beab9 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:13 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '263' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - c3b855d2-2546-4b43-b6c7-2467d9339f86 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '223' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 745b7352-16af-484e-9b25-bbd99211d603 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:14 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '217' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 15b3fa46-e705-497f-82c6-cec675924d06 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '254' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 95b3f2cd-caa0-4b39-8bdb-5b12c3f75822 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '219' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - b51f96f6-3338-4ad0-83af-f9bdd2910aa4 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:15 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '193' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 8608fcc2-61f6-4c9a-8553-abe5de27b8fa - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '238' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 8b369962-401f-420a-912f-d898658a6b12 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:17 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '433' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - abb7629d-1e7a-4a32-9280-e304375e2328 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '192' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 8c0be880-543e-4379-902e-4e532c408e13 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '255' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - a894da0d-ec8a-4400-993a-375cf0aee624 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:18 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '221' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 6bea832d-b9c4-417a-9431-aea8f827b35a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '305' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 002c4c97-f848-44e3-9b25-d6e8ffd68b5e - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '210' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - bb18ba9c-537c-41b8-9f0f-f0d0b30b9153 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:19 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '237' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - dd8d1b64-2b54-4587-97f1-3bb6653036ac - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '313' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - f3691820-6c11-46eb-a6a5-13e20f54a9d8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:20 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '236' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - aed0fe80-44ef-433c-86f3-bd0e106072d8 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '241' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 1b022e26-1577-4549-bc32-92873e87900b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '197' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 08d459fe-72ff-490b-8947-031d865ae601 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:21 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '309' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 206fb016-a6e2-47bb-81c2-ab266e9a2ced - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '256' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - bf6b2a50-6803-42f2-ac40-a5da8109608b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:23 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '258' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 5116c3d1-5158-4ace-a9f5-94b93a75f5de - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '214' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ba8d928b-aee8-4b7f-bd90-3e5ff8671d8c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:24 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '234' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - da96bcbb-2424-4a8f-9899-ad90d4f570b0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '224' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - cc9ff5d6-d71b-47a7-a88f-37b1869cee98 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:25 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '282' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 0d13e5c4-ca95-4425-99e2-908daaa19646 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '203' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - beb1983a-9b66-4658-b208-50e285c69cfb - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:26 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '281' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2faabbf3-60b7-4184-85c5-3807650fe750 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '227' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 39494832-6979-4d23-b7ac-ee1b95d07358 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '214' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2db3ee27-865b-473e-819c-c91dcb81bb59 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:27 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '213' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - eb08d173-ecc1-453e-a230-96cadfb10e63 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '248' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2b51f734-a06d-4589-a978-3fe553608846 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '237' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d993ed9e-8448-457a-aeb0-41139710e412 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '230' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2ed619c2-4bb1-47ed-a018-f7354ecf1e63 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:29 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '207' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 41cca87c-31a1-4a06-954c-14be1e55ecfd - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '219' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 3caf611c-a0c4-46bb-adb2-e3b40b8adc6b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:30 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '215' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d712131e-80e8-41c3-90a8-9babce727228 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '218' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - dee4898f-c40d-45ee-b3ca-678431d79f01 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '234' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ba5a566b-0db5-4a38-b953-43e993390868 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:31 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '220' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 5b91409b-ff6d-4395-b4e6-f629f4f4109c - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '231' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - ed63c77a-e7de-46fe-a2aa-e938b38825fe - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '229' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 27398acf-20df-4001-86f7-0cadc39b9aec - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:32 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '242' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - c960398d-4ee0-4ecd-924e-194a4b9a2eec - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '259' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 3d1e14fd-230d-487a-9b63-69e24e103144 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:34 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '211' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - dee78666-b0ad-46f6-8f52-d1fc5c7b3804 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:35 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '262' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 535e3324-211b-4d44-9cf1-c4401a2dc93a - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:35 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '271' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 1adc9a31-e5c5-4e57-a786-e857fb0e47ac - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:35 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '246' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - d8fea82f-1b1b-40dc-9e28-47a8397886ac - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '200' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 9daf20ef-8abb-4e53-ad38-9fe172fdc8b6 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:36 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '222' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - c25c3d1f-36f9-4e67-89fb-1c5852e4ac48 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '227' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 928d7ff6-6b40-4510-91c9-fe77a0729825 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '230' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 7fd536bd-1216-47f1-9457-3c3912ffe758 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:37 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '205' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 2b374d8c-1582-447c-a6f3-a3d795ef9e96 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '180' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 3ab228e4-e34c-4711-95ee-27defadeb032 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '191' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 4eb004fa-2bea-425b-91dc-96838644d8d0 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:38 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '254' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 7a319e51-8e59-42d1-8640-a7d7ef74743b - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '246' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 0fd17eaf-b0eb-4ba4-9a96-f6d5f2278b62 - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:39 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '248' - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000?showStats=True - response: - body: - string: '{"jobId":"6a31e2db-b242-4783-abf1-c595ed2251d4_637413408000000000","lastUpdateDateTime":"2020-11-19T01:40:34Z","createdDateTime":"2020-11-19T01:40:33Z","expirationDateTime":"2020-11-20T01:40:33Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T01:40:34Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T01:40:34.1117676Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' - headers: - apim-request-id: - - 39e33c91-40a5-4d78-a0d8-08aa3eeb9ede - content-type: - - application/json; charset=utf-8 - date: - - Thu, 19 Nov 2020 01:43:41 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '379' + - '203' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_too_many_documents.yaml index 0067adf3b5c8..14b8380a9cc2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_too_many_documents.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_too_many_documents.yaml @@ -36,20 +36,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '{"error":{"code":"InvalidArgument","message":"Batch request contains too many documents. Max 25 documents are permitted."}}' headers: apim-request-id: - - 68bebf77-de3e-4aaf-869c-99eac0cd5f7c + - 4362419a-bab5-47f9-aac7-0eaa81fdebc2 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:15:47 GMT + - Thu, 19 Nov 2020 21:15:11 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -57,7 +57,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '5' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_user_agent.yaml index 9b9dc2f27531..df35bab24ea7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_user_agent.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_user_agent.yaml @@ -20,19 +20,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - dee2c904-a4c1-4a65-9f43-d4437af79879 + - dc89a7f8-35b5-4de9-ad81-039381935a95 date: - - Fri, 13 Nov 2020 21:15:48 GMT + - Thu, 19 Nov 2020 21:20:47 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '285' + - '34' status: code: 202 message: Accepted @@ -54,20 +54,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 response: body: - string: '{"jobId":"e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000","lastUpdateDateTime":"2020-11-13T21:15:49Z","createdDateTime":"2020-11-13T21:15:48Z","expirationDateTime":"2020-11-14T21:15:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:15:49Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 6dfc4bd1-f146-4d4b-9168-25d5066424ca + - 8c2f745c-2faf-4f1d-b9d2-5b933294435c content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:16:18 GMT + - Thu, 19 Nov 2020 21:20:52 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -75,7 +75,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '374' + - '142' status: code: 200 message: OK @@ -89,20 +89,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 response: body: - string: '{"jobId":"e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000","lastUpdateDateTime":"2020-11-13T21:15:49Z","createdDateTime":"2020-11-13T21:15:48Z","expirationDateTime":"2020-11-14T21:15:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:15:49Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 76ceef04-c89d-4620-9461-88ade00a6e26 + - 78f9fc83-7bd6-44ce-8029-3e6ef4007204 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:16:50 GMT + - Thu, 19 Nov 2020 21:20:57 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -110,7 +110,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '375' + - '149' status: code: 200 message: OK @@ -124,23 +124,440 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 response: body: - string: '{"jobId":"e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000","lastUpdateDateTime":"2020-11-13T21:15:49Z","createdDateTime":"2020-11-13T21:15:48Z","expirationDateTime":"2020-11-14T21:15:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:15:49Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I - will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I - did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The - restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9bb9274f-4924-4681-ba17-466d2fd9ff00 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '144' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a172c3d1-9095-4f91-be2f-00e20315be88 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '107' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 54562c49-6a47-4a81-b5a5-4e916bc66a39 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '115' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cd488399-aa44-41b6-baa2-0224eed28124 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '130' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9be91d60-b9a6-4369-b74d-725f2172a8a5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '112' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 190582ad-84f4-47b1-a6ee-407a28b82656 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '113' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8837a801-9e3b-4234-8218-ce94c0199bab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:33 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '123' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 86d9694d-e3ec-469f-bbd3-05daf249aa42 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '113' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c22ecfff-7bae-42a7-bae9-36ec3ca33843 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '100' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6921873f-4fcd-4f8c-87cb-7e2206372a43 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '105' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 577a977b-3048-4206-b24c-0560f27cd5cf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:21:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '149' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 3118eced-92ff-4cb4-b274-3788cccecad8 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '122' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 8b277960-7961-498f-bb4e-5d3028464603 + - 4082f348-5316-4c8d-8652-97e991ec3d1e content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:17:21 GMT + - Thu, 19 Nov 2020 21:22:05 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -148,7 +565,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '574' + - '147' status: code: 200 message: OK @@ -162,23 +579,300 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 response: body: - string: '{"jobId":"e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000","lastUpdateDateTime":"2020-11-13T21:15:49Z","createdDateTime":"2020-11-13T21:15:48Z","expirationDateTime":"2020-11-14T21:15:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:15:49Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I - will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I - did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The - restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c3f5a588-5e3a-4e2c-9f77-8e032c23639f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '108' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4842634d-12b0-45c4-b2d5-f9b39c70ca9f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '108' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 662a38e3-ffee-4d7e-9bc6-337c62aad2cb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '109' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cb4a36d7-f4c1-4272-971c-01ec4f338de2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '116' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 58629bb0-6647-40d6-8564-8712922c0774 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '111' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ef0c0d6d-835c-45e9-bbc6-380af29c6a8c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '128' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - dfeb2b3d-5359-487e-a775-28144f15ca14 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '138' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2785d24c-3954-4715-afcd-723e081c8676 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '131' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 + response: + body: + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - dce6aa2b-c62f-4550-bc04-3807046a5d8e + - b1c6a865-95f2-4ef8-b518-8e1258b40ebe content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:17:51 GMT + - Thu, 19 Nov 2020 21:22:52 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -186,7 +880,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '429' + - '119' status: code: 200 message: OK @@ -200,23 +894,23 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000 response: body: - string: '{"jobId":"e3181f08-1089-4115-98fd-4164c3f65078_637408224000000000","lastUpdateDateTime":"2020-11-13T21:15:49Z","createdDateTime":"2020-11-13T21:15:48Z","expirationDateTime":"2020-11-14T21:15:48Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:15:49Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + string: '{"jobId":"86886d91-bec2-4617-9752-d99d01fb11c7_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:48Z","createdDateTime":"2020-11-19T21:20:47Z","expirationDateTime":"2020-11-20T21:20:47Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:48Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The - restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:15:49.6152426Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:48.0788305Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 4127a04f-7914-4fad-bda1-e7a57bf719a9 + - 154e6194-b832-4bec-a5e9-051988c16011 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:18:22 GMT + - Thu, 19 Nov 2020 21:22:58 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -224,7 +918,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '585' + - '221' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_dont_use_language_hint.yaml index 35f08542fa79..969808d54155 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_dont_use_language_hint.yaml @@ -20,19 +20,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 6385ff74-ab5d-4100-954c-1746110cc776 + - 88dac76e-6f0f-442b-aa38-0caa260b5f10 date: - - Fri, 13 Nov 2020 21:18:23 GMT + - Thu, 19 Nov 2020 21:15:02 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '337' + - '34' status: code: 202 message: Accepted @@ -54,20 +54,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 response: body: - string: '{"jobId":"52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:18:24Z","createdDateTime":"2020-11-13T21:18:23Z","expirationDateTime":"2020-11-14T21:18:23Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:18:24Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:18:24.6147909Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 8980e5cf-4b50-492e-90e2-5b364e9d0c68 + - 00d9dee7-c715-450b-bd97-8b6a92f37eb3 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:18:53 GMT + - Thu, 19 Nov 2020 21:15:07 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -75,7 +75,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '391' + - '151' status: code: 200 message: OK @@ -89,20 +89,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 response: body: - string: '{"jobId":"52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:18:24Z","createdDateTime":"2020-11-13T21:18:23Z","expirationDateTime":"2020-11-14T21:18:23Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:18:24Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:18:24.6147909Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 1c800f43-9c23-4132-952e-f7e599e31ee1 + - 6ea6b744-34e7-4482-94f6-5fa7f8d86078 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:19:24 GMT + - Thu, 19 Nov 2020 21:15:16 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -110,7 +110,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '373' + - '3009' status: code: 200 message: OK @@ -124,23 +124,793 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 response: body: - string: '{"jobId":"52cc2e56-df17-4075-bb27-5bb8f47a99a8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:18:24Z","createdDateTime":"2020-11-13T21:18:23Z","expirationDateTime":"2020-11-14T21:18:23Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:18:24Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:18:24.6147909Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:18:24.6147909Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e3afd621-37dd-4839-9909-c70c119daad3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '125' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ac31b2be-4a54-4aed-9591-2f399b2cd10a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '122' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7e33b851-5496-4653-bd8c-c4995c37ca69 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '148' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0446ac2a-8a8d-4215-8608-d3ebe7bfda67 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:36 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '121' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1202e744-308e-4573-a4e4-791a97298b3c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:41 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '109' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ed301a7f-1101-4d7b-853d-03725e5de63f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '238' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - cc55e9cd-c672-4009-8a2d-79415d461d59 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '160' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ba94f808-5a14-4ba2-8159-0afe0e096e7e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '131' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 680e66af-42df-4fea-a9ff-e54608864137 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '144' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 69155872-4d8c-42c4-80d3-9f724eaa8ba6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '118' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 9d25a2e2-f8ac-413b-be6f-b77b0c424c8c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '107' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - aa047385-fdaf-4207-8340-91402c35e7b9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '110' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - da92bb7a-5cd3-45c0-a44f-bcb64461c75c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '104' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 857bcaf0-016b-4b4d-8461-6ffb8d12033a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '109' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 039834be-d68f-405b-ba04-0a56ef865d81 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '106' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4b75618a-fb2f-4da0-a1f2-a3ec1e6f108b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '104' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - ac5b3a23-fb87-4885-b05b-a5910395ce35 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '122' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 74143b2f-9d6d-40af-a5a3-19a373f59d73 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '171' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4b238bca-a9cf-47ac-8c00-19982fde535e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '126' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 8660dfa0-43cf-4943-a807-d8e04b592777 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '115' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c4da2bf2-efa7-4ba1-9066-8470eed58dc9 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '146' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c2b72750-cde1-4a76-bd86-a7cc9d992937 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '131' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000 + response: + body: + string: '{"jobId":"88a3bd84-1b52-43da-bde1-b11821aec9de_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:03Z","createdDateTime":"2020-11-19T21:15:02Z","expirationDateTime":"2020-11-20T21:15:02Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:03Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The - restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:18:24.6147909Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:03.1567683Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - dadac39a-e0df-403b-8f3a-d17642480f12 + - a4758b24-2911-4d22-a3e6-2a0af3f2a782 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:19:55 GMT + - Thu, 19 Nov 2020 21:17:15 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -148,7 +918,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '627' + - '195' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint.yaml index 2ba7707b192f..e5adfa2dd746 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint.yaml @@ -20,19 +20,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 0152df2b-4d62-4e60-9b6f-dd08aeb0c22c + - 40528770-671a-4057-a703-7559df482dd2 date: - - Fri, 13 Nov 2020 21:19:56 GMT + - Thu, 19 Nov 2020 21:15:17 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '311' + - '37' status: code: 202 message: Accepted @@ -54,20 +54,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000 response: body: - string: '{"jobId":"6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000","lastUpdateDateTime":"2020-11-13T21:19:57Z","createdDateTime":"2020-11-13T21:19:56Z","expirationDateTime":"2020-11-14T21:19:56Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:19:57Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + string: '{"jobId":"7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:18Z","createdDateTime":"2020-11-19T21:15:17Z","expirationDateTime":"2020-11-20T21:15:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:18Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 64cce240-2072-40c3-acd2-58803911af5b + - 9f38e316-4164-4621-bf26-9e94a9123188 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:20:27 GMT + - Thu, 19 Nov 2020 21:15:22 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -75,7 +75,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '375' + - '128' status: code: 200 message: OK @@ -89,20 +89,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000 response: body: - string: '{"jobId":"6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000","lastUpdateDateTime":"2020-11-13T21:19:57Z","createdDateTime":"2020-11-13T21:19:56Z","expirationDateTime":"2020-11-14T21:19:56Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:19:57Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + string: '{"jobId":"7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:18Z","createdDateTime":"2020-11-19T21:15:17Z","expirationDateTime":"2020-11-20T21:15:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:18Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - c314ee97-42e2-43bc-9add-834482d33de1 + - d772de3f-7552-4fa1-80df-c05398128b89 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:20:57 GMT + - Thu, 19 Nov 2020 21:15:28 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -110,7 +110,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '372' + - '320' status: code: 200 message: OK @@ -124,20 +124,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000 response: body: - string: '{"jobId":"6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000","lastUpdateDateTime":"2020-11-13T21:19:57Z","createdDateTime":"2020-11-13T21:19:56Z","expirationDateTime":"2020-11-14T21:19:56Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:19:57Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + string: '{"jobId":"7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:18Z","createdDateTime":"2020-11-19T21:15:17Z","expirationDateTime":"2020-11-20T21:15:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:18Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - bfe81d00-4ff3-4bba-9366-e547dd516687 + - 35edaa3c-8919-484b-83b6-8df5c8602908 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:21:28 GMT + - Thu, 19 Nov 2020 21:15:33 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -145,7 +145,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '427' + - '116' status: code: 200 message: OK @@ -159,20 +159,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000 response: body: - string: '{"jobId":"6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000","lastUpdateDateTime":"2020-11-13T21:19:57Z","createdDateTime":"2020-11-13T21:19:56Z","expirationDateTime":"2020-11-14T21:19:56Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:19:57Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + string: '{"jobId":"7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:18Z","createdDateTime":"2020-11-19T21:15:17Z","expirationDateTime":"2020-11-20T21:15:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:18Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 628e8f0b-9f11-473f-af31-25632f1097a5 + - a4920ac5-330f-46ec-aff4-eb40bbd53a2e content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:21:58 GMT + - Thu, 19 Nov 2020 21:15:38 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -180,7 +180,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '444' + - '117' status: code: 200 message: OK @@ -194,23 +194,376 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000 response: body: - string: '{"jobId":"6190912c-1069-46fd-8d7a-cff797cd0ed5_637408224000000000","lastUpdateDateTime":"2020-11-13T21:19:57Z","createdDateTime":"2020-11-13T21:19:56Z","expirationDateTime":"2020-11-14T21:19:56Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:19:57Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + string: '{"jobId":"7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:18Z","createdDateTime":"2020-11-19T21:15:17Z","expirationDateTime":"2020-11-20T21:15:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:18Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 400bd9dc-bdf2-402c-81a5-e8c50ce21d2d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '121' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000 + response: + body: + string: '{"jobId":"7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:18Z","createdDateTime":"2020-11-19T21:15:17Z","expirationDateTime":"2020-11-20T21:15:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:18Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a7c26ba0-3e16-4ad4-815e-52df6df10355 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '101' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000 + response: + body: + string: '{"jobId":"7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:18Z","createdDateTime":"2020-11-19T21:15:17Z","expirationDateTime":"2020-11-20T21:15:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:18Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 166fd8ce-d963-455c-9ff8-e65e5d9397c4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '590' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000 + response: + body: + string: '{"jobId":"7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:18Z","createdDateTime":"2020-11-19T21:15:17Z","expirationDateTime":"2020-11-20T21:15:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:18Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 36d74737-bcff-4ff8-9265-3f4942853c93 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '141' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000 + response: + body: + string: '{"jobId":"7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:18Z","createdDateTime":"2020-11-19T21:15:17Z","expirationDateTime":"2020-11-20T21:15:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:18Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c8f2a39e-41bf-45b4-b57f-16f6ff3112e5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '113' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000 + response: + body: + string: '{"jobId":"7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:18Z","createdDateTime":"2020-11-19T21:15:17Z","expirationDateTime":"2020-11-20T21:15:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:18Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 11f972e7-4172-4ac3-9b12-7181387f5ded + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:10 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '101' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000 + response: + body: + string: '{"jobId":"7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:18Z","createdDateTime":"2020-11-19T21:15:17Z","expirationDateTime":"2020-11-20T21:15:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:18Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7ccca00d-7307-4ab8-9d2e-23974ccce550 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:15 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '125' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000 + response: + body: + string: '{"jobId":"7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:18Z","createdDateTime":"2020-11-19T21:15:17Z","expirationDateTime":"2020-11-20T21:15:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:18Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 082b3cc5-d8e2-4146-b251-3f561822831d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '109' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000 + response: + body: + string: '{"jobId":"7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:18Z","createdDateTime":"2020-11-19T21:15:17Z","expirationDateTime":"2020-11-20T21:15:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:18Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 6ae8eb33-bde1-4931-928c-01123d4a731c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:26 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '113' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000 + response: + body: + string: '{"jobId":"7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:18Z","createdDateTime":"2020-11-19T21:15:17Z","expirationDateTime":"2020-11-20T21:15:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:18Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 359128fc-67c4-4a03-b7bd-621051737317 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:31 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '342' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000 + response: + body: + string: '{"jobId":"7f68e2f7-7413-48f9-bf80-0d59ed7fe601_637413408000000000","lastUpdateDateTime":"2020-11-19T21:15:18Z","createdDateTime":"2020-11-19T21:15:17Z","expirationDateTime":"2020-11-20T21:15:17Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:15:18Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The - restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:19:57.5606795Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:15:18.3157657Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 079ad7e5-acf9-4f36-aab7-f625a70e3688 + - d2e2f620-e028-40a4-b2b5-373c0699748d content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:22:30 GMT + - Thu, 19 Nov 2020 21:16:37 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -218,7 +571,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '839' + - '183' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_input.yaml index 292f3fef78d0..5f21d9ea1212 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_input.yaml @@ -20,19 +20,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - c52b0a69-4c7d-4d5d-9f59-41dd5e9a6a8f + - 5505118e-122f-4ae0-83ee-331b73d27420 date: - - Fri, 13 Nov 2020 21:22:31 GMT + - Thu, 19 Nov 2020 21:21:50 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '214' + - '37' status: code: 202 message: Accepted @@ -54,20 +54,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 response: body: - string: '{"jobId":"89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000","lastUpdateDateTime":"2020-11-13T21:22:32Z","createdDateTime":"2020-11-13T21:22:31Z","expirationDateTime":"2020-11-14T21:22:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:22:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 21f3b112-75fd-4225-a2f1-40e7eceab294 + - 0f31cf44-b757-4277-b19b-a9d975168ed2 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:23:02 GMT + - Thu, 19 Nov 2020 21:21:55 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -75,7 +75,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '344' + - '119' status: code: 200 message: OK @@ -89,20 +89,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 response: body: - string: '{"jobId":"89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000","lastUpdateDateTime":"2020-11-13T21:22:32Z","createdDateTime":"2020-11-13T21:22:31Z","expirationDateTime":"2020-11-14T21:22:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:22:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 2bcdfa00-648a-4314-8966-ff4c1c71dce5 + - 0ed73bd7-9894-4449-8eec-6e7518e17af2 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:23:32 GMT + - Thu, 19 Nov 2020 21:22:01 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -110,7 +110,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '320' + - '101' status: code: 200 message: OK @@ -124,20 +124,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 response: body: - string: '{"jobId":"89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000","lastUpdateDateTime":"2020-11-13T21:22:32Z","createdDateTime":"2020-11-13T21:22:31Z","expirationDateTime":"2020-11-14T21:22:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:22:32Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - b38ec23e-0c33-4f98-9b2f-66d388a6439b + - f584cfea-8c7a-4997-80a7-c84bb85a3952 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:24:03 GMT + - Thu, 19 Nov 2020 21:22:05 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -145,7 +145,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '494' + - '128' status: code: 200 message: OK @@ -159,20 +159,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 response: body: - string: '{"jobId":"89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000","lastUpdateDateTime":"2020-11-13T21:22:32Z","createdDateTime":"2020-11-13T21:22:31Z","expirationDateTime":"2020-11-14T21:22:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:22:32Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 11ce13f6-8e21-4b89-95ff-89c8690a4097 + - cf6c8f03-21b6-47f9-aaf4-407ad6c29b40 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:24:34 GMT + - Thu, 19 Nov 2020 21:22:11 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -180,7 +180,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '584' + - '103' status: code: 200 message: OK @@ -194,23 +194,723 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 response: body: - string: '{"jobId":"89617d26-676b-4bb1-ab65-64632e2053f3_637408224000000000","lastUpdateDateTime":"2020-11-13T21:22:32Z","createdDateTime":"2020-11-13T21:22:31Z","expirationDateTime":"2020-11-14T21:22:31Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:22:32Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e52ca590-dc1c-4e74-81b9-7a569eb67b03 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:17 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '107' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - a5a68108-8b35-43f7-a329-e8b7557d282f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '112' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 50ca7e7c-2b70-4f84-bc17-64293ffcbef4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '107' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - af4d4860-85c2-4fec-82ea-401402797514 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '146' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7964a8f5-5bba-4273-80b2-51140a43630b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:38 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '117' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 86ef268a-a04a-4f2d-938e-28363074b280 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '133' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 063ccd55-599d-44a0-a02a-9a8dd693e534 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '109' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 97742160-e881-4756-9f34-91d872c6af3b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:53 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '128' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - b1189df4-1ec1-47f4-be4d-89a69bec93e5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '136' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 06acbf47-9196-40c1-a47a-a4e8bba5a733 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:23:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '173' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 93811e73-fa33-4921-9c31-60ee51950c4b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:23:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '138' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 7f4c8c70-c96c-41f2-9c39-b5ea9a8c4acf + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:23:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '133' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - af9ff8b1-6c11-4ec2-874f-c699b404e57e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:23:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '151' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 13d82d08-fd7c-4c4d-9df7-895556661f81 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:23:24 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '136' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 68c6fe85-0b40-42d9-a938-b049bbfaa0f3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:23:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '146' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 17b22ea7-09e0-4e42-b549-1082433c6122 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:23:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '151' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2d07d7f6-5c2a-44f8-a50b-5769f35ecff6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:23:40 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '174' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 33e69edc-828d-41b6-874f-743465960668 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:23:45 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '142' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 12cd5dac-7808-4528-88e4-dd5c5691f66b + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:23:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '171' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 03a67198-1b26-49b9-b761-a805427bd01f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:23:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '145' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000 + response: + body: + string: '{"jobId":"ec1e9862-70ac-46be-9518-1e8755e2703c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:51Z","createdDateTime":"2020-11-19T21:21:51Z","expirationDateTime":"2020-11-20T21:21:51Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:51Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The - restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:22:32.5906976Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:51.5462101Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - f0493679-9cb6-4653-9da3-7abeedc458b9 + - 57aaf926-a322-4ec8-8d8e-7935ca72c57e content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:25:04 GMT + - Thu, 19 Nov 2020 21:24:01 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -218,7 +918,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '628' + - '224' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_per_item_hints.yaml index 47a511601bb9..348782712c11 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -20,19 +20,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 59306de4-36bb-4c4c-ab34-60a5727384a6 + - c45ba014-7b3b-4670-9e41-87fc7b384a2d date: - - Fri, 13 Nov 2020 21:25:05 GMT + - Thu, 19 Nov 2020 21:16:20 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '258' + - '41' status: code: 202 message: Accepted @@ -54,20 +54,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000 response: body: - string: '{"jobId":"4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:25:07Z","createdDateTime":"2020-11-13T21:25:06Z","expirationDateTime":"2020-11-14T21:25:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:25:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:21Z","createdDateTime":"2020-11-19T21:16:21Z","expirationDateTime":"2020-11-20T21:16:21Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:21Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:21.4094783Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 1abcd611-5b0a-4105-b3b7-9ae8fe2dcf4c + - 4aa675e2-b5e0-4e38-8a31-9c5fe0361dc9 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:25:36 GMT + - Thu, 19 Nov 2020 21:16:25 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -75,7 +75,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '322' + - '153' status: code: 200 message: OK @@ -89,20 +89,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000 response: body: - string: '{"jobId":"4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:25:07Z","createdDateTime":"2020-11-13T21:25:06Z","expirationDateTime":"2020-11-14T21:25:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:25:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:21Z","createdDateTime":"2020-11-19T21:16:21Z","expirationDateTime":"2020-11-20T21:16:21Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:21Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:21.4094783Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 614a693d-d477-454a-baf2-cba20c0db8b9 + - 4dc60d48-e49c-4627-926c-9fc8bee99f98 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:26:07 GMT + - Thu, 19 Nov 2020 21:16:30 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -110,7 +110,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '367' + - '116' status: code: 200 message: OK @@ -124,20 +124,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000 response: body: - string: '{"jobId":"4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:25:07Z","createdDateTime":"2020-11-13T21:25:06Z","expirationDateTime":"2020-11-14T21:25:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:25:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:21Z","createdDateTime":"2020-11-19T21:16:21Z","expirationDateTime":"2020-11-20T21:16:21Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:21Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:21.4094783Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 0825d8cc-aecc-4216-be1a-e47bcfcbdbbd + - 21a11108-3428-4b1c-8a39-1e512be1d09c content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:26:37 GMT + - Thu, 19 Nov 2020 21:16:35 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -145,7 +145,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '336' + - '104' status: code: 200 message: OK @@ -159,20 +159,20 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000 response: body: - string: '{"jobId":"4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:25:07Z","createdDateTime":"2020-11-13T21:25:06Z","expirationDateTime":"2020-11-14T21:25:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:25:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:21Z","createdDateTime":"2020-11-19T21:16:21Z","expirationDateTime":"2020-11-20T21:16:21Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:21Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:21.4094783Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 98e74672-eb39-4ebd-b36d-bb41a3d1060f + - e7be4b02-2587-4643-a291-48c3ff6aa981 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:27:08 GMT + - Thu, 19 Nov 2020 21:16:41 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -180,7 +180,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '348' + - '109' status: code: 200 message: OK @@ -194,23 +194,338 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000 response: body: - string: '{"jobId":"4efeff95-335c-4d26-bc29-b01498c1edd8_637408224000000000","lastUpdateDateTime":"2020-11-13T21:25:07Z","createdDateTime":"2020-11-13T21:25:06Z","expirationDateTime":"2020-11-14T21:25:06Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:25:07Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + string: '{"jobId":"d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:21Z","createdDateTime":"2020-11-19T21:16:21Z","expirationDateTime":"2020-11-20T21:16:21Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:21Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:21.4094783Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 4ad14500-5ff5-4be7-b2eb-a89b843479de + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:46 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '112' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000 + response: + body: + string: '{"jobId":"d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:21Z","createdDateTime":"2020-11-19T21:16:21Z","expirationDateTime":"2020-11-20T21:16:21Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:21Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:21.4094783Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0fd88c71-7c74-48e4-9198-0d113eaa1e24 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:51 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '164' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000 + response: + body: + string: '{"jobId":"d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:21Z","createdDateTime":"2020-11-19T21:16:21Z","expirationDateTime":"2020-11-20T21:16:21Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:21Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:21.4094783Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 927eb858-9776-43b7-8bf1-b4e44ab42c87 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:56 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '127' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000 + response: + body: + string: '{"jobId":"d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:21Z","createdDateTime":"2020-11-19T21:16:21Z","expirationDateTime":"2020-11-20T21:16:21Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:21Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:21.4094783Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - e41d9b32-0ef3-4ae6-99e7-723ee25f1575 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:02 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '107' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000 + response: + body: + string: '{"jobId":"d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:21Z","createdDateTime":"2020-11-19T21:16:21Z","expirationDateTime":"2020-11-20T21:16:21Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:21Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:21.4094783Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 0956e5bb-ba4d-4850-942a-ca4ec8e00bbd + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:07 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '99' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000 + response: + body: + string: '{"jobId":"d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:21Z","createdDateTime":"2020-11-19T21:16:21Z","expirationDateTime":"2020-11-20T21:16:21Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:21Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:21.4094783Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 1d535208-ddfb-4010-bd37-2dbe4d88ae8d + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:12 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '119' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000 + response: + body: + string: '{"jobId":"d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:21Z","createdDateTime":"2020-11-19T21:16:21Z","expirationDateTime":"2020-11-20T21:16:21Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:21Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:21.4094783Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 5df0d93a-11ed-4bd8-868a-0f31cfa072df + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '107' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000 + response: + body: + string: '{"jobId":"d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:21Z","createdDateTime":"2020-11-19T21:16:21Z","expirationDateTime":"2020-11-20T21:16:21Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:21Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:21.4094783Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - c2397156-12ee-42ab-be03-45b5fca19fdb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '154' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000 + response: + body: + string: '{"jobId":"d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:21Z","createdDateTime":"2020-11-19T21:16:21Z","expirationDateTime":"2020-11-20T21:16:21Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:21Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:21.4094783Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: + - 2e69e339-2f4e-460d-824f-d8f6ee34a690 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:28 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '97' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000 + response: + body: + string: '{"jobId":"d196032f-910d-4d42-abed-038dc6b5af89_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:21Z","createdDateTime":"2020-11-19T21:16:21Z","expirationDateTime":"2020-11-20T21:16:21Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:21Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:21.4094783Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:21.4094783Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The - restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:25:07.3539431Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:21.4094783Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: apim-request-id: - - 3a5d5d16-642b-411e-aaea-2d775412bf86 + - beac43fc-8f2d-47bf-bb4c-49ea013708f6 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:27:38 GMT + - Thu, 19 Nov 2020 21:17:33 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -218,7 +533,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '611' + - '199' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_input.yaml index 49d174752af8..46d93058c64e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_input.yaml @@ -20,19 +20,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 6eb80f1c-5a4e-4e44-94a6-58c64573a156 + - bbd84424-e9c8-4216-ad47-c68ade431896 date: - - Fri, 13 Nov 2020 21:27:40 GMT + - Thu, 19 Nov 2020 21:15:15 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '258' + - '2918' status: code: 202 message: Accepted @@ -54,20 +54,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 response: body: - string: "{\"jobId\":\"f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\",\"createdDateTime\":\"2020-11-13T21:27:40Z\",\"expirationDateTime\":\"2020-11-14T21:27:40Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" headers: apim-request-id: - - ac176852-9df0-4766-a24a-28a687b8a202 + - 117edd95-6a4b-4ac6-bf2c-7431528dd7a3 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:28:10 GMT + - Thu, 19 Nov 2020 21:15:20 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -75,7 +84,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '269' + - '98' status: code: 200 message: OK @@ -89,20 +98,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 response: body: - string: "{\"jobId\":\"f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\",\"createdDateTime\":\"2020-11-13T21:27:40Z\",\"expirationDateTime\":\"2020-11-14T21:27:40Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" headers: apim-request-id: - - ad150ccd-c616-4ba9-b267-79aaf93ee829 + - a20066a1-06d6-42ef-a64e-17d210ffe425 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:28:42 GMT + - Thu, 19 Nov 2020 21:15:26 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -110,7 +128,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '246' + - '122' status: code: 200 message: OK @@ -124,21 +142,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 response: body: - string: "{\"jobId\":\"f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\",\"createdDateTime\":\"2020-11-13T21:27:40Z\",\"expirationDateTime\":\"2020-11-14T21:27:40Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\"},\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\":\"escrito - en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" headers: apim-request-id: - - d0ceaced-f11e-4ee8-a726-5965191a4428 + - 9fea8448-48f3-417a-909d-988c9c0790c4 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:29:12 GMT + - Thu, 19 Nov 2020 21:15:31 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -146,7 +172,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '427' + - '257' status: code: 200 message: OK @@ -160,21 +186,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 response: body: - string: "{\"jobId\":\"f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\",\"createdDateTime\":\"2020-11-13T21:27:40Z\",\"expirationDateTime\":\"2020-11-14T21:27:40Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\"},\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\":\"escrito - en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" headers: apim-request-id: - - 33e6c7ec-dc95-4e11-a69b-feef2e67fa5e + - a38d9530-bbb3-4424-8819-a345434bf3ab content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:29:43 GMT + - Thu, 19 Nov 2020 21:15:36 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -182,7 +216,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '579' + - '116' status: code: 200 message: OK @@ -196,23 +230,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 response: body: - string: "{\"jobId\":\"f81e306e-ab2e-4cc0-9381-aa5ba8e385d3_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\",\"createdDateTime\":\"2020-11-13T21:27:40Z\",\"expirationDateTime\":\"2020-11-14T21:27:40Z\",\"status\":\"succeeded\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:27:41Z\"},\"completed\":3,\"failed\":0,\"inProgress\":0,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\":\"escrito - en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"entityRecognitionPiiTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"redactedText\":\"I - should take my cat to the veterinarian.\",\"id\":\"1\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"Este - es un document escrito en Espa\xF1ol.\",\"id\":\"4\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"\u732B\u306F\u5E78\u305B\",\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:27:41.9515308Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" headers: apim-request-id: - - d6bfb1b4-4c07-4f25-a35a-2e01996755a6 + - 32536dc9-8d95-41aa-bd46-010e5b9c9acb content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:30:13 GMT + - Thu, 19 Nov 2020 21:15:41 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -220,7 +260,984 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '563' + - '126' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 906184ed-2751-417a-9ec6-873522f55a64 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:47 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '114' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - df040b60-6d4f-4639-8dda-a77ecdc37fff + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '111' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 9a0dc3de-0f8b-4b16-bba0-e3adeb5240e6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:15:57 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '110' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 2da4bdb6-16ef-44b2-b452-06eda08880a1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:03 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '113' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 0b16adca-214e-4d21-947d-ce179df365e7 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:08 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '111' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - ac730697-23fc-437e-9031-2e37dd5f6c17 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:13 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '138' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 5de1a63a-b885-4686-a031-273f31da04e3 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '110' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - d2d5660c-d7f6-48a0-bfe3-2edb40b17929 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '162' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - cdb7cbbf-b651-4d16-a7b8-c1efee9f8f0c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '188' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 03761a43-1134-41a6-9d2c-a4de0505154e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '146' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - f700d9b0-450a-49dc-a586-8710e18a610e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:39 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '139' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - d700ff4f-96dd-4683-b3f8-fe328e9e7807 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '147' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 9a680d02-a8e4-4dca-b74e-092e014b747a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:49 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '137' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - e5c35f79-0edb-45eb-b210-52cc3c5863a4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:54 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '136' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 9c9ce425-6e2e-4015-86ee-08db3e5108ab + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:16:59 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '143' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 4d1b2623-073d-4944-8253-8406f91f2527 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:06 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '151' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 2f432ee9-9112-475e-ad09-8e6c9111d0ee + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '170' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - c8fc5678-7f29-4e64-9090-db24fd953482 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '137' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 70e8603f-756d-477e-95ea-14dfa59e6a9e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:21 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '448' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000 + response: + body: + string: "{\"jobId\":\"0ae09053-2ee0-4404-b05d-0d861f447e7b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\",\"createdDateTime\":\"2020-11-19T21:15:13Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:15:13Z\",\"status\":\"succeeded\"\ + ,\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:15:16Z\"\ + },\"completed\":3,\"failed\":0,\"inProgress\":0,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + entityRecognitionPiiTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:15:16.3962561Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"redactedText\":\"\ + I should take my cat to the veterinarian.\",\"id\":\"1\",\"entities\":[],\"\ + warnings\":[]},{\"redactedText\":\"Este es un document escrito en Espa\xF1\ + ol.\",\"id\":\"4\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"\u732B\ + \u306F\u5E78\u305B\",\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\"\ + :[],\"modelVersion\":\"2020-07-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\"\ + :\"2020-11-19T21:15:16.3962561Z\",\"results\":{\"inTerminalState\":true,\"\ + documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\"\ + :[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\",\"document escrito en Espa\xF1\ + ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\ + \"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - bf8b0415-30ad-48bc-b95c-513fc31a5232 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:17:27 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '340' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_per_item_hints.yaml index 56bd29a8e773..dcd9b79dcfa8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -20,19 +20,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: apim-request-id: - - 5ccf5ac0-acc5-4fb3-9d67-7814f4139047 + - 3d31bfb0-facc-4f97-bfff-e568c98f6d73 date: - - Fri, 13 Nov 2020 21:30:17 GMT + - Thu, 19 Nov 2020 21:23:18 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '342' + - '18891' status: code: 202 message: Accepted @@ -54,20 +54,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 response: body: - string: "{\"jobId\":\"62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\",\"createdDateTime\":\"2020-11-13T21:30:16Z\",\"expirationDateTime\":\"2020-11-14T21:30:16Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" headers: apim-request-id: - - d821778b-1923-476b-a3c9-0eee810bba28 + - a3ea3093-c289-4eaa-8bff-887f5a90ca38 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:30:47 GMT + - Thu, 19 Nov 2020 21:23:23 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -75,7 +84,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '368' + - '133' status: code: 200 message: OK @@ -89,20 +98,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 response: body: - string: "{\"jobId\":\"62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\",\"createdDateTime\":\"2020-11-13T21:30:16Z\",\"expirationDateTime\":\"2020-11-14T21:30:16Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" headers: apim-request-id: - - 6eb93301-3d63-4953-b3c7-9e0e28730168 + - 7391cf7e-5233-433c-818f-c0d6d88da7bc content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:31:17 GMT + - Thu, 19 Nov 2020 21:23:28 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -110,7 +128,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '376' + - '112' status: code: 200 message: OK @@ -124,20 +142,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 response: body: - string: "{\"jobId\":\"62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\",\"createdDateTime\":\"2020-11-13T21:30:16Z\",\"expirationDateTime\":\"2020-11-14T21:30:16Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" headers: apim-request-id: - - c75e4f91-cb45-42cc-8efd-eaa9d6678d20 + - 0a7246b5-3f6e-4027-9646-4b6e8fbf171a content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:31:48 GMT + - Thu, 19 Nov 2020 21:23:33 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -145,7 +172,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '313' + - '114' status: code: 200 message: OK @@ -159,20 +186,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 response: body: - string: "{\"jobId\":\"62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\",\"createdDateTime\":\"2020-11-13T21:30:16Z\",\"expirationDateTime\":\"2020-11-14T21:30:16Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" headers: apim-request-id: - - 1d51ca20-1676-4211-9545-70167337d574 + - fed87404-61e9-4147-98a2-edebd19f7228 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:32:19 GMT + - Thu, 19 Nov 2020 21:23:39 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -180,7 +216,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '356' + - '112' status: code: 200 message: OK @@ -194,23 +230,29 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 response: body: - string: "{\"jobId\":\"62e82d5b-0e96-4513-bd83-8bd22c8909f4_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\",\"createdDateTime\":\"2020-11-13T21:30:16Z\",\"expirationDateTime\":\"2020-11-14T21:30:16Z\",\"status\":\"succeeded\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T21:30:17Z\"},\"completed\":3,\"failed\":0,\"inProgress\":0,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\":\"escrito - en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"entityRecognitionPiiTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"redactedText\":\"I - should take my cat to the veterinarian.\",\"id\":\"1\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"Este - es un document escrito en Espa\xF1ol.\",\"id\":\"2\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"\u732B\u306F\u5E78\u305B\",\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T21:30:17.7461721Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" headers: apim-request-id: - - 3cac69a7-db19-43a2-9806-3674f61a1b46 + - 5ca4a0b1-15ab-4f5b-9530-01352350cda8 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 21:32:49 GMT + - Thu, 19 Nov 2020 21:23:44 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -218,7 +260,1028 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '513' + - '346' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - d321a87d-70a4-4e87-b410-a2c44bd2dcd4 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:23:50 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '141' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 69184075-e130-4eac-b9fb-388751725e5c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:23:55 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '133' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 6fe2a8b9-c582-4554-b42d-10668eb272cb + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:24:00 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '126' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 6a665620-ce26-4b0f-8e52-58f556523157 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:24:05 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '139' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 11045d95-b437-47d7-b17b-ea0de5bc47d2 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:24:11 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '111' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - a2d8ee4c-f7ec-4b48-b3b9-eaa2966dc2ec + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:24:16 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '143' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - a44f9509-3016-499b-aa3a-9f33b607fe03 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:24:20 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '154' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 95473889-900e-404a-a53d-70b8f479f38f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:24:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '112' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 0f143151-1967-45b9-ae4b-60fd90320c9a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:24:32 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '140' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - a2181f04-e01b-4198-a4c5-0b73b8c7a0ad + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:24:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '175' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 9bbd5668-7519-40ad-b791-64de499dcbce + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:24:42 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '172' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - ac622105-160d-48f4-adca-edd4ad87f27c + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:24:48 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '181' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - ae9fbf69-ec47-4151-b65e-d82af325a653 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:24:52 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '224' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - d99dd2a1-27e3-4669-b765-9602b3bc0425 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:24:58 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '235' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 3faeca5b-389c-44b4-a61e-89ee9c8855c5 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:25:04 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '589' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 8dea9aa7-3194-4d0b-9f5c-2421243d726a + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:25:09 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '216' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - d41a6623-289a-4771-8e1a-2fd8bcadc7f1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:25:14 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '197' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 28da5d2a-e11b-428a-beec-ae87d491333e + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:25:19 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '167' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 08b84e8a-ede9-4b58-9b23-ebc4ea8040b6 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:25:25 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '190' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 26cabeaf-dce0-495f-8e15-4aa1b25af751 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:25:30 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '171' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/622c3275-0360-4be8-a020-2804d7c60917_637413408000000000 + response: + body: + string: "{\"jobId\":\"622c3275-0360-4be8-a020-2804d7c60917_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\",\"createdDateTime\":\"2020-11-19T21:22:59Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:59Z\",\"status\":\"succeeded\"\ + ,\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:23:19Z\"\ + },\"completed\":3,\"failed\":0,\"inProgress\":0,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + entityRecognitionPiiTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:23:19.8839487Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"redactedText\":\"\ + I should take my cat to the veterinarian.\",\"id\":\"1\",\"entities\":[],\"\ + warnings\":[]},{\"redactedText\":\"Este es un document escrito en Espa\xF1\ + ol.\",\"id\":\"2\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"\u732B\ + \u306F\u5E78\u305B\",\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\"\ + :[],\"modelVersion\":\"2020-07-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\"\ + :\"2020-11-19T21:23:19.8839487Z\",\"results\":{\"inTerminalState\":true,\"\ + documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\"\ + :[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\",\"document escrito en Espa\xF1\ + ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\ + \"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: + - 99fca9d2-1f5a-494b-91dc-7a085caf9578 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:25:35 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '172' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_entities_task.yaml index 693f762777c8..bd2f7204f415 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_entities_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_entities_task.yaml @@ -16,78 +16,562 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: d76dd33d-014b-49e5-85e6-be25dbdc93f0 - date: Fri, 13 Nov 2020 21:37:03 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000 + apim-request-id: d6056d85-686d-4066-8be3-0368b4f6360a + date: Thu, 19 Nov 2020 21:17:17 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '318' + x-envoy-upstream-service-time: '37' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True response: body: - string: '{"jobId":"54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:37:04Z","createdDateTime":"2020-11-13T21:37:03Z","expirationDateTime":"2020-11-14T21:37:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:37:04Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: 964bcc7d-1dcd-4531-8dd9-d96d3f9adc74 + apim-request-id: 24676d73-0c40-4063-89da-1bc9c726e096 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:37:34 GMT + date: Thu, 19 Nov 2020 21:17:22 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '208' + x-envoy-upstream-service-time: '40' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True response: body: - string: '{"jobId":"54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:37:04Z","createdDateTime":"2020-11-13T21:37:03Z","expirationDateTime":"2020-11-14T21:37:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:37:04Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: 3f32100e-a71c-4c16-b097-0e3ef82db550 + apim-request-id: 98395b2a-208d-4cb2-894e-a2a31947909f content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:38:05 GMT + date: Thu, 19 Nov 2020 21:17:27 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '208' + x-envoy-upstream-service-time: '34' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True response: body: - string: '{"jobId":"54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000","lastUpdateDateTime":"2020-11-13T21:37:04Z","createdDateTime":"2020-11-13T21:37:03Z","expirationDateTime":"2020-11-14T21:37:03Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:37:04Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:37:04.1045598Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 0dec982c-9ec1-4a62-bf65-1e0bb195459b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:17:32 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '31' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 24839f48-5b44-4f4a-8e66-89e80c7330d7 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:17:37 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '32' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 7c25b836-8a2c-4403-a47b-65669d8adfd4 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:17:42 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '35' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 287860ad-0a9a-48c4-93e9-bae0db29e204 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:17:48 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '35' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 11c63e80-81a6-4de6-a0b9-9de95df66a40 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:17:53 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '32' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 0954b0a2-35e4-4522-92cc-8fca176d777e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:17:58 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '31' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 0542b34c-7704-4441-b23e-425e7404e9de + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:03 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '30' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 5b3afe11-0be9-429f-ac47-ecdd7c784903 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:08 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '42' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 9f282ea0-8977-4c78-97f5-a0c4de9eacec + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:14 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '34' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: c4e60a1f-54bf-41f2-892b-8e00b7104b2f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:19 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '46' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 5997b9a4-8a52-4c98-b357-2e99555334e6 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:24 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '27' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 41ae5eeb-7b3b-4dc9-9565-798c561ba7a3 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '44' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: c2ebaee3-ee9a-4187-9bd4-cb38382e37c4 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:33 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '31' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 3e594da8-58e7-4a2c-9b6c-5f862334c295 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '43' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: aca5503f-1e10-4d21-8cdf-654fff754335 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:44 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '42' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 7e7614cd-571b-4b5d-91a0-eed505c33b7b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:49 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '54' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 8f78ce94-9a77-42fe-adf7-6244e18deb73 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:54 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '36' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: a8e69d44-44d7-4390-ade3-3dab5464fb88 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:59 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '34' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 2dfb53b2-02a1-483d-a39f-4947295857ca + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:04 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '40' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: f54e453b-0542-4a80-b13e-6b77cffbf597 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:09 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '33' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 33960a44-c3f0-4b1b-972e-d6d0c8e52877 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:15 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '32' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 1125802f-c0c4-46bd-bb40-549aa5322000 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:20 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '57' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:18Z","createdDateTime":"2020-11-19T21:17:17Z","expirationDateTime":"2020-11-20T21:17:17Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:18Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:18.0142905Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.89},{"text":"Bill @@ -98,15 +582,15 @@ interactions: Gates","category":"Person","offset":37,"length":10,"confidenceScore":0.86},{"text":"Paul Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.98}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' headers: - apim-request-id: ca3a9d92-d17f-4f4d-84c0-63942fc3d62a + apim-request-id: c3d3d7ef-e382-4b07-8c73-19be0f15c117 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:38:36 GMT + date: Thu, 19 Nov 2020 21:19:25 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '264' + x-envoy-upstream-service-time: '69' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/54107162-d775-4e62-8bd8-822ccac4627e_637408224000000000?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/96e5e33f-ff62-430a-ba5c-3e4570892f1b_637413408000000000?showStats=True version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_key_phrase_task.yaml index 786a1a72420c..59d27bf4d307 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_key_phrase_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_key_phrase_task.yaml @@ -13,46 +13,46 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: cc3dac97-8947-460f-bfc3-807d910abc29 - date: Fri, 13 Nov 2020 21:38:37 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/aa0dce0c-90b8-416e-af5c-5eaca8b2a38b_637408224000000000 + apim-request-id: df911c07-bfc9-420b-a201-242d48302663 + date: Thu, 19 Nov 2020 21:16:37 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a6b34fb5-5026-4a5e-9140-bea9c416110f_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '378' + x-envoy-upstream-service-time: '49' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/aa0dce0c-90b8-416e-af5c-5eaca8b2a38b_637408224000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a6b34fb5-5026-4a5e-9140-bea9c416110f_637413408000000000?showStats=True response: body: - string: '{"jobId":"aa0dce0c-90b8-416e-af5c-5eaca8b2a38b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:38:38Z","createdDateTime":"2020-11-13T21:38:37Z","expirationDateTime":"2020-11-14T21:38:37Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:38:38Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:38:38.2172286Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["Bill + string: '{"jobId":"a6b34fb5-5026-4a5e-9140-bea9c416110f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:38Z","createdDateTime":"2020-11-19T21:16:38Z","expirationDateTime":"2020-11-20T21:16:38Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:38Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:38.9833213Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"2","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: d4291795-7c9b-4e0e-a9e4-f53cc9874ccb + apim-request-id: 80b9e74e-0634-43ae-8705-80b082c4a251 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:39:09 GMT + date: Thu, 19 Nov 2020 21:16:43 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: '58' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/aa0dce0c-90b8-416e-af5c-5eaca8b2a38b_637408224000000000?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a6b34fb5-5026-4a5e-9140-bea9c416110f_637413408000000000?showStats=True version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_pii_entities_task.yaml index 6500ee6ab16f..144e44ac3623 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_pii_entities_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_dict_pii_entities_task.yaml @@ -15,122 +15,320 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 1bd03055-e0b0-43b5-a62e-770433b9dd78 - date: Fri, 13 Nov 2020 21:39:10 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000 + apim-request-id: 997b7f05-5834-4193-874f-73ba9975b701 + date: Thu, 19 Nov 2020 21:24:02 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000 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: '44' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True response: body: - string: '{"jobId":"d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000","lastUpdateDateTime":"2020-11-13T21:39:10Z","createdDateTime":"2020-11-13T21:39:09Z","expirationDateTime":"2020-11-14T21:39:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:39:10Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000","lastUpdateDateTime":"2020-11-19T21:24:03Z","createdDateTime":"2020-11-19T21:24:03Z","expirationDateTime":"2020-11-20T21:24:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:24:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: 27a2c85b-e55b-477d-ab1e-0465f267cb45 + apim-request-id: d2ee151a-2a97-48d9-9bb0-24c27a11c73f content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:39:40 GMT + date: Thu, 19 Nov 2020 21:24:08 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: '31' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True response: body: - string: '{"jobId":"d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000","lastUpdateDateTime":"2020-11-13T21:39:10Z","createdDateTime":"2020-11-13T21:39:09Z","expirationDateTime":"2020-11-14T21:39:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:39:10Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000","lastUpdateDateTime":"2020-11-19T21:24:03Z","createdDateTime":"2020-11-19T21:24:03Z","expirationDateTime":"2020-11-20T21:24:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:24:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: e270aa5d-4b78-403c-b548-54a49a787b93 + apim-request-id: 4e7747fa-76c7-481a-b0c8-f14ae87e6e05 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:40:11 GMT + date: Thu, 19 Nov 2020 21:24:13 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '105' + x-envoy-upstream-service-time: '37' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True response: body: - string: '{"jobId":"d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000","lastUpdateDateTime":"2020-11-13T21:39:10Z","createdDateTime":"2020-11-13T21:39:09Z","expirationDateTime":"2020-11-14T21:39:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:39:10Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000","lastUpdateDateTime":"2020-11-19T21:24:03Z","createdDateTime":"2020-11-19T21:24:03Z","expirationDateTime":"2020-11-20T21:24:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:24:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: fd618dbf-30be-4cee-978f-2b4a78b66fc5 + apim-request-id: 656c7e8b-656f-4aad-a0f4-2924bcb3396e content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:40:42 GMT + date: Thu, 19 Nov 2020 21:24: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: '55' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True response: body: - string: '{"jobId":"d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000","lastUpdateDateTime":"2020-11-13T21:39:10Z","createdDateTime":"2020-11-13T21:39:09Z","expirationDateTime":"2020-11-14T21:39:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:39:10Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000","lastUpdateDateTime":"2020-11-19T21:24:03Z","createdDateTime":"2020-11-19T21:24:03Z","expirationDateTime":"2020-11-20T21:24:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:24:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: c9623fb3-0a95-4f8b-a8a8-e0fb95e0019d + apim-request-id: 1b098ba0-354b-4825-b302-9ed2cf36d6e5 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:41:13 GMT + date: Thu, 19 Nov 2020 21:24:23 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '115' + x-envoy-upstream-service-time: '34' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True response: body: - string: '{"jobId":"d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000","lastUpdateDateTime":"2020-11-13T21:39:10Z","createdDateTime":"2020-11-13T21:39:09Z","expirationDateTime":"2020-11-14T21:39:09Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:39:10Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:39:10.4620315Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + string: '{"jobId":"9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000","lastUpdateDateTime":"2020-11-19T21:24:03Z","createdDateTime":"2020-11-19T21:24:03Z","expirationDateTime":"2020-11-20T21:24:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:24:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 4f82dd2c-2a0b-4be7-b949-df0328e4fac3 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '32' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000","lastUpdateDateTime":"2020-11-19T21:24:03Z","createdDateTime":"2020-11-19T21:24:03Z","expirationDateTime":"2020-11-20T21:24:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:24:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: fd6fa1b2-53c6-4a23-9965-8b80c6e0d558 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:33 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '34' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000","lastUpdateDateTime":"2020-11-19T21:24:03Z","createdDateTime":"2020-11-19T21:24:03Z","expirationDateTime":"2020-11-20T21:24:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:24:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 6525bfc6-764b-40eb-9010-0c61f9fae3dd + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '31' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000","lastUpdateDateTime":"2020-11-19T21:24:03Z","createdDateTime":"2020-11-19T21:24:03Z","expirationDateTime":"2020-11-20T21:24:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:24:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 3d05e3e9-513f-4eff-ac23-3c362ec993fd + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '36' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000","lastUpdateDateTime":"2020-11-19T21:24:03Z","createdDateTime":"2020-11-19T21:24:03Z","expirationDateTime":"2020-11-20T21:24:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:24:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: b2de6d4c-6f47-4d4f-8684-7f34d238d289 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:48 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '61' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000","lastUpdateDateTime":"2020-11-19T21:24:03Z","createdDateTime":"2020-11-19T21:24:03Z","expirationDateTime":"2020-11-20T21:24:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:24:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: a5df7b3b-5b19-4201-8c57-dbba68625a47 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:54 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '55' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000","lastUpdateDateTime":"2020-11-19T21:24:03Z","createdDateTime":"2020-11-19T21:24:03Z","expirationDateTime":"2020-11-20T21:24:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:24:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 8fcd9f38-cc8a-4a47-ac66-cd55e54da607 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:59 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '32' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000","lastUpdateDateTime":"2020-11-19T21:24:03Z","createdDateTime":"2020-11-19T21:24:03Z","expirationDateTime":"2020-11-20T21:24:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:24:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 1c824e81-5e3a-44af-aa0d-9503dedf7be7 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:04 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '48' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000","lastUpdateDateTime":"2020-11-19T21:24:03Z","createdDateTime":"2020-11-19T21:24:03Z","expirationDateTime":"2020-11-20T21:24:03Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:24:03Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 112ee579-2684-4a1b-98fd-ad130dc0e44a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:09 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '31' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000","lastUpdateDateTime":"2020-11-19T21:24:03Z","createdDateTime":"2020-11-19T21:24:03Z","expirationDateTime":"2020-11-20T21:24:03Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:24:03Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:24:03.4011204Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My SSN is ***********.","id":"1","entities":[{"text":"859-98-0987","category":"U.S. Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your ABA number - ********* - is the first 9 digits in the lower left hand corner @@ -142,15 +340,15 @@ interactions: ************** your Brazilian CPF number?","id":"3","entities":[{"text":"998.214.865-68","category":"Brazil CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: f3fb01c7-46f0-4aa0-8b1b-0df8f60ccde3 + apim-request-id: 35308809-2578-4829-8e02-6ac9d502f326 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:41:45 GMT + date: Thu, 19 Nov 2020 21:25:15 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '358' + x-envoy-upstream-service-time: '65' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d31bba45-2abc-4a50-a265-96f3d0a618e4_637408224000000000?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9e7d942d-8feb-43ef-b45e-c490ce4cf022_637413408000000000?showStats=True version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_entities_task.yaml index 47c1279b0b40..c3b5283af879 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_entities_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_entities_task.yaml @@ -16,122 +16,320 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: b5644649-c624-494e-b43b-778673660d63 - date: Fri, 13 Nov 2020 21:41:45 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + apim-request-id: b4ca58d5-eb5d-42d7-ba11-90dc8915dda1 + date: Thu, 19 Nov 2020 21:17:34 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '321' + x-envoy-upstream-service-time: '25' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 response: body: - string: '{"jobId":"a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:41:46Z","createdDateTime":"2020-11-13T21:41:46Z","expirationDateTime":"2020-11-14T21:41:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:41:46Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:35Z","createdDateTime":"2020-11-19T21:17:35Z","expirationDateTime":"2020-11-20T21:17:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:35Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: ff1357fe-f915-4526-a6be-5f0b28f087fb + apim-request-id: 32ca6268-75a9-41c2-93d4-8acf934046d5 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:42:17 GMT + date: Thu, 19 Nov 2020 21:17: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: '33' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 response: body: - string: '{"jobId":"a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:41:46Z","createdDateTime":"2020-11-13T21:41:46Z","expirationDateTime":"2020-11-14T21:41:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:41:46Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:35Z","createdDateTime":"2020-11-19T21:17:35Z","expirationDateTime":"2020-11-20T21:17:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:35Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: 7de937fe-dbfc-4cc4-82fd-b882e6357b28 + apim-request-id: 4483cbad-8452-4d9b-9694-befea9cb55db content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:42:47 GMT + date: Thu, 19 Nov 2020 21:17:45 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '91' + x-envoy-upstream-service-time: '29' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 response: body: - string: '{"jobId":"a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:41:46Z","createdDateTime":"2020-11-13T21:41:46Z","expirationDateTime":"2020-11-14T21:41:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:41:46Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:35Z","createdDateTime":"2020-11-19T21:17:35Z","expirationDateTime":"2020-11-20T21:17:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:35Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: 57bc3526-51f2-4a38-86bb-a0331d73dd25 + apim-request-id: e9cc9228-b82b-4745-a45d-bcc41e1e9b19 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:43:19 GMT + date: Thu, 19 Nov 2020 21:17:50 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: '39' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 response: body: - string: '{"jobId":"a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:41:46Z","createdDateTime":"2020-11-13T21:41:46Z","expirationDateTime":"2020-11-14T21:41:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:41:46Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:35Z","createdDateTime":"2020-11-19T21:17:35Z","expirationDateTime":"2020-11-20T21:17:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:35Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: 31d9fb4f-8570-4365-928f-f20eeb9e6561 + apim-request-id: 4cf7a234-56f0-44ff-acd4-85afdc5afd7b content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:43:49 GMT + date: Thu, 19 Nov 2020 21:17:55 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: '37' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 response: body: - string: '{"jobId":"a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000","lastUpdateDateTime":"2020-11-13T21:41:46Z","createdDateTime":"2020-11-13T21:41:46Z","expirationDateTime":"2020-11-14T21:41:46Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:41:46Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:41:46.7876045Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill + string: '{"jobId":"773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:35Z","createdDateTime":"2020-11-19T21:17:35Z","expirationDateTime":"2020-11-20T21:17:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:35Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: d94c5b12-0f30-46da-9ac0-e695a211fd7a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:00 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '35' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 + response: + body: + string: '{"jobId":"773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:35Z","createdDateTime":"2020-11-19T21:17:35Z","expirationDateTime":"2020-11-20T21:17:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:35Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 173dad8c-5a60-402a-8928-498fa5ba5309 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:06 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '33' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 + response: + body: + string: '{"jobId":"773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:35Z","createdDateTime":"2020-11-19T21:17:35Z","expirationDateTime":"2020-11-20T21:17:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:35Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 61b8c815-527f-4e15-8f62-4c4f52655eda + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:11 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '34' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 + response: + body: + string: '{"jobId":"773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:35Z","createdDateTime":"2020-11-19T21:17:35Z","expirationDateTime":"2020-11-20T21:17:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:35Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 629fb4a2-b6bb-4b6d-9f0d-5802676ca35b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:16 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '39' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 + response: + body: + string: '{"jobId":"773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:35Z","createdDateTime":"2020-11-19T21:17:35Z","expirationDateTime":"2020-11-20T21:17:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:35Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: f8b5e835-5925-4585-9d0c-cc4a87a0c63e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:21 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '37' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 + response: + body: + string: '{"jobId":"773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:35Z","createdDateTime":"2020-11-19T21:17:35Z","expirationDateTime":"2020-11-20T21:17:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:35Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 2d8026ca-62a3-41c5-9680-67b68fd78d6c + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:26 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '37' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 + response: + body: + string: '{"jobId":"773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:35Z","createdDateTime":"2020-11-19T21:17:35Z","expirationDateTime":"2020-11-20T21:17:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:35Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: b57b39d3-df9f-4461-a449-84ca657544cd + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:31 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '47' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 + response: + body: + string: '{"jobId":"773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:35Z","createdDateTime":"2020-11-19T21:17:35Z","expirationDateTime":"2020-11-20T21:17:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:35Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 0d4a309b-fb6e-436d-9cc6-d2bbcb15e729 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '30' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 + response: + body: + string: '{"jobId":"773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:35Z","createdDateTime":"2020-11-19T21:17:35Z","expirationDateTime":"2020-11-20T21:17:35Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:35Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: ad70fa39-0d36-48b3-ba1e-111979266f8a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:42 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '35' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 + response: + body: + string: '{"jobId":"773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:35Z","createdDateTime":"2020-11-19T21:17:35Z","expirationDateTime":"2020-11-20T21:17:35Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:35Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:35.76249Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.89},{"text":"Bill @@ -142,15 +340,15 @@ interactions: Gates","category":"Person","offset":37,"length":10,"confidenceScore":0.86},{"text":"Paul Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.98}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' headers: - apim-request-id: 8f40d4b6-7489-4221-809e-0b8ad9c474cf + apim-request-id: b45a19fe-86d3-410c-8a26-077043517d4e content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:44:21 GMT + date: Thu, 19 Nov 2020 21:18:47 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '279' + x-envoy-upstream-service-time: '93' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a7e03f0b-d38d-4143-b4fb-9ad4e16addd6_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/773e9ca3-f76f-4107-913c-4cf1addcc01b_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_key_phrase_task.yaml index 522de23a91e5..1439d3dc2f76 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_key_phrase_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_key_phrase_task.yaml @@ -13,46 +13,46 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 525c6a52-2324-4db9-b8ef-41d3f1e7a06d - date: Fri, 13 Nov 2020 21:44:21 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a308f197-e2e7-473c-b1a4-27a42cedd658_637408224000000000 + apim-request-id: 12a75676-22a1-4f0d-8acb-dc6f59e6112e + date: Thu, 19 Nov 2020 21:17:28 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/fd4a4a9a-cf92-4e24-926d-7db27bcdca48_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '240' + x-envoy-upstream-service-time: '33' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a308f197-e2e7-473c-b1a4-27a42cedd658_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/fd4a4a9a-cf92-4e24-926d-7db27bcdca48_637413408000000000 response: body: - string: '{"jobId":"a308f197-e2e7-473c-b1a4-27a42cedd658_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:22Z","createdDateTime":"2020-11-13T21:44:22Z","expirationDateTime":"2020-11-14T21:44:22Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:22Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:44:22.8566433Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["Bill + string: '{"jobId":"fd4a4a9a-cf92-4e24-926d-7db27bcdca48_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:29Z","createdDateTime":"2020-11-19T21:17:29Z","expirationDateTime":"2020-11-20T21:17:29Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:29Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:29.4211898Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"2","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 86e19e34-4b0f-49f6-9391-4a5ae7c2b121 + apim-request-id: 3101f724-b78e-46ff-ada5-fc4bcefe4551 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:44:53 GMT + date: Thu, 19 Nov 2020 21:17:33 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '305' + x-envoy-upstream-service-time: '74' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a308f197-e2e7-473c-b1a4-27a42cedd658_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/fd4a4a9a-cf92-4e24-926d-7db27bcdca48_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_pii_entities_task.yaml index 61eb8dc94bdd..4b2eefe69a34 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_pii_entities_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_all_successful_passing_text_document_input_pii_entities_task.yaml @@ -15,122 +15,562 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 1767e3cc-ff97-44cb-bf4f-be1f2a5bfc72 - date: Fri, 13 Nov 2020 21:44:54 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + apim-request-id: 38b25b0c-fe63-49f7-ad88-947c1d577dbe + date: Thu, 19 Nov 2020 21:25:37 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 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: '39' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 response: body: - string: '{"jobId":"862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:54Z","createdDateTime":"2020-11-13T21:44:54Z","expirationDateTime":"2020-11-14T21:44:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:54Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: 843f6bc6-49e1-47ee-b913-76d253bec098 + apim-request-id: 84488ac7-e7c5-4249-a491-aed13c5aef39 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:45:25 GMT + date: Thu, 19 Nov 2020 21:25:41 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: '30' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 response: body: - string: '{"jobId":"862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:54Z","createdDateTime":"2020-11-13T21:44:54Z","expirationDateTime":"2020-11-14T21:44:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:54Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: 45231feb-3df4-4043-b4ba-c16b6ec508d4 + apim-request-id: df2fc4e7-8f3a-4df6-8bc1-fbd087367918 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:45:55 GMT + date: Thu, 19 Nov 2020 21:25:46 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: '33' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 response: body: - string: '{"jobId":"862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:54Z","createdDateTime":"2020-11-13T21:44:54Z","expirationDateTime":"2020-11-14T21:44:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:54Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: 699b44e4-525e-491e-9e8b-254127e9ac1e + apim-request-id: 3b6509d3-7e75-4871-994b-42da20b93cd3 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:46:26 GMT + date: Thu, 19 Nov 2020 21:25:52 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: '36' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 response: body: - string: '{"jobId":"862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:54Z","createdDateTime":"2020-11-13T21:44:54Z","expirationDateTime":"2020-11-14T21:44:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:54Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: 84c158ed-04cb-4fb9-b015-c44f1ebe1bee + apim-request-id: b9a37119-0b7d-4049-957d-c7175df8e90a content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:46:58 GMT + date: Thu, 19 Nov 2020 21:25:57 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: '85' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 response: body: - string: '{"jobId":"862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000","lastUpdateDateTime":"2020-11-13T21:44:54Z","createdDateTime":"2020-11-13T21:44:54Z","expirationDateTime":"2020-11-14T21:44:54Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:44:54Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:44:54.9135475Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: f1b3f719-8a56-4d4c-a9d1-59024c555655 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:02 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '34' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 6de804ab-0901-42da-970f-6ce762d7e67f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:07 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '29' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: ba2fdccd-bbda-42ad-8e76-94650f798908 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:13 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '40' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: d04e14d6-5ec2-4a65-a83c-855c4bb79b78 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:18 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '31' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 9f5b5f6d-25aa-4fef-bd4a-80e1cc51d213 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:23 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '32' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 4e8f87db-e6e1-4145-b08a-b1c5e3a5f998 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '40' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 5dd51829-07ff-40f2-b72b-73e04cea8378 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:33 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '38' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 2ee4da42-511b-4b14-bb31-b18390e37c98 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:38 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '34' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: fb8163d9-6717-4a6a-9b07-0c16dd826cd3 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '53' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: a242512e-7c7d-4ac6-aa15-256f19b5c4c0 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:48 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '37' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: c1d6d32f-64b6-4807-a506-e5e8b7eb437d + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:54 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '35' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 35ea5954-ed35-415d-8af4-1c2a8a92fc51 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:59 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '41' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 146a1631-5465-46c8-a8ec-0b44b410b5dc + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:04 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '38' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: d87b3bc2-41aa-4368-b200-527298902b88 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:09 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '31' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 80e1d370-a876-4e41-be99-004e003e3c79 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:14 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '38' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: f63b99ec-3952-4518-a30c-e3df81ea8f9a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:19 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '32' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 02a95d93-bd67-4e13-97ca-0f07ffa7e2a5 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:24 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '34' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 7677e0e8-90f3-4627-851f-848315d451f3 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '33' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: c6d1d138-c062-4ffe-b9bf-7bb21087de85 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:35 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '233' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 44f7a02f-77d8-49cb-bc08-ff7b0ebd0717 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '29' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 + response: + body: + string: '{"jobId":"a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:37Z","createdDateTime":"2020-11-19T21:25:37Z","expirationDateTime":"2020-11-20T21:25:37Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:37Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:37.7062774Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My SSN is ***********.","id":"1","entities":[{"text":"859-98-0987","category":"U.S. Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your ABA number - ********* - is the first 9 digits in the lower left hand corner @@ -142,15 +582,15 @@ interactions: ************** your Brazilian CPF number?","id":"3","entities":[{"text":"998.214.865-68","category":"Brazil CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 30d9c350-4d41-4a88-ab1e-9d598fecafa2 + apim-request-id: fa9c462d-1aa0-4b96-b0ed-6aee12fcfd92 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:47:28 GMT + date: Thu, 19 Nov 2020 21:27:45 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: '68' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/862345d0-12cd-41a3-bf11-c1120edc5b90_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/a2bc8a78-0a08-4d91-a8c4-48976a5d8b3c_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_credentials.yaml index 129a5c29a6a9..9332da8e6f9b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_credentials.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_credentials.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -24,9 +24,9 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Fri, 13 Nov 2020 21:47:30 GMT + date: Thu, 19 Nov 2020 21:19:27 GMT status: code: 401 message: PermissionDenied - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_all_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_all_tasks.yaml index 23b8f86469a9..1eee3d399ea8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_all_tasks.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_all_tasks.yaml @@ -14,50 +14,50 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: bf8bf63b-3ec1-422a-89d9-08e4402f068d - date: Fri, 13 Nov 2020 21:47:30 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/600716e7-3751-469e-afc9-b08957e1a9f1_637408224000000000 + apim-request-id: a1a8c606-5201-489e-ad26-02ccadddaf55 + date: Thu, 19 Nov 2020 21:25:15 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e1d19f-5282-4109-84d2-5039333395e6_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '339' + x-envoy-upstream-service-time: '30' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/600716e7-3751-469e-afc9-b08957e1a9f1_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e1d19f-5282-4109-84d2-5039333395e6_637413408000000000 response: body: - string: '{"jobId":"600716e7-3751-469e-afc9-b08957e1a9f1_637408224000000000","lastUpdateDateTime":"2020-11-13T21:47:31Z","createdDateTime":"2020-11-13T21:47:30Z","expirationDateTime":"2020-11-14T21:47:30Z","status":"failed","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:47:31Z"},"completed":0,"failed":3,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:47:31.6265756Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"22e1d19f-5282-4109-84d2-5039333395e6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:16Z","createdDateTime":"2020-11-19T21:25:16Z","expirationDateTime":"2020-11-20T21:25:16Z","status":"failed","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:16Z"},"completed":0,"failed":3,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:16.5776935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:47:31.6265756Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:16.5776935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:47:31.6265756Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:16.5776935Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' headers: - apim-request-id: 09849025-1f20-4026-90b1-b6b135b49ff8 + apim-request-id: 36fe12c3-c34e-4ba1-8e40-ea1ce2f55394 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:48:01 GMT + date: Thu, 19 Nov 2020 21:25:21 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '16' + x-envoy-upstream-service-time: '13' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/600716e7-3751-469e-afc9-b08957e1a9f1_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/22e1d19f-5282-4109-84d2-5039333395e6_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_multiple_tasks.yaml index d85d853e02ce..e374efbce402 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_multiple_tasks.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_multiple_tasks.yaml @@ -14,101 +14,647 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 9a117f40-efc9-4d57-81a2-6091cc5418fb - date: Fri, 13 Nov 2020 21:48:02 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 + apim-request-id: d8e8004e-07b5-45ee-a57e-cdb96cfbdfd8 + date: Thu, 19 Nov 2020 21:18:48 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '312' + x-envoy-upstream-service-time: '27' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 response: body: - string: '{"jobId":"b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:48:03Z","createdDateTime":"2020-11-13T21:48:02Z","expirationDateTime":"2020-11-14T21:48:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:48:03Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' headers: - apim-request-id: 60ddbbeb-25ed-4b8d-a80d-af0937fd688a + apim-request-id: 0fc79b9c-7aa1-46ec-b873-dfefb0213cfc content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:48:33 GMT + date: Thu, 19 Nov 2020 21:18:53 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: '42' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 response: body: - string: '{"jobId":"b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:48:03Z","createdDateTime":"2020-11-13T21:48:02Z","expirationDateTime":"2020-11-14T21:48:02Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:48:03Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' headers: - apim-request-id: d3c4253a-bd48-4fcd-ae12-2f770efdcb6a + apim-request-id: 3247071f-e0e3-42e0-b6f5-d4b2fddece86 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:49:04 GMT + date: Thu, 19 Nov 2020 21:18:59 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: '31' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 response: body: - string: '{"jobId":"b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000","lastUpdateDateTime":"2020-11-13T21:48:03Z","createdDateTime":"2020-11-13T21:48:02Z","expirationDateTime":"2020-11-14T21:48:02Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:48:03Z"},"completed":1,"failed":2,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid - language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:48:03.7913701Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' headers: - apim-request-id: c2301c92-53fb-4f78-b2a5-b07c6a6b8af0 + apim-request-id: 3e8bda04-a0fc-44cf-9d99-2479baab8891 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:49:36 GMT + date: Thu, 19 Nov 2020 21:19:04 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '244' + x-envoy-upstream-service-time: '41' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b1f9a4d7-1247-49fe-af1a-c24f22fba95b_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 02a97f9c-73bf-4ca3-b9e2-b5465be92c90 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:09 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '31' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 384e0a05-9312-47ff-b842-b050dad22a86 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:14 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '32' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 57afb8e4-01b6-4b4d-a258-60d2312d00d0 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:19 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '32' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 973a6d95-d083-4481-9d39-412ba1a876c6 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:24 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '35' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: ee579a7c-2b07-4ac7-9983-39219d551ac0 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '44' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: f25b2058-d62f-4550-b3e4-c7fa26212cfc + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:34 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '37' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 254c9834-3a02-4483-8628-f9f4d114e6dd + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '34' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 41e50f47-39a4-495f-b715-699e00e50b69 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:44 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '33' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: d18538ab-be70-4009-b52e-bb6d8a09798f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:50 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '61' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 497904d4-65ad-4a1d-a57e-c3cdad3dea90 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:55 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '30' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 30f08e43-2b57-4cf6-a1e1-79ad180cd16b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:00 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '32' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: be0ebb6b-b77e-4b36-9961-27c99b7513f5 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:05 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '32' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 84a6b613-faa6-4608-a085-8ad9ed3a77e9 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:10 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '33' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 33ed8b66-68de-4d36-96de-9d440616c98b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:16 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '34' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 33cd1093-e251-484e-85c0-4005d726f3bd + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:21 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '549' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 4dbaf3ed-16b5-4c35-981b-70472e0edbcb + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:26 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '36' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 35bed3ae-55a7-4ffe-acc3-7a3be8d65380 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:31 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '35' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: b34985fd-c1f0-4e08-b24c-495a1e9ede04 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '32' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: 9bb3246b-41fa-427a-9153-0720ef0ebc71 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:42 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '64' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":0,"failed":2,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: a10b22d3-3dd7-462e-88ac-af1fe6ddd237 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:47 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '69' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 + response: + body: + string: '{"jobId":"d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:49Z","createdDateTime":"2020-11-19T21:18:48Z","expirationDateTime":"2020-11-20T21:18:48Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:49Z"},"completed":1,"failed":2,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type PersonallyIdentifiableInformation. Supported values latest,2020-07-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:49.1938004Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type KeyPhraseExtraction. Supported values latest,2020-07-01."}}],"modelVersion":""}}]}}' + headers: + apim-request-id: d81738a9-e572-4626-a2ee-901afcc6e630 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:52 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '77' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/d08184fa-2844-4a94-bf48-8e5cd9cb296b_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_single_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_single_task.yaml index b13dcfd1701b..acd7dc3ecdb3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_single_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_model_version_error_single_task.yaml @@ -12,46 +12,46 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 4c72458f-50a8-45ce-b535-ca31fd2688e6 - date: Fri, 13 Nov 2020 21:49:36 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/bc48390e-5e7c-4729-be5f-a1acaa18f825_637408224000000000 + apim-request-id: 091ed535-7033-47ba-9ef9-b6665b0bcb70 + date: Thu, 19 Nov 2020 21:17:35 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bd0fad21-537e-4f0b-8eae-a18fd118809b_637413408000000000 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: '27' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/bc48390e-5e7c-4729-be5f-a1acaa18f825_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bd0fad21-537e-4f0b-8eae-a18fd118809b_637413408000000000 response: body: - string: '{"jobId":"bc48390e-5e7c-4729-be5f-a1acaa18f825_637408224000000000","lastUpdateDateTime":"2020-11-13T21:49:37Z","createdDateTime":"2020-11-13T21:49:36Z","expirationDateTime":"2020-11-14T21:49:36Z","status":"failed","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:49:37Z"},"completed":0,"failed":1,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:49:37.27415Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"bd0fad21-537e-4f0b-8eae-a18fd118809b_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:36Z","createdDateTime":"2020-11-19T21:17:35Z","expirationDateTime":"2020-11-20T21:17:35Z","status":"failed","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:36Z"},"completed":0,"failed":1,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:36.0284055Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}]}}' headers: - apim-request-id: 747aa662-7cf4-42cf-8857-2a3b21a9ddaa + apim-request-id: 60c4e287-d600-4d98-a7b8-9e735aa0d76b content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:50:07 GMT + date: Thu, 19 Nov 2020 21:17:40 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '16' + x-envoy-upstream-service-time: '10' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/bc48390e-5e7c-4729-be5f-a1acaa18f825_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/bd0fad21-537e-4f0b-8eae-a18fd118809b_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_request_on_empty_document.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_request_on_empty_document.yaml index cbdbc041f2f0..cb4d4b54f91d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_request_on_empty_document.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_bad_request_on_empty_document.yaml @@ -11,23 +11,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '{"error":{"code":"InvalidArgument","message":"At least one document is missing a Text attribute."}}' headers: - apim-request-id: 9438e665-d46e-4d2c-80d1-edd50a3dec6d + apim-request-id: 54b38cf3-3e8d-4446-8199-202f17248590 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:50:07 GMT + date: Thu, 19 Nov 2020 21:27:46 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '5' + x-envoy-upstream-service-time: '4' status: code: 400 message: Bad Request - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_client_passed_default_language_hint.yaml index 9ae4e04f8f1b..e479cddcb0e8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_client_passed_default_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_client_passed_default_language_hint.yaml @@ -16,140 +16,600 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: f0f8099e-0d72-4eae-a056-39e78a840b6d - date: Fri, 13 Nov 2020 21:50:08 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + apim-request-id: 61e20a1c-4df2-4769-ba71-4053a452819c + date: Thu, 19 Nov 2020 21:19:29 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '297' + x-envoy-upstream-service-time: '354' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 response: body: - string: '{"jobId":"edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000","lastUpdateDateTime":"2020-11-13T21:50:10Z","createdDateTime":"2020-11-13T21:50:09Z","expirationDateTime":"2020-11-14T21:50:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:50:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 3623a91e-c3b2-4172-989d-cc6f85ac6cdf + apim-request-id: e6c4c441-9506-4ed7-b486-7b90650c72bd content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:50:39 GMT + date: Thu, 19 Nov 2020 21:19:34 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '231' + x-envoy-upstream-service-time: '128' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 response: body: - string: '{"jobId":"edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000","lastUpdateDateTime":"2020-11-13T21:50:10Z","createdDateTime":"2020-11-13T21:50:09Z","expirationDateTime":"2020-11-14T21:50:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:50:10Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 25c2ea3e-8024-4acf-a008-4c0c1fbd2cc8 + apim-request-id: ddb49020-d27c-465d-bedd-8c9c3d132112 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:51:11 GMT + date: Thu, 19 Nov 2020 21:19:39 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '427' + x-envoy-upstream-service-time: '127' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 response: body: - string: '{"jobId":"edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000","lastUpdateDateTime":"2020-11-13T21:50:10Z","createdDateTime":"2020-11-13T21:50:09Z","expirationDateTime":"2020-11-14T21:50:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:50:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 5997d82b-a4cf-4078-9bab-0c7ded10c3d0 + apim-request-id: f1a613c5-d4ff-4680-a55f-e7f2844dadb0 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:51:42 GMT + date: Thu, 19 Nov 2020 21:19:44 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '345' + x-envoy-upstream-service-time: '109' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 response: body: - string: '{"jobId":"edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000","lastUpdateDateTime":"2020-11-13T21:50:10Z","createdDateTime":"2020-11-13T21:50:09Z","expirationDateTime":"2020-11-14T21:50:09Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:50:10Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 0b08fd8f-af54-4585-bd5c-66f7480aefe1 + apim-request-id: eecc7307-15fd-446d-9561-0268876475fc content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:52:13 GMT + date: Thu, 19 Nov 2020 21:19:49 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '547' + x-envoy-upstream-service-time: '112' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 response: body: - string: '{"jobId":"edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000","lastUpdateDateTime":"2020-11-13T21:50:10Z","createdDateTime":"2020-11-13T21:50:09Z","expirationDateTime":"2020-11-14T21:50:09Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:50:10Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c70c58d1-895d-441e-a304-1a183f69e821 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:55 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '138' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c1df6002-a87e-4153-ba14-af25a45e81e6 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:00 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '114' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 78a7b6d0-184e-4d5c-bedd-a89368f99be5 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:05 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '101' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 4f13ca7d-2a66-48ab-a29b-0e64eea7e1f5 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:10 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '105' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 479b05ef-36a6-4778-9f7a-c8ee38ec4b1a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:15 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '119' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 396f6a23-b81a-4999-ae24-42bf8f27b7ce + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:20 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '105' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0136ad45-caef-48ce-8218-e7a9d14b1feb + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:26 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '111' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 65f25f64-3279-41c8-916d-ef82d103fdaf + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:31 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '112' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 57d9bd39-6442-4734-ae98-c7d7a51c184c + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '129' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 273c3b69-196c-43f4-823f-03993719549e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:42 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '207' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: a18366d9-1198-4fd6-8fde-7760478e4ab0 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:47 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '139' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 79b667cd-0805-41d9-a1ac-c22683dfd58e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:52 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '144' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f7f57138-c46a-4de8-905c-0017669f9476 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:57 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '140' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: afbb3485-91e6-40fc-9a0f-2001e58aea3f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:03 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '179' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 805f299b-1dd8-4d7a-b19b-37c6636ff446 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:08 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '141' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1d11b8f8-e7ff-4401-afea-07e91e2832be + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:13 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '141' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: b63936f6-a0da-46e4-bd43-c92ab490c7d2 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:18 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '138' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 474e1251-6eb4-4b6a-896d-8eca2ac37eb2 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:23 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '159' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 870404e9-aa0e-4392-82ea-98a752f6d132 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '157' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: cdcd53ae-c8d3-4dc0-8dd0-d627b7e3bf5d + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:34 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '149' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 + response: + body: + string: '{"jobId":"63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:29Z","createdDateTime":"2020-11-19T21:19:28Z","expirationDateTime":"2020-11-20T21:19:28Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:29Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The - restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:50:10.2197521Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:29.5180937Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: fde0d936-2454-491d-b533-caaf7a38fc2d + apim-request-id: 1b9474a1-06b5-47f4-838e-8a818d3c72b9 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:52:44 GMT + date: Thu, 19 Nov 2020 21:21:40 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '513' + x-envoy-upstream-service-time: '197' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/edccd99d-9959-4f6a-95aa-f3fc1dc2d91f_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/63735c8f-9ef9-4e8b-ab27-2a20797904fc_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_duplicate_ids_error.yaml index 93dcb14e104a..2c384e55ea28 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_duplicate_ids_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_duplicate_ids_error.yaml @@ -15,23 +15,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '{"error":{"code":"InvalidArgument","message":"Request contains duplicated Ids. Make sure each document has a unique Id."}}' headers: - apim-request-id: d61d2b97-53e5-4ba7-93fa-95a32a04aa90 + apim-request-id: 140cf9bc-9d8a-4c8f-bab3-e1c50d9ff406 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:52:45 GMT + date: Thu, 19 Nov 2020 21:16:44 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '14' + x-envoy-upstream-service-time: '5' status: code: 400 message: Bad Request - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_empty_credential_class.yaml index c632022bc5a4..0e4a7ced6493 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_empty_credential_class.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_empty_credential_class.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -24,9 +24,9 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Fri, 13 Nov 2020 21:52:47 GMT + date: Thu, 19 Nov 2020 21:25:22 GMT status: code: 401 message: PermissionDenied - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_docs.yaml index d59c14121efc..d1fbf7d31da0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_docs.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_docs.yaml @@ -14,141 +14,611 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 3d0de96e-9e8c-49ad-ba16-09900a75355f - date: Fri, 13 Nov 2020 21:52:47 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + apim-request-id: 61ce6cd5-0fc4-467d-bf6b-a5c8af921772 + date: Thu, 19 Nov 2020 21:20:54 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 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: '34' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 response: body: - string: '{"jobId":"7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000","lastUpdateDateTime":"2020-11-13T21:52:49Z","createdDateTime":"2020-11-13T21:52:48Z","expirationDateTime":"2020-11-14T21:52:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:52:49Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 75062906-74c3-4670-92e7-3f16cff23e51 + apim-request-id: 6b4634a0-6862-4b23-9450-79f63588266b content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:53:19 GMT + date: Thu, 19 Nov 2020 21:20:59 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: '121' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 response: body: - string: '{"jobId":"7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000","lastUpdateDateTime":"2020-11-13T21:52:49Z","createdDateTime":"2020-11-13T21:52:48Z","expirationDateTime":"2020-11-14T21:52:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:52:49Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 7f83bb9a-aef9-4c4d-97ba-79285a5ff91c + apim-request-id: 572c4b91-0d53-49af-9e36-c01324a17c4c content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:53:49 GMT + date: Thu, 19 Nov 2020 21:21:04 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '330' + x-envoy-upstream-service-time: '92' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 response: body: - string: '{"jobId":"7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000","lastUpdateDateTime":"2020-11-13T21:52:49Z","createdDateTime":"2020-11-13T21:52:48Z","expirationDateTime":"2020-11-14T21:52:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:52:49Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid - language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: fdce71c4-93b1-451c-8cc9-0a25a2c0ddc0 + apim-request-id: 90ecf687-6f06-4044-b6c5-e85ccf61214d content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:54:21 GMT + date: Thu, 19 Nov 2020 21:21:09 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '299' + x-envoy-upstream-service-time: '105' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 response: body: - string: '{"jobId":"7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000","lastUpdateDateTime":"2020-11-13T21:52:49Z","createdDateTime":"2020-11-13T21:52:48Z","expirationDateTime":"2020-11-14T21:52:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:52:49Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid - language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 1952c67d-9038-461c-91b8-94a04a0dc02c + apim-request-id: 5ddaa710-7d2b-4710-be55-74de4d156a81 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:54:51 GMT + date: Thu, 19 Nov 2020 21:21:15 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '308' + x-envoy-upstream-service-time: '119' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 response: body: - string: '{"jobId":"7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000","lastUpdateDateTime":"2020-11-13T21:52:49Z","createdDateTime":"2020-11-13T21:52:48Z","expirationDateTime":"2020-11-14T21:52:48Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:52:49Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid - language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid - language code. Supported languages: en"}}],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:52:49.1163148Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: f35d5e36-bbf5-4cfd-8114-4e5bd63f76e6 + apim-request-id: 4b718055-bdc4-480b-a22c-988daf6c3720 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:55:23 GMT + date: Thu, 19 Nov 2020 21:21:19 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '339' + x-envoy-upstream-service-time: '92' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/7fdd3817-80e5-4b9a-974a-caccec5b1c4d_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c28d2b09-67c2-4f61-8a6f-c79a53902013 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:25 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '104' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 646a0f8b-e91d-426b-838a-c8e444767286 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '121' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 04d0d26c-036f-4956-9c29-81005e9e0674 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:35 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '91' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d31f5cd8-c2dc-4ea3-922f-244f04d65426 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '173' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 7ba33b3d-cde8-4610-801d-a63b8e3f49de + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:45 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '111' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 359ed25c-c20f-479f-91d0-b8a49f181960 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:50 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '101' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 91bff9b7-77e4-4e1a-ab75-23011353bed9 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:56 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '98' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0bfaae28-4b72-4b58-8cdf-d54153dbda77 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:01 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '114' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: e8a3f74f-b8ca-437c-a7df-3b739bcd85d3 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:06 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '119' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 3e3782e0-d76a-4c09-aea5-dfc6a3fedcae + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:12 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '122' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 9b9d203b-6c43-42fa-a4e3-d4a41060011a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '125' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d52766b2-9a88-4dcc-b358-74470e901561 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:21 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '125' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0b985d3a-16ee-4ddc-9811-6f1d01c7e809 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:27 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '122' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0093b79c-31e0-4911-a70c-f878fc582196 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:32 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '157' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 39bdb20d-4293-4a9b-958b-0558a4bfa0ee + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:37 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '137' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 29592a37-b23a-4698-bee0-9cb6c9edb3d5 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '113' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 193544a3-57a9-45cc-8a8c-207196a72d44 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:48 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '126' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d46eed50-ed8a-4f56-9464-d0e42e73e953 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:53 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '113' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 34580b12-cd97-4770-a549-4180bd03817a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:58 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '145' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 + response: + body: + string: '{"jobId":"b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:54Z","createdDateTime":"2020-11-19T21:20:54Z","expirationDateTime":"2020-11-20T21:20:54Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:54Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en"}}],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:54.6562779Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 7377be83-b3ec-4667-b1c8-5d19f97f50f8 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:04 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '139' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b69f3441-0e17-4c19-8cfa-5e19b4afa7a8_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_method.yaml index 47e61544b885..62546abd4690 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_method.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_invalid_language_hint_method.yaml @@ -14,141 +14,609 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 5af700ac-2335-4a9a-82e3-730d9b95b2eb - date: Fri, 13 Nov 2020 21:55:24 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + apim-request-id: 72b45f60-c84d-4a71-9e0a-14fc4b219def + date: Thu, 19 Nov 2020 21:17:41 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '304' + x-envoy-upstream-service-time: '34' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 response: body: - string: '{"jobId":"6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000","lastUpdateDateTime":"2020-11-13T21:55:25Z","createdDateTime":"2020-11-13T21:55:24Z","expirationDateTime":"2020-11-14T21:55:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:55:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 01bb861a-eb86-4a50-b268-1980daf17446 + apim-request-id: aedbb756-f5c5-48dd-af29-2518ffe365c2 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:55:55 GMT + date: Thu, 19 Nov 2020 21:17:46 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '328' + x-envoy-upstream-service-time: '120' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 response: body: - string: '{"jobId":"6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000","lastUpdateDateTime":"2020-11-13T21:55:25Z","createdDateTime":"2020-11-13T21:55:24Z","expirationDateTime":"2020-11-14T21:55:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:55:25Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: b2e2d89e-666e-4035-b69d-e8322fc631bc + apim-request-id: f09e9599-07f3-47aa-9ab8-8813040b72f7 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:56:27 GMT + date: Thu, 19 Nov 2020 21:17:51 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '362' + x-envoy-upstream-service-time: '113' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 response: body: - string: '{"jobId":"6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000","lastUpdateDateTime":"2020-11-13T21:55:25Z","createdDateTime":"2020-11-13T21:55:24Z","expirationDateTime":"2020-11-14T21:55:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:55:25Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid - language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: aad28cc2-701f-4ba9-a58f-53fa86468051 + apim-request-id: 71a07ec1-ad7e-4ee7-88aa-cd21cb9d7cdf content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:56:58 GMT + date: Thu, 19 Nov 2020 21:17:57 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '397' + x-envoy-upstream-service-time: '109' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 response: body: - string: '{"jobId":"6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000","lastUpdateDateTime":"2020-11-13T21:55:25Z","createdDateTime":"2020-11-13T21:55:24Z","expirationDateTime":"2020-11-14T21:55:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:55:25Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid - language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 808ffc87-2e1d-44b9-b584-a49e46362f63 + apim-request-id: 4ea38a08-bc84-4cf2-9cad-c3273de58b1d content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:57:29 GMT + date: Thu, 19 Nov 2020 21:18:02 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '370' + x-envoy-upstream-service-time: '101' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 response: body: - string: '{"jobId":"6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000","lastUpdateDateTime":"2020-11-13T21:55:25Z","createdDateTime":"2020-11-13T21:55:24Z","expirationDateTime":"2020-11-14T21:55:24Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:55:25Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid - language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid - language code. Supported languages: en"}}],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:55:25.8569509Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 5cdac4a6-2012-4736-831d-4e2be7af154f + apim-request-id: 37830c83-75d0-4265-8699-06216763eed2 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:58:00 GMT + date: Thu, 19 Nov 2020 21:18:07 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '450' + x-envoy-upstream-service-time: '99' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/6be3a789-6a3a-443e-ae0b-d17959361bdd_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 272755ef-3aca-4be3-8927-fb0545f93937 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:12 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '105' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 989726ec-9d62-41f1-857d-e57c21907e63 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '115' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 7ffd339f-ee3d-4357-b647-b01328ad925a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:22 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '97' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f8c9814b-872d-4dcb-9061-7cbaa1009669 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '129' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0d8970c9-cc96-4dd0-a9cb-bcaad3eed47e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:33 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '107' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 7a6fcdaf-eac1-4ca6-90f5-b529e4a8733d + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:38 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '126' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6de931f9-1e61-44b8-aaea-1c86f8a969ae + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '97' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 4d85a8ce-ae7c-4aa7-9836-5c309da6e767 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:49 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '138' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1edf73e5-9448-4763-b644-c57de4428fc4 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:54 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '87' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: e3a5a926-6aa9-4493-88c5-d8beddcf7d73 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:59 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '123' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 7681e932-8508-46a4-993f-81815c5a5703 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:04 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '144' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c0b9d54a-4394-4cbc-ba9d-b73c8ff81d8a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:09 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '120' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f38a4ba7-20ea-42f9-9539-5f6725960e24 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:14 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '136' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 9e4eb04a-f2df-4f25-a59a-884c1132dd97 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:20 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '122' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 11f28a85-c0ed-49bb-8231-c288cd6cfee1 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:25 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '136' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 05c99603-7537-40a1-8c20-189a18ec27f9 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:31 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '123' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6acfbe65-850e-4b0b-b850-87b201757a7c + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '142' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 4e039424-d59d-49a0-8c53-bbed4416fd26 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '122' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 2a7e5bad-f2ce-492a-a871-bc58f4d7b2c4 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:46 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '120' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 + response: + body: + string: '{"jobId":"f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000","lastUpdateDateTime":"2020-11-19T21:17:42Z","createdDateTime":"2020-11-19T21:17:42Z","expirationDateTime":"2020-11-20T21:17:42Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:17:42Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en,es,de,fr,zh-Hans,ar,cs,da,fi,hu,it,ja,ko,no,nl,pl,pt-BR,pt-PT,ru,sv,tr"}}],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: en"}}],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:17:42.3597505Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: da,de,en,es,fi,fr,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv"}}],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: acd7cbb9-8b89-4afb-9812-6a885ef23d36 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:51 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '126' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/f1a9043f-d712-44aa-a44b-ab669cfb99db_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_returned_successfully.yaml index 6dac7d03d705..072f91ab7f20 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_returned_successfully.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_returned_successfully.yaml @@ -30,122 +30,540 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 7c43bc28-2525-4ca3-884b-8ef809ed99b5 - date: Fri, 13 Nov 2020 21:58:02 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000 + apim-request-id: ce967c1d-1405-47e2-b793-f549885f08dc + date: Thu, 19 Nov 2020 21:16:45 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '294' + x-envoy-upstream-service-time: '77' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True response: body: - string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/1b097f4b-af71-47ba-8932-4bc19dc42959?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?$skip=20&$top=20"}' + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' headers: - apim-request-id: 6c3eb6e1-13c3-4773-8b8b-68fd0c035d13 + apim-request-id: 3cabe8d5-bd39-409d-8dd6-3ce2f61b078a content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:58:33 GMT + date: Thu, 19 Nov 2020 21:16:52 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '419' + x-envoy-upstream-service-time: '259' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True response: body: - string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/1b097f4b-af71-47ba-8932-4bc19dc42959?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?$skip=20&$top=20"}' + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' headers: - apim-request-id: 1423a406-491f-46c6-91d3-6bd7a96406f7 + apim-request-id: 8b0ddaca-8dea-4493-9efa-c57f2f9b5667 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:59:04 GMT + date: Thu, 19 Nov 2020 21:16:57 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '655' + x-envoy-upstream-service-time: '229' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True response: body: - string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/90edbf07-6bb7-49a4-97ef-8b970788abcb?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/1b097f4b-af71-47ba-8932-4bc19dc42959?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?$skip=20&$top=20"}' + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' headers: - apim-request-id: ec3406ee-f810-49db-b876-037f6c3e3b7e + apim-request-id: 86203841-45f5-4823-b031-242135a10376 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 21:59:35 GMT + date: Thu, 19 Nov 2020 21:17:02 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '976' + x-envoy-upstream-service-time: '221' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True response: body: - string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/90edbf07-6bb7-49a4-97ef-8b970788abcb?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/1b097f4b-af71-47ba-8932-4bc19dc42959?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?$skip=20&$top=20"}' + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' headers: - apim-request-id: 896758d1-2504-4621-a657-1eb26847144f + apim-request-id: 1871810a-5f7d-4f05-b2fa-ec386080ac6a content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:00:08 GMT + date: Thu, 19 Nov 2020 21:17:07 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '842' + x-envoy-upstream-service-time: '279' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True response: body: - string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/90edbf07-6bb7-49a4-97ef-8b970788abcb?$skip=20&$top=5"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: d8409630-9188-4dc3-bf6a-2d3d911324e1 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:17:13 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '215' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 224b8321-6bd2-4b69-bd3d-ba4ed9958d2c + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:17:18 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '460' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 9e37e379-fdc4-47a6-aab6-490ddd7a7e19 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:17:24 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '240' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 0e11173d-419a-4842-9b5f-aa919c2cc05f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:17:29 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '310' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 070e57ac-847e-4cfe-8319-800028f418e1 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:17:34 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '224' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: b2fd2e56-7b39-48b4-8d1b-520f59352759 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:17:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '231' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 03dfa15d-a506-4e8b-b9e7-73f0e642951e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:17:44 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '212' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 36322900-8f03-4a9c-b606-416979104038 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:17:51 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '208' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 14b7b7d3-c2f9-4745-b95c-676facdbffa1 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:17:56 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '255' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 876a1e46-0e92-403f-9968-4237040b15c9 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:01 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '224' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 301abbfc-ce70-4e1c-af22-69815ef9b36c + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:06 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '236' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 66db7bf6-3d5b-4984-b3ec-1fd6e35d59d0 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:11 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '225' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 497d9372-ef4a-411d-b655-0fdb914c687a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:18 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '1127' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: b7fb9d0d-e6f3-4cd7-ac5e-8d878d055a6b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:23 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '221' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 2cfed355-222e-4665-a1e9-88d0d9f38e2e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '235' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 6654f2bb-bf40-49f5-8081-bafe12674327 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:34 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '220' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 36ac0ef1-9459-4caf-861f-029bc5720880 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '233' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 1977638f-6494-4fbb-b531-ca09b1a433ef + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:44 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '226' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fe80b730-3265-4a46-8fd8-f7e66ab6df37?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: b72095f2-b6f9-41e7-9917-a707094a461a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:18:50 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '373' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]},{"id":"6","entities":[],"warnings":[]},{"id":"7","entities":[],"warnings":[]},{"id":"8","entities":[],"warnings":[]},{"id":"9","entities":[],"warnings":[]},{"id":"10","entities":[],"warnings":[]},{"id":"11","entities":[],"warnings":[]},{"id":"12","entities":[],"warnings":[]},{"id":"13","entities":[],"warnings":[]},{"id":"14","entities":[],"warnings":[]},{"id":"15","entities":[],"warnings":[]},{"id":"16","entities":[],"warnings":[]},{"id":"17","entities":[],"warnings":[]},{"id":"18","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fe80b730-3265-4a46-8fd8-f7e66ab6df37?$skip=20&$top=5"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello world","id":"0","entities":[],"warnings":[]},{"redactedText":"hello world","id":"1","entities":[],"warnings":[]},{"redactedText":"hello world","id":"2","entities":[],"warnings":[]},{"redactedText":"hello world","id":"3","entities":[],"warnings":[]},{"redactedText":"hello world","id":"4","entities":[],"warnings":[]},{"redactedText":"hello world","id":"5","entities":[],"warnings":[]},{"redactedText":"hello @@ -155,44 +573,44 @@ interactions: world","id":"12","entities":[],"warnings":[]},{"redactedText":"hello world","id":"13","entities":[],"warnings":[]},{"redactedText":"hello world","id":"14","entities":[],"warnings":[]},{"redactedText":"hello world","id":"15","entities":[],"warnings":[]},{"redactedText":"hello world","id":"16","entities":[],"warnings":[]},{"redactedText":"hello world","id":"17","entities":[],"warnings":[]},{"redactedText":"hello - world","id":"18","entities":[],"warnings":[]},{"redactedText":"hello world","id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/8e1848bf-2470-4ad1-ac61-bb9921c92bcc?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/1b097f4b-af71-47ba-8932-4bc19dc42959?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?$skip=20&$top=20"}' + world","id":"18","entities":[],"warnings":[]},{"redactedText":"hello world","id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/7c89f001-4d6b-4fe1-8e09-9ef90c8042d7?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/fb399000-1d0b-4ddf-ab15-f1ec16510e95?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?$skip=20&$top=20"}' headers: - apim-request-id: ad2d7d66-46fc-42e3-bf97-a12a940445c8 + apim-request-id: 022c2555-75c0-4f0c-b253-8ada21999961 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:00:40 GMT + date: Thu, 19 Nov 2020 21:18:56 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '1381' + x-envoy-upstream-service-time: '524' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=True - request: body: null headers: Accept: - application/json, text/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=false&$top=20&$skip=20 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=false&$top=20&$skip=20 response: body: - string: '{"jobId":"d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000","lastUpdateDateTime":"2020-11-13T21:58:03Z","createdDateTime":"2020-11-13T21:58:01Z","expirationDateTime":"2020-11-14T21:58:01Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T21:58:03Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"20","entities":[],"warnings":[]},{"id":"21","entities":[],"warnings":[]},{"id":"22","entities":[],"warnings":[]},{"id":"23","entities":[],"warnings":[]},{"id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + string: '{"jobId":"5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000","lastUpdateDateTime":"2020-11-19T21:16:47Z","createdDateTime":"2020-11-19T21:16:46Z","expirationDateTime":"2020-11-20T21:16:46Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:16:47Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"20","entities":[],"warnings":[]},{"id":"21","entities":[],"warnings":[]},{"id":"22","entities":[],"warnings":[]},{"id":"23","entities":[],"warnings":[]},{"id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello world","id":"20","entities":[],"warnings":[]},{"redactedText":"hello world","id":"21","entities":[],"warnings":[]},{"redactedText":"hello world","id":"22","entities":[],"warnings":[]},{"redactedText":"hello world","id":"23","entities":[],"warnings":[]},{"redactedText":"hello - world","id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T21:58:03.6565728Z","results":{"inTerminalState":true,"documents":[{"id":"20","keyPhrases":["world"],"warnings":[]},{"id":"21","keyPhrases":["world"],"warnings":[]},{"id":"22","keyPhrases":["world"],"warnings":[]},{"id":"23","keyPhrases":["world"],"warnings":[]},{"id":"24","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + world","id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:16:47.7454868Z","results":{"inTerminalState":true,"documents":[{"id":"20","keyPhrases":["world"],"warnings":[]},{"id":"21","keyPhrases":["world"],"warnings":[]},{"id":"22","keyPhrases":["world"],"warnings":[]},{"id":"23","keyPhrases":["world"],"warnings":[]},{"id":"24","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: affac5ce-1a78-453e-87ad-191cc13f0a68 + apim-request-id: 385bdb6d-518b-45e1-8f7e-c7db67778c40 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:00:40 GMT + date: Thu, 19 Nov 2020 21:18:56 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '615' + x-envoy-upstream-service-time: '223' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/d32ebd4b-ea33-4189-b439-ea845525ab63_637408224000000000?showStats=false&$top=20&$skip=20 + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze/jobs/5c4cc74c-924b-4c35-b0e5-8966992915a8_637413408000000000?showStats=false&$top=20&$skip=20 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml index 986b9f363245..febcf2f1f148 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml @@ -30,34 +30,34 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 34a82eb2-9cfb-4a75-8a2f-a3a54749c094 - date: Fri, 13 Nov 2020 22:00:41 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 + apim-request-id: bc9c7590-d616-4f28-8248-b96855ee8f87 + date: Thu, 19 Nov 2020 21:25:24 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '214' + x-envoy-upstream-service-time: '28' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 response: body: - string: '{"jobId":"cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000","lastUpdateDateTime":"2020-11-13T22:00:43Z","createdDateTime":"2020-11-13T22:00:42Z","expirationDateTime":"2020-11-14T22:00:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:00:43Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:24Z","createdDateTime":"2020-11-19T21:25:24Z","expirationDateTime":"2020-11-20T21:25:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:24Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for @@ -97,29 +97,29 @@ interactions: task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/d84db8aa-abf2-4507-bfb1-fcb8e0178bdd?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000?$skip=20&$top=20"}' + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/f161ca67-660e-4a6a-8c62-94de2abb6fc5?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000?$skip=20&$top=20"}' headers: - apim-request-id: 6be00e22-fc03-4086-ba22-1c19e6af75e0 + apim-request-id: 91eef815-1324-4a11-ba80-016665ab9691 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:01:13 GMT + date: Thu, 19 Nov 2020 21:25:29 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '478' + x-envoy-upstream-service-time: '234' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 response: body: - string: '{"jobId":"cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000","lastUpdateDateTime":"2020-11-13T22:00:43Z","createdDateTime":"2020-11-13T22:00:42Z","expirationDateTime":"2020-11-14T22:00:42Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:00:43Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:24Z","createdDateTime":"2020-11-19T21:25:24Z","expirationDateTime":"2020-11-20T21:25:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:24Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for @@ -159,29 +159,29 @@ interactions: task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/d84db8aa-abf2-4507-bfb1-fcb8e0178bdd?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000?$skip=20&$top=20"}' + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/f161ca67-660e-4a6a-8c62-94de2abb6fc5?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000?$skip=20&$top=20"}' headers: - apim-request-id: 8fe0a564-9153-4ec8-91ea-adcd1570c654 + apim-request-id: 676febe7-cd08-4cce-8252-34f59054d49d content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:01:45 GMT + date: Thu, 19 Nov 2020 21:25:34 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '659' + x-envoy-upstream-service-time: '221' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 response: body: - string: '{"jobId":"cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000","lastUpdateDateTime":"2020-11-13T22:00:43Z","createdDateTime":"2020-11-13T22:00:42Z","expirationDateTime":"2020-11-14T22:00:42Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:00:43Z"},"completed":2,"failed":1,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:24Z","createdDateTime":"2020-11-19T21:25:24Z","expirationDateTime":"2020-11-20T21:25:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:24Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for @@ -221,7 +221,689 @@ interactions: task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/f161ca67-660e-4a6a-8c62-94de2abb6fc5?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: fef34d70-4b6d-49a9-87ea-05b3e0246122 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '220' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 + response: + body: + string: '{"jobId":"6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:24Z","createdDateTime":"2020-11-19T21:25:24Z","expirationDateTime":"2020-11-20T21:25:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:24Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"2","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"3","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"4","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"5","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"6","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"7","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"8","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"9","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"10","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"11","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"12","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"13","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"14","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"15","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"16","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"17","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"18","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/f161ca67-660e-4a6a-8c62-94de2abb6fc5?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: fa98845e-41f1-4ab9-904d-fca31317c663 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:44 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '242' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 + response: + body: + string: '{"jobId":"6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:24Z","createdDateTime":"2020-11-19T21:25:24Z","expirationDateTime":"2020-11-20T21:25:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:24Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"2","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"3","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"4","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"5","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"6","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"7","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"8","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"9","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"10","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"11","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"12","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"13","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"14","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"15","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"16","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"17","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"18","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/f161ca67-660e-4a6a-8c62-94de2abb6fc5?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 087c3841-bdb7-4c4f-ad25-f5e5401bba5f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:51 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '203' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 + response: + body: + string: '{"jobId":"6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:24Z","createdDateTime":"2020-11-19T21:25:24Z","expirationDateTime":"2020-11-20T21:25:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:24Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"2","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"3","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"4","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"5","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"6","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"7","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"8","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"9","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"10","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"11","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"12","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"13","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"14","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"15","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"16","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"17","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"18","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/f161ca67-660e-4a6a-8c62-94de2abb6fc5?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 1119ddad-6605-4bef-9a70-f6bca0637bb6 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:56 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '211' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 + response: + body: + string: '{"jobId":"6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:24Z","createdDateTime":"2020-11-19T21:25:24Z","expirationDateTime":"2020-11-20T21:25:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:24Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"2","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"3","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"4","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"5","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"6","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"7","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"8","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"9","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"10","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"11","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"12","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"13","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"14","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"15","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"16","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"17","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"18","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/f161ca67-660e-4a6a-8c62-94de2abb6fc5?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 75887367-fec0-4959-b4e0-59698d2de438 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:01 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '208' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 + response: + body: + string: '{"jobId":"6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:24Z","createdDateTime":"2020-11-19T21:25:24Z","expirationDateTime":"2020-11-20T21:25:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:24Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"2","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"3","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"4","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"5","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"6","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"7","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"8","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"9","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"10","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"11","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"12","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"13","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"14","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"15","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"16","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"17","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"18","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/f161ca67-660e-4a6a-8c62-94de2abb6fc5?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 5b2aeb40-e9a8-4b23-9e71-f56cf22ae550 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:06 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '217' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 + response: + body: + string: '{"jobId":"6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:24Z","createdDateTime":"2020-11-19T21:25:24Z","expirationDateTime":"2020-11-20T21:25:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:24Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"2","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"3","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"4","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"5","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"6","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"7","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"8","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"9","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"10","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"11","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"12","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"13","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"14","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"15","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"16","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"17","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"18","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/f161ca67-660e-4a6a-8c62-94de2abb6fc5?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 75ebcc3c-9b57-4725-9de6-09ae0856e2d2 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:12 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '183' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 + response: + body: + string: '{"jobId":"6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:24Z","createdDateTime":"2020-11-19T21:25:24Z","expirationDateTime":"2020-11-20T21:25:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:24Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"2","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"3","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"4","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"5","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"6","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"7","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"8","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"9","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"10","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"11","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"12","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"13","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"14","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"15","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"16","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"17","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"18","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/f161ca67-660e-4a6a-8c62-94de2abb6fc5?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 57f385ef-1862-4850-a438-9f16da3c565b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '220' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 + response: + body: + string: '{"jobId":"6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:24Z","createdDateTime":"2020-11-19T21:25:24Z","expirationDateTime":"2020-11-20T21:25:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:24Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"2","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"3","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"4","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"5","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"6","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"7","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"8","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"9","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"10","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"11","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"12","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"13","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"14","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"15","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"16","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"17","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"18","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/f161ca67-660e-4a6a-8c62-94de2abb6fc5?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: e9d4be13-c71e-4849-89a6-a48258758808 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:22 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '201' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 + response: + body: + string: '{"jobId":"6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:24Z","createdDateTime":"2020-11-19T21:25:24Z","expirationDateTime":"2020-11-20T21:25:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:24Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"2","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"3","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"4","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"5","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"6","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"7","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"8","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"9","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"10","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"11","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"12","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"13","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"14","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"15","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"16","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"17","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"18","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/f161ca67-660e-4a6a-8c62-94de2abb6fc5?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: 1e8c2676-b4ad-4f4f-8063-7a76b1fd0fdb + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '234' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 + response: + body: + string: '{"jobId":"6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:24Z","createdDateTime":"2020-11-19T21:25:24Z","expirationDateTime":"2020-11-20T21:25:24Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:24Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"2","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"3","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"4","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"5","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"6","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"7","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"8","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"9","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"10","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"11","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"12","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"13","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"14","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"15","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"16","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"17","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"18","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/f161ca67-660e-4a6a-8c62-94de2abb6fc5?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000?$skip=20&$top=20"}' + headers: + apim-request-id: b8934d37-3c95-4789-8519-78b73f17cc09 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:33 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '207' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 + response: + body: + string: '{"jobId":"6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:24Z","createdDateTime":"2020-11-19T21:25:24Z","expirationDateTime":"2020-11-20T21:25:24Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:24Z"},"completed":2,"failed":1,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"2","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"3","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"4","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"5","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"6","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"7","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"8","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"9","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"10","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"11","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"12","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"13","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"14","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"15","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"16","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"17","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"18","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello world","id":"0","entities":[],"warnings":[]},{"redactedText":"hello world","id":"1","entities":[],"warnings":[]},{"redactedText":"hello world","id":"2","entities":[],"warnings":[]},{"redactedText":"hello world","id":"3","entities":[],"warnings":[]},{"redactedText":"hello world","id":"4","entities":[],"warnings":[]},{"redactedText":"hello world","id":"5","entities":[],"warnings":[]},{"redactedText":"hello @@ -231,31 +913,31 @@ interactions: world","id":"12","entities":[],"warnings":[]},{"redactedText":"hello world","id":"13","entities":[],"warnings":[]},{"redactedText":"hello world","id":"14","entities":[],"warnings":[]},{"redactedText":"hello world","id":"15","entities":[],"warnings":[]},{"redactedText":"hello world","id":"16","entities":[],"warnings":[]},{"redactedText":"hello world","id":"17","entities":[],"warnings":[]},{"redactedText":"hello - world","id":"18","entities":[],"warnings":[]},{"redactedText":"hello world","id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/80b62a72-ec92-461e-a32f-18b523a53d1f?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/d84db8aa-abf2-4507-bfb1-fcb8e0178bdd?$skip=20&$top=5"}}]},"@nextLink":"https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000?$skip=20&$top=20"}' + world","id":"18","entities":[],"warnings":[]},{"redactedText":"hello world","id":"19","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/6d9cc2f6-e0d7-418c-8e0a-87525900a4a5?$skip=20&$top=5"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["world"],"warnings":[]},{"id":"1","keyPhrases":["world"],"warnings":[]},{"id":"2","keyPhrases":["world"],"warnings":[]},{"id":"3","keyPhrases":["world"],"warnings":[]},{"id":"4","keyPhrases":["world"],"warnings":[]},{"id":"5","keyPhrases":["world"],"warnings":[]},{"id":"6","keyPhrases":["world"],"warnings":[]},{"id":"7","keyPhrases":["world"],"warnings":[]},{"id":"8","keyPhrases":["world"],"warnings":[]},{"id":"9","keyPhrases":["world"],"warnings":[]},{"id":"10","keyPhrases":["world"],"warnings":[]},{"id":"11","keyPhrases":["world"],"warnings":[]},{"id":"12","keyPhrases":["world"],"warnings":[]},{"id":"13","keyPhrases":["world"],"warnings":[]},{"id":"14","keyPhrases":["world"],"warnings":[]},{"id":"15","keyPhrases":["world"],"warnings":[]},{"id":"16","keyPhrases":["world"],"warnings":[]},{"id":"17","keyPhrases":["world"],"warnings":[]},{"id":"18","keyPhrases":["world"],"warnings":[]},{"id":"19","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01","@nextLink":"http://svc--textanalyticsdispatcher.text-analytics.svc.cluster.local/text/analytics/v3.1-preview.3/jobs/f161ca67-660e-4a6a-8c62-94de2abb6fc5?$skip=20&$top=5"}}]},"@nextLink":"https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000?$skip=20&$top=20"}' headers: - apim-request-id: dfc8f1b3-cf07-4e25-b899-e96ddd603318 + apim-request-id: 5f31d6c4-c5f7-4b1e-8a07-f3b99879148b content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:02:17 GMT + date: Thu, 19 Nov 2020 21:26:38 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '798' + x-envoy-upstream-service-time: '365' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000 - request: body: null headers: Accept: - application/json, text/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000?showStats=false&$top=20&$skip=20 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000?showStats=false&$top=20&$skip=20 response: body: - string: '{"jobId":"cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000","lastUpdateDateTime":"2020-11-13T22:00:43Z","createdDateTime":"2020-11-13T22:00:42Z","expirationDateTime":"2020-11-14T22:00:42Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:00:43Z"},"completed":2,"failed":1,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"20","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000","lastUpdateDateTime":"2020-11-19T21:25:24Z","createdDateTime":"2020-11-19T21:25:24Z","expirationDateTime":"2020-11-20T21:25:24Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:25:24Z"},"completed":2,"failed":1,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"20","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"21","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for @@ -265,20 +947,20 @@ interactions: task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"24","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[{"redactedText":"hello world","id":"20","entities":[],"warnings":[]},{"redactedText":"hello world","id":"21","entities":[],"warnings":[]},{"redactedText":"hello world","id":"22","entities":[],"warnings":[]},{"redactedText":"hello world","id":"23","entities":[],"warnings":[]},{"redactedText":"hello - world","id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:00:43.7573243Z","results":{"inTerminalState":true,"documents":[{"id":"20","keyPhrases":["world"],"warnings":[]},{"id":"21","keyPhrases":["world"],"warnings":[]},{"id":"22","keyPhrases":["world"],"warnings":[]},{"id":"23","keyPhrases":["world"],"warnings":[]},{"id":"24","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + world","id":"24","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:25:24.922159Z","results":{"inTerminalState":true,"documents":[{"id":"20","keyPhrases":["world"],"warnings":[]},{"id":"21","keyPhrases":["world"],"warnings":[]},{"id":"22","keyPhrases":["world"],"warnings":[]},{"id":"23","keyPhrases":["world"],"warnings":[]},{"id":"24","keyPhrases":["world"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: f5dc4cf7-be00-4371-ae7a-e6824d3d7d32 + apim-request-id: cf8f45ba-5152-4578-8374-e13b5c43d424 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:02:18 GMT + date: Thu, 19 Nov 2020 21:26:40 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: '169' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cfdc0be1-bb02-4fd6-868c-2ee7267f95c9_637408224000000000?showStats=false&$top=20&$skip=20 + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze/jobs/6d2977fe-9c47-40ed-ba92-bab731e8c0be_637413408000000000?showStats=false&$top=20&$skip=20 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_out_of_order_ids_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_out_of_order_ids_multiple_tasks.yaml index 209d86674ebe..3d75ba08a642 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_out_of_order_ids_multiple_tasks.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_out_of_order_ids_multiple_tasks.yaml @@ -15,34 +15,34 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 8bccf0a1-c3c5-4d3f-ad10-a145d0ae667e - date: Fri, 13 Nov 2020 22:02:19 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 + apim-request-id: 1fb70d6a-f858-4628-bb84-da0f07203703 + date: Thu, 19 Nov 2020 21:27:48 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '265' + x-envoy-upstream-service-time: '46' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 response: body: - string: '{"jobId":"2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000","lastUpdateDateTime":"2020-11-13T22:02:20Z","createdDateTime":"2020-11-13T22:02:19Z","expirationDateTime":"2020-11-14T22:02:19Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:02:20Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for @@ -50,11 +50,431 @@ interactions: task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 85c8d29f-b0c2-42fd-8c51-b905eb48dd0b + apim-request-id: cedd5775-2edd-4282-a505-86139027a4a6 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:02:50 GMT + date: Thu, 19 Nov 2020 21:27:53 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '100' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 69de42e2-7de8-4e52-a1d4-962a977154e5 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:58 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '98' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: dd2188e7-a9e3-415e-ae14-dc046ef2f1ec + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:03 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '115' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 13bdfd6e-f2d2-4544-a0f5-fd9ed0792f13 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:08 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '86' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: e59f5588-2d39-46a9-b1e8-8a76ebc395c3 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:14 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '103' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: a39d9bdf-09e3-4e32-a445-0a6163c949ac + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:19 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '156' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 133a2c0b-451a-4159-9d44-8202124feb4c + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:24 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '168' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6f97d1b4-0f9d-4341-8598-ab912222452c + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:29 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '107' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 2e74c0a3-c332-49a2-b9d2-bd84b84a041f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:35 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '191' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 47d7f6f5-68b7-4b89-a129-fe184e04e589 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '108' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0119d4ac-9849-4b1d-801b-1f07b150491d + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:45 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '103' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 95294428-7a53-4712-9b17-d63604805f04 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:50 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '118' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d67fab11-cccd-4434-b865-c85647d170d1 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:56 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '97' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: e4dd8d01-6348-4703-b374-165e413b68a1 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:01 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '143' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6843df9f-ff70-4c5e-81cd-4283ef0ad2ba + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:06 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -62,17 +482,257 @@ interactions: status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 4321eccb-a149-43d4-b5ad-7188a05a57d0 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:11 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '115' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c5eb0d1b-93d8-4934-86b7-66594abe4bce + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '97' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 7b6c931a-35ca-4ffa-b100-184db4d4547d + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:22 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '102' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: dc900a61-7892-439e-8545-beed1f8ec04d + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:27 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '139' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 42be7e69-5541-476a-91f2-980fb9c4e569 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:32 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '122' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 80d7b0d1-981a-4bc2-867e-0fbd312e3d30 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:37 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '99' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0542cd89-c93d-4f59-9ac6-50801978488d + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:42 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '88' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 + response: + body: + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"19","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job + task parameter value bad is not supported for model-version parameter for + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: bc009cbd-18b4-4361-aa1f-e5c76f6087ee + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:47 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '243' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 response: body: - string: '{"jobId":"2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000","lastUpdateDateTime":"2020-11-13T22:02:20Z","createdDateTime":"2020-11-13T22:02:19Z","expirationDateTime":"2020-11-14T22:02:19Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:02:20Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":1,"failed":1,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for @@ -80,29 +740,29 @@ interactions: task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 75f2f8a1-86b5-407e-8b03-9fa206f7970c + apim-request-id: 499b7f9b-7c7b-4336-abe3-304ccb828cb2 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:03:21 GMT + date: Thu, 19 Nov 2020 21:29:53 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '294' + x-envoy-upstream-service-time: '100' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 response: body: - string: '{"jobId":"2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000","lastUpdateDateTime":"2020-11-13T22:02:20Z","createdDateTime":"2020-11-13T22:02:19Z","expirationDateTime":"2020-11-14T22:02:19Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:02:20Z"},"completed":2,"failed":1,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job + string: '{"jobId":"4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:27:49Z","createdDateTime":"2020-11-19T21:27:48Z","expirationDateTime":"2020-11-20T21:27:48Z","status":"partiallySucceeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:27:49Z"},"completed":2,"failed":1,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[],"errors":[{"id":"56","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"0","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for @@ -110,17 +770,17 @@ interactions: task parameter value bad is not supported for model-version parameter for job task type NamedEntityRecognition. Supported values latest,2020-04-01."}},{"id":"1","error":{"code":"InvalidRequest","message":"Job task parameter value bad is not supported for model-version parameter for - job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:02:20.3534679Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + job task type NamedEntityRecognition. Supported values latest,2020-04-01."}}],"modelVersion":""}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:27:49.0266441Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 9c534447-a367-4426-be9d-f45b37a34179 + apim-request-id: 65dc7d8d-938c-4946-bb85-f0c5705de5a6 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:03:53 GMT + date: Thu, 19 Nov 2020 21:29:58 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '431' + x-envoy-upstream-service-time: '168' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ee9c72a-7e67-4354-b1c9-fa09cdd49824_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/4a512234-e641-42d2-9bdc-a32ff61d26e9_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_output_same_order_as_input_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_output_same_order_as_input_multiple_tasks.yaml index 92e3cb0943fd..869ffc011ea7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_output_same_order_as_input_multiple_tasks.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_output_same_order_as_input_multiple_tasks.yaml @@ -16,132 +16,572 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: f0a74c4d-3649-4ba1-9f72-cb3646355115 - date: Fri, 13 Nov 2020 22:03:54 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + apim-request-id: 01cf64cb-736c-469a-a103-b9808daa8ac8 + date: Thu, 19 Nov 2020 21:21:41 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 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: '33' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 response: body: - string: '{"jobId":"cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000","lastUpdateDateTime":"2020-11-13T22:03:55Z","createdDateTime":"2020-11-13T22:03:54Z","expirationDateTime":"2020-11-14T22:03:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:03:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 30f2488d-af6e-4225-ac25-1858edabd9f7 + apim-request-id: cb193027-763b-4f02-b762-cfb30a0ee4b8 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:04:25 GMT + date: Thu, 19 Nov 2020 21:21:46 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '362' + x-envoy-upstream-service-time: '128' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 response: body: - string: '{"jobId":"cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000","lastUpdateDateTime":"2020-11-13T22:03:55Z","createdDateTime":"2020-11-13T22:03:54Z","expirationDateTime":"2020-11-14T22:03:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:03:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 6a7fe0dd-17d7-4a7d-aeb8-f2431687e5cb + apim-request-id: ec7f03d6-f505-41d5-ad7e-79cf1abd5039 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:04:56 GMT + date: Thu, 19 Nov 2020 21:21:51 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '446' + x-envoy-upstream-service-time: '137' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 response: body: - string: '{"jobId":"cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000","lastUpdateDateTime":"2020-11-13T22:03:55Z","createdDateTime":"2020-11-13T22:03:54Z","expirationDateTime":"2020-11-14T22:03:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:03:55Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: d8ea6bd5-b004-48b0-9dd2-9bd4418822d5 + apim-request-id: bc34f5f4-54a1-4aec-924e-f561c69e67e7 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:05:27 GMT + date: Thu, 19 Nov 2020 21:21:56 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '420' + x-envoy-upstream-service-time: '169' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 response: body: - string: '{"jobId":"cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000","lastUpdateDateTime":"2020-11-13T22:03:55Z","createdDateTime":"2020-11-13T22:03:54Z","expirationDateTime":"2020-11-14T22:03:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:03:55Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 0a2e5a3f-4975-42a9-b991-f730e5d8071b + apim-request-id: 7fc4dda8-71c9-4657-b9fc-6a885f421211 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:05:58 GMT + date: Thu, 19 Nov 2020 21:22:02 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '422' + x-envoy-upstream-service-time: '119' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 response: body: - string: '{"jobId":"cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000","lastUpdateDateTime":"2020-11-13T22:03:55Z","createdDateTime":"2020-11-13T22:03:54Z","expirationDateTime":"2020-11-14T22:03:54Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:03:55Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"redactedText":"one","id":"1","entities":[],"warnings":[]},{"redactedText":"two","id":"2","entities":[],"warnings":[]},{"redactedText":"three","id":"3","entities":[],"warnings":[]},{"redactedText":"four","id":"4","entities":[],"warnings":[]},{"redactedText":"five","id":"5","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:03:55.1410916Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 1d1ab82d-1d56-46ea-99db-f559b1d961d1 + apim-request-id: 08e3cdd5-e9f2-4972-8fb2-a8dc12ab17f1 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:06:30 GMT + date: Thu, 19 Nov 2020 21:22:07 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '644' + x-envoy-upstream-service-time: '128' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/cee85e49-dfc7-437f-93d4-9d75da94ec68_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: eee2c732-b8d4-4d82-87c5-8a74a26981da + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:12 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '193' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: ef86b1b4-6399-46e3-a234-64d0d61cba20 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:18 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '118' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 5cfd9d30-05fa-47cc-bbc4-2fcf45e3ca66 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:23 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '118' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 46e0111b-b268-487d-842e-fce6cac748f5 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '129' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f180755c-8142-49da-aab9-f622ddb96ce2 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:33 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '124' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 3b3f1576-85b1-49db-8311-0c87ab0db060 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:38 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '147' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: b133e803-c714-4f7c-8f7f-2280ce5c4d4b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '161' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: b3fe0bfe-4391-40eb-ba4e-6b95889567cd + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:49 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '165' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1e323365-42ce-43b9-83dc-228907e50d71 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:54 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '196' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1b17bf89-bf3c-4982-a8b4-07e6ad2b45ba + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:59 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '203' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1691a576-4bba-417f-bdd4-057ed3e86ad3 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:05 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '221' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 92c5b2b8-6122-4fe8-9f5c-f0b21fe72f34 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:10 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '200' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 4745f4c5-af9d-4d80-9050-d3343a357722 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:15 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '202' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c0f57d69-b326-4291-8d4f-40ecbddf3387 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:21 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '166' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d3e4c345-638d-4721-ac61-71bb35d0ed3e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:26 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '176' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f29b24c0-f6d1-4cd4-8b98-4f9352f54ba0 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:32 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '172' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d5524350-56d1-4601-b462-89f2d00222a2 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '183' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: fd5025ae-7ddf-4749-9754-0c244cf5549e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:42 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '192' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c364ba06-9009-49d3-a13e-c5c3591a0b84 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:47 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '174' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 + response: + body: + string: '{"jobId":"0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000","lastUpdateDateTime":"2020-11-19T21:21:42Z","createdDateTime":"2020-11-19T21:21:41Z","expirationDateTime":"2020-11-20T21:21:41Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:21:42Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"redactedText":"one","id":"1","entities":[],"warnings":[]},{"redactedText":"two","id":"2","entities":[],"warnings":[]},{"redactedText":"three","id":"3","entities":[],"warnings":[]},{"redactedText":"four","id":"4","entities":[],"warnings":[]},{"redactedText":"five","id":"5","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:21:42.1698954Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 05a25783-3a68-41ad-af74-2d6d72ba8786 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:53 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '325' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0328b807-ddc3-47ea-99ae-8230532e8443_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_pass_cls.yaml index 569cfaa1d15b..935224ac9cea 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_pass_cls.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_pass_cls.yaml @@ -14,133 +14,331 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 38e7e53e-4e22-4906-8d59-f5f7d0129b46 - date: Fri, 13 Nov 2020 22:06:31 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + apim-request-id: 5c632529-3d96-41da-aa58-b914338e7e33 + date: Thu, 19 Nov 2020 21:18:57 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '259' + x-envoy-upstream-service-time: '49' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 response: body: - string: '{"jobId":"400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000","lastUpdateDateTime":"2020-11-13T22:06:32Z","createdDateTime":"2020-11-13T22:06:31Z","expirationDateTime":"2020-11-14T22:06:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:06:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:58Z","createdDateTime":"2020-11-19T21:18:58Z","expirationDateTime":"2020-11-20T21:18:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:58.7655447Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: a0e0b54a-e005-4097-95da-85cc997087cb + apim-request-id: d6ff79cc-4f60-453f-8055-71ffb33126fc content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:07:02 GMT + date: Thu, 19 Nov 2020 21:19:03 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: '150' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 response: body: - string: '{"jobId":"400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000","lastUpdateDateTime":"2020-11-13T22:06:32Z","createdDateTime":"2020-11-13T22:06:31Z","expirationDateTime":"2020-11-14T22:06:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:06:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:58Z","createdDateTime":"2020-11-19T21:18:58Z","expirationDateTime":"2020-11-20T21:18:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:58.7655447Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 15403093-5061-485b-9e0a-689e4b62740f + apim-request-id: c2d788e7-1db4-48d0-b225-52ea4f976ddd content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:07:34 GMT + date: Thu, 19 Nov 2020 21:19:08 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '323' + x-envoy-upstream-service-time: '100' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 response: body: - string: '{"jobId":"400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000","lastUpdateDateTime":"2020-11-13T22:06:32Z","createdDateTime":"2020-11-13T22:06:31Z","expirationDateTime":"2020-11-14T22:06:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:06:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:58Z","createdDateTime":"2020-11-19T21:18:58Z","expirationDateTime":"2020-11-20T21:18:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:58.7655447Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 6f34a216-04e9-401f-99c0-14662c9ac186 + apim-request-id: 87457f41-8b2b-43f7-b475-4c7b98385b0d content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:08:05 GMT + date: Thu, 19 Nov 2020 21:19:13 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '217' + x-envoy-upstream-service-time: '125' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 response: body: - string: '{"jobId":"400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000","lastUpdateDateTime":"2020-11-13T22:06:32Z","createdDateTime":"2020-11-13T22:06:31Z","expirationDateTime":"2020-11-14T22:06:31Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:06:32Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:58Z","createdDateTime":"2020-11-19T21:18:58Z","expirationDateTime":"2020-11-20T21:18:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:58.7655447Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 8fe237e8-049d-4e86-b19b-5d71a1cf8cf4 + apim-request-id: 6bec00e1-bfe5-43e9-8e01-929e9ad673a2 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:08:35 GMT + date: Thu, 19 Nov 2020 21:19:18 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '367' + x-envoy-upstream-service-time: '98' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 response: body: - string: '{"jobId":"400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000","lastUpdateDateTime":"2020-11-13T22:06:32Z","createdDateTime":"2020-11-13T22:06:31Z","expirationDateTime":"2020-11-14T22:06:31Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:06:32Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"redactedText":"Test - passing cls to endpoint","id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:06:32.5608185Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:58Z","createdDateTime":"2020-11-19T21:18:58Z","expirationDateTime":"2020-11-20T21:18:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:58.7655447Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 25e5dbd7-a839-4317-9dd7-fb46aa633235 + apim-request-id: 0239b9d2-6940-4948-a565-02b0d0939301 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:09:07 GMT + date: Thu, 19 Nov 2020 21:19:23 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '480' + x-envoy-upstream-service-time: '100' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/400c3db0-111b-402b-b8d9-3f3a6080e8ef_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 + response: + body: + string: '{"jobId":"93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:58Z","createdDateTime":"2020-11-19T21:18:58Z","expirationDateTime":"2020-11-20T21:18:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:58.7655447Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 55487d60-2005-4447-8401-a0aedccfcff8 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '144' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 + response: + body: + string: '{"jobId":"93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:58Z","createdDateTime":"2020-11-19T21:18:58Z","expirationDateTime":"2020-11-20T21:18:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:58.7655447Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 07b0dfb5-de0b-4360-ac29-54a6ab1e0ac8 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:34 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '101' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 + response: + body: + string: '{"jobId":"93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:58Z","createdDateTime":"2020-11-19T21:18:58Z","expirationDateTime":"2020-11-20T21:18:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:58.7655447Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: bf9fcba7-f1fd-4591-9751-df9e127d3216 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '91' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 + response: + body: + string: '{"jobId":"93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:58Z","createdDateTime":"2020-11-19T21:18:58Z","expirationDateTime":"2020-11-20T21:18:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:58.7655447Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 8a9d44e5-f543-4e4e-8dc6-91e1f9c0d574 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:45 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '92' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 + response: + body: + string: '{"jobId":"93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:58Z","createdDateTime":"2020-11-19T21:18:58Z","expirationDateTime":"2020-11-20T21:18:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:58.7655447Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 975b341d-14be-4d0f-adcb-d6ff400ba312 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:50 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '90' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 + response: + body: + string: '{"jobId":"93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:58Z","createdDateTime":"2020-11-19T21:18:58Z","expirationDateTime":"2020-11-20T21:18:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:58.7655447Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 59a7d2e8-bfad-407b-8d5c-6f8f42cdbca6 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:19:55 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '93' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 + response: + body: + string: '{"jobId":"93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:58Z","createdDateTime":"2020-11-19T21:18:58Z","expirationDateTime":"2020-11-20T21:18:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:58.7655447Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1813d264-9437-46da-9ce5-fa10325e6ca3 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:00 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '102' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 + response: + body: + string: '{"jobId":"93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:58Z","createdDateTime":"2020-11-19T21:18:58Z","expirationDateTime":"2020-11-20T21:18:58Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:58.7655447Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d9eeaa9c-6058-4e85-ba39-61938c906031 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:05 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '98' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 + response: + body: + string: '{"jobId":"93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:18:58Z","createdDateTime":"2020-11-19T21:18:58Z","expirationDateTime":"2020-11-20T21:18:58Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:18:58Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:58.7655447Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:58.7655447Z","results":{"inTerminalState":true,"documents":[{"redactedText":"Test + passing cls to endpoint","id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:18:58.7655447Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 53dca230-80e5-45f1-9b71-b7e97c3c72e8 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:10 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '137' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/93f2bf54-f891-4737-9f5f-43555f0733f6_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_entities_task.yaml index 87c8c70fb1f4..ede7a03cee34 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_entities_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_entities_task.yaml @@ -16,122 +16,342 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 1d26c539-00ac-44b4-9741-dc646e064e47 - date: Fri, 13 Nov 2020 22:09:08 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + apim-request-id: 10d3bbc9-e00b-4f51-b1fd-7c82ad57d206 + date: Thu, 19 Nov 2020 21:23:19 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 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: '13098' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 response: body: - string: '{"jobId":"89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:09:08Z","createdDateTime":"2020-11-13T22:09:08Z","expirationDateTime":"2020-11-14T22:09:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:09:08Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:20Z","createdDateTime":"2020-11-19T21:23:06Z","expirationDateTime":"2020-11-20T21:23:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:20Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: 66bb6550-38fc-457f-a2d9-ba40fa9e3e69 + apim-request-id: b5f08872-9190-4be8-b912-3f7cdcaaf244 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:09:38 GMT + date: Thu, 19 Nov 2020 21:23:23 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: '34' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 response: body: - string: '{"jobId":"89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:09:08Z","createdDateTime":"2020-11-13T22:09:08Z","expirationDateTime":"2020-11-14T22:09:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:09:08Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:20Z","createdDateTime":"2020-11-19T21:23:06Z","expirationDateTime":"2020-11-20T21:23:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:20Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: 9e711dd5-3aba-4a06-a1f1-a83e26044e19 + apim-request-id: 358c8154-2e47-44f9-9dbd-c9756f2dcfcf content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:10:09 GMT + date: Thu, 19 Nov 2020 21:23:28 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '220' + x-envoy-upstream-service-time: '35' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 response: body: - string: '{"jobId":"89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:09:08Z","createdDateTime":"2020-11-13T22:09:08Z","expirationDateTime":"2020-11-14T22:09:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:09:08Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:20Z","createdDateTime":"2020-11-19T21:23:06Z","expirationDateTime":"2020-11-20T21:23:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:20Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: ee091cfd-b866-43dd-9908-31be85f0fc54 + apim-request-id: 78041022-e481-497b-9532-5759fc155fe7 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:10:41 GMT + date: Thu, 19 Nov 2020 21:23:34 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: '36' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 response: body: - string: '{"jobId":"89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:09:08Z","createdDateTime":"2020-11-13T22:09:08Z","expirationDateTime":"2020-11-14T22:09:08Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:09:08Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:20Z","createdDateTime":"2020-11-19T21:23:06Z","expirationDateTime":"2020-11-20T21:23:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:20Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: fe0e1c43-fb12-4529-ae5e-f4429f3a8d0a + apim-request-id: 42a2da0e-dc4f-43b1-9da8-bc4829b72ffc content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:11:12 GMT + date: Thu, 19 Nov 2020 21:23:39 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: '34' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 response: body: - string: '{"jobId":"89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:09:08Z","createdDateTime":"2020-11-13T22:09:08Z","expirationDateTime":"2020-11-14T22:09:08Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:09:08Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:09:08.9715436Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.81},{"text":"Bill + string: '{"jobId":"1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:20Z","createdDateTime":"2020-11-19T21:23:06Z","expirationDateTime":"2020-11-20T21:23:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:20Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: a6f67773-8dca-4135-a909-41bac8198987 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:44 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '34' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 + response: + body: + string: '{"jobId":"1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:20Z","createdDateTime":"2020-11-19T21:23:06Z","expirationDateTime":"2020-11-20T21:23:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:20Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 177e66d6-426e-4d42-8324-204878ff9043 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:49 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '31' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 + response: + body: + string: '{"jobId":"1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:20Z","createdDateTime":"2020-11-19T21:23:06Z","expirationDateTime":"2020-11-20T21:23:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:20Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 58c76db0-d16e-4df7-a1a9-49dae4ae5cea + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:54 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '44' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 + response: + body: + string: '{"jobId":"1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:20Z","createdDateTime":"2020-11-19T21:23:06Z","expirationDateTime":"2020-11-20T21:23:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:20Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 125e9336-c3f0-4299-a281-1f3e2668546d + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:59 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '33' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 + response: + body: + string: '{"jobId":"1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:20Z","createdDateTime":"2020-11-19T21:23:06Z","expirationDateTime":"2020-11-20T21:23:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:20Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: b6fa6f70-172d-4653-b365-2bb9be89069e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:05 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '48' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 + response: + body: + string: '{"jobId":"1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:20Z","createdDateTime":"2020-11-19T21:23:06Z","expirationDateTime":"2020-11-20T21:23:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:20Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: c433e7e7-be83-4428-97cb-feafb620467d + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:10 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '35' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 + response: + body: + string: '{"jobId":"1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:20Z","createdDateTime":"2020-11-19T21:23:06Z","expirationDateTime":"2020-11-20T21:23:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:20Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 04573615-e019-4d9f-a113-f5ba2f780b9a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:14 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '35' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 + response: + body: + string: '{"jobId":"1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:20Z","createdDateTime":"2020-11-19T21:23:06Z","expirationDateTime":"2020-11-20T21:23:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:20Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 54d1c0c8-11ba-4fb4-b022-01eaa4ba8e9c + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:20 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '39' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 + response: + body: + string: '{"jobId":"1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:20Z","createdDateTime":"2020-11-19T21:23:06Z","expirationDateTime":"2020-11-20T21:23:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:20Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 612ef55c-8d96-412c-b64c-93b915f5bd44 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:25 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '39' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 + response: + body: + string: '{"jobId":"1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:20Z","createdDateTime":"2020-11-19T21:23:06Z","expirationDateTime":"2020-11-20T21:23:06Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:20Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 00fdc2f3-2faa-4455-afb4-fd5e8db08db5 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '40' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 + response: + body: + string: '{"jobId":"1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:20Z","createdDateTime":"2020-11-19T21:23:06Z","expirationDateTime":"2020-11-20T21:23:06Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:20Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:20.1457577Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.81},{"text":"Bill Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.83},{"text":"Paul Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.87},{"text":"April 4, 1975","category":"DateTime","subcategory":"Date","offset":54,"length":13,"confidenceScore":0.8}],"warnings":[]},{"id":"1","entities":[{"text":"4","category":"Quantity","subcategory":"Number","offset":53,"length":1,"confidenceScore":0.8},{"text":"1975","category":"DateTime","subcategory":"DateRange","offset":67,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"4","category":"Quantity","subcategory":"Number","offset":19,"length":1,"confidenceScore":0.8},{"text":"April @@ -139,15 +359,15 @@ interactions: Bill Gates","category":"Person","offset":33,"length":14,"confidenceScore":0.59},{"text":"Paul Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.63}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}]}}' headers: - apim-request-id: f475871c-77c4-40c9-9951-63eef932fc79 + apim-request-id: eb717520-a1f5-4158-918f-8f0bc3431a17 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:11:43 GMT + date: Thu, 19 Nov 2020 21:24:36 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: '67' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/89ba4714-e551-44ec-848d-ae56a5531e34_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/1932d190-7e30-4c73-8904-505f893e3e55_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_key_phrase_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_key_phrase_task.yaml index 4650b843e1a2..4ea1af3a48ab 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_key_phrase_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_key_phrase_task.yaml @@ -13,46 +13,46 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: cf7f1e97-0f2f-408a-9a1e-457cdcc79e1a - date: Fri, 13 Nov 2020 22:11:43 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27e7f98d-7b99-4f54-9b90-efe70a67356f_637408224000000000 + apim-request-id: 698262e4-c876-4939-9591-558100ddf474 + date: Thu, 19 Nov 2020 21:19:53 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/593dda6e-00ca-4c4d-abec-0fc3fc32b8f9_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '127' + x-envoy-upstream-service-time: '31' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27e7f98d-7b99-4f54-9b90-efe70a67356f_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/593dda6e-00ca-4c4d-abec-0fc3fc32b8f9_637413408000000000 response: body: - string: '{"jobId":"27e7f98d-7b99-4f54-9b90-efe70a67356f_637408224000000000","lastUpdateDateTime":"2020-11-13T22:11:44Z","createdDateTime":"2020-11-13T22:11:44Z","expirationDateTime":"2020-11-14T22:11:44Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:11:44Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:11:44.7381834Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Bill + string: '{"jobId":"593dda6e-00ca-4c4d-abec-0fc3fc32b8f9_637413408000000000","lastUpdateDateTime":"2020-11-19T21:19:54Z","createdDateTime":"2020-11-19T21:19:53Z","expirationDateTime":"2020-11-20T21:19:53Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:19:54Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:19:54.0468893Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"1","keyPhrases":["Microsoft fue fundado por Bill Gates y Paul Allen"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 39bc0bf2-345f-4b5e-a4b1-d2cfe13d97ff + apim-request-id: 65a98e52-6bb4-41af-aed2-bb97c7037c47 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:12:15 GMT + date: Thu, 19 Nov 2020 21:19:58 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '102' + x-envoy-upstream-service-time: '82' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/27e7f98d-7b99-4f54-9b90-efe70a67356f_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/593dda6e-00ca-4c4d-abec-0fc3fc32b8f9_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_pii_entities_task.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_pii_entities_task.yaml index b25f8e7f9a88..62e7e4f0d51f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_pii_entities_task.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_passing_only_string_pii_entities_task.yaml @@ -15,82 +15,236 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 05038cff-92bf-4b01-99b1-24d2c1b206e9 - date: Fri, 13 Nov 2020 22:12:16 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + apim-request-id: b1350e0b-8c7c-4ceb-b023-4f58c95e2bb5 + date: Thu, 19 Nov 2020 21:30:00 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '237' + x-envoy-upstream-service-time: '453' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 response: body: - string: '{"jobId":"f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:12:16Z","createdDateTime":"2020-11-13T22:12:16Z","expirationDateTime":"2020-11-14T22:12:16Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:12:16Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: 07bbba85-595e-4140-bc4a-9219670a3f2e + apim-request-id: 1b5408dc-bd99-4e57-830b-beece23c4a8b content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:12:47 GMT + date: Thu, 19 Nov 2020 21:30:05 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: '40' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 7170c62e-0bd8-4102-af6e-9278fb70ae68 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:11 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '85' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: c3b921ea-76c0-44f3-ad65-87f55581ae9f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:16 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '64' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 4c3bb5bc-bb30-4a62-a76c-31f2292157bb + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:21 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '47' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: c5ddac8b-e2c0-4557-9e47-441e8a2b7fd8 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:26 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '63' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: c56f3a54-960a-40f7-9dd0-d0df1385e1e8 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:31 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '34' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 response: body: - string: '{"jobId":"f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:12:16Z","createdDateTime":"2020-11-13T22:12:16Z","expirationDateTime":"2020-11-14T22:12:16Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:12:16Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: 05cae28c-16b9-463f-a607-1a665c37afac + apim-request-id: b8c693a0-e078-49a1-a038-373178b849a0 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:13:18 GMT + date: Thu, 19 Nov 2020 21:30:36 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: '84' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 response: body: - string: '{"jobId":"f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:12:16Z","createdDateTime":"2020-11-13T22:12:16Z","expirationDateTime":"2020-11-14T22:12:16Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:12:16Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: d70d37e0-96eb-46f2-a403-b108794e62a3 + apim-request-id: 39280818-5149-4215-bc01-77d77b4945a0 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:13:48 GMT + date: Thu, 19 Nov 2020 21:30:41 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '56' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: f72de5aa-2af1-4468-ad1d-b61378ac7964 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:46 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '41' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: d7ae39b1-1720-49df-9ca0-44a798ec4780 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:51 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -98,39 +252,325 @@ interactions: status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 945373a7-4aee-4f7b-8a0a-0b913b82247a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:57 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '61' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: f6e738a9-793a-4fb9-aa3a-6b4b23f2deeb + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:31:02 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '37' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: a4c2a65c-ff3a-4089-9b49-b7d95f41ce34 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:31:07 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '41' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: cb2e9e97-c611-4469-8991-566332373955 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:31:13 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '90' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 49372c4c-5076-47e9-a0dc-2db1e6bcd030 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:31:18 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '35' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: fb7e0b55-84bb-4027-a8e6-fe5dc8d8257f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:31:23 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '87' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 940c6bda-233f-4d62-9ddd-9217f27c8fc2 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:31:27 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '39' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 88b4562c-b043-43fe-950f-bb2e17d40630 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:31:33 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '60' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 520e810f-1ee9-429b-a671-676dbb0bced0 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:31:38 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '61' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: a6d7340a-3352-429a-8695-f8ea1419ad25 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:31:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '32' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 5df67f56-94d0-4355-95b4-3cc050f24319 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:31:48 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '34' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 242c7c1e-92ba-496b-9de3-a2e8bf1fef28 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:31:54 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '34' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 + response: + body: + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + headers: + apim-request-id: 468e941a-e69b-4f26-93a9-c10fc261d45e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:31:59 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '60' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 response: body: - string: '{"jobId":"f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:12:16Z","createdDateTime":"2020-11-13T22:12:16Z","expirationDateTime":"2020-11-14T22:12:16Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:12:16Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":0,"failed":0,"inProgress":1,"total":1}}' headers: - apim-request-id: 33dc63b2-d741-4415-b50e-e68f88fc9667 + apim-request-id: 5c62b72f-74e4-4fb5-912e-28578956b9ec content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:14:20 GMT + date: Thu, 19 Nov 2020 21:32:04 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: '95' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 response: body: - string: '{"jobId":"f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000","lastUpdateDateTime":"2020-11-13T22:12:16Z","createdDateTime":"2020-11-13T22:12:16Z","expirationDateTime":"2020-11-14T22:12:16Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:12:16Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:12:16.9454683Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My + string: '{"jobId":"7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000","lastUpdateDateTime":"2020-11-19T21:30:01Z","createdDateTime":"2020-11-19T21:30:00Z","expirationDateTime":"2020-11-20T21:30:00Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:30:01Z"},"completed":1,"failed":0,"inProgress":0,"total":1,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:30:01.5537316Z","results":{"inTerminalState":true,"documents":[{"redactedText":"My SSN is ***********.","id":"0","entities":[{"text":"859-98-0987","category":"U.S. Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]},{"redactedText":"Your ABA number - ********* - is the first 9 digits in the lower left hand corner @@ -142,15 +582,15 @@ interactions: ************** your Brazilian CPF number?","id":"2","entities":[{"text":"998.214.865-68","category":"Brazil CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 01fbda34-fa64-4690-92f2-4f14223373e6 + apim-request-id: 41f84951-b266-45cb-b452-738094a7b2e3 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:14:50 GMT + date: Thu, 19 Nov 2020 21:32:09 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '108' + x-envoy-upstream-service-time: '94' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/f9cc5d6f-941b-4647-8dca-c4c6cf839d34_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/7840c48a-99e9-4451-ad8c-0341112d741a_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_per_item_dont_use_language_hint.yaml index ef38d1a94cf7..d520539b48df 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_per_item_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_per_item_dont_use_language_hint.yaml @@ -16,16 +16,16 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 577c6078-4263-46f2-8643-bac04c816f48 - date: Fri, 13 Nov 2020 22:14:51 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + apim-request-id: de0fe5d8-2ee0-4257-8ecf-b0f6902e5614 + date: Thu, 19 Nov 2020 21:23:54 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -33,123 +33,583 @@ interactions: status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 response: body: - string: '{"jobId":"943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000","lastUpdateDateTime":"2020-11-13T22:14:52Z","createdDateTime":"2020-11-13T22:14:51Z","expirationDateTime":"2020-11-14T22:14:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:14:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: ef154200-daac-477a-ba84-e114e933f101 + apim-request-id: 131b8738-7a5b-4461-9e1d-ebf1812733dd content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:15:22 GMT + date: Thu, 19 Nov 2020 21:23:59 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: '144' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 response: body: - string: '{"jobId":"943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000","lastUpdateDateTime":"2020-11-13T22:14:52Z","createdDateTime":"2020-11-13T22:14:51Z","expirationDateTime":"2020-11-14T22:14:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:14:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: a128cd64-5a27-48a5-8131-0050778a7cd1 + apim-request-id: 6c65c6e1-bc76-4e32-ac5b-1778daf95283 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:15:53 GMT + date: Thu, 19 Nov 2020 21:24:04 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: '140' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 response: body: - string: '{"jobId":"943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000","lastUpdateDateTime":"2020-11-13T22:14:52Z","createdDateTime":"2020-11-13T22:14:51Z","expirationDateTime":"2020-11-14T22:14:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:14:52Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 5b855d87-0feb-4d66-a9e8-4a864a40a97d + apim-request-id: dc967fce-8d72-4016-9591-d1288d233354 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:16:24 GMT + date: Thu, 19 Nov 2020 21:24:10 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: '197' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 response: body: - string: '{"jobId":"943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000","lastUpdateDateTime":"2020-11-13T22:14:52Z","createdDateTime":"2020-11-13T22:14:51Z","expirationDateTime":"2020-11-14T22:14:51Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:14:52Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 2f77130d-b974-4994-857b-e0c1163b91a1 + apim-request-id: f9b4dbb8-0410-424f-8d11-03b1473bc7ba content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:16:56 GMT + date: Thu, 19 Nov 2020 21:24:15 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '352' + x-envoy-upstream-service-time: '179' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 response: body: - string: '{"jobId":"943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000","lastUpdateDateTime":"2020-11-13T22:14:52Z","createdDateTime":"2020-11-13T22:14:51Z","expirationDateTime":"2020-11-14T22:14:51Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:14:52Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 67793843-94cc-44d4-93f0-f0e9a5479414 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:20 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '323' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 64362823-3712-4de4-920d-f917db67069b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:26 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '114' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c4936071-a614-4482-ae8d-76d8606e9b4a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:31 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '135' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d24feed2-afaa-4ca0-9b6e-c00876736d21 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:37 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '148' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: ff8f4d69-49b8-43b3-b536-0a394eb54df1 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:41 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '125' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 8597d6b0-bc66-4234-9357-9ac4667fe1f2 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:46 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '127' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 93232000-0648-489c-8da6-9307703bdeb7 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:52 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '167' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 761b430f-081e-4229-8c0e-694c686241c1 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:57 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '115' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 110c9f7e-55de-44bf-9b6b-229eec3161f0 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:03 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '140' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c37da6e5-9daa-4397-96a2-e2d8a2690b1e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:07 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '105' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: e85292af-6680-4564-ae4b-2f5701d899df + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:13 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '129' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1ca571fb-1ef7-48a8-bf8b-26b63ef8b5e7 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:18 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '132' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 857989c7-ad4f-49da-8968-489b2f75d3ec + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:24 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '133' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 72df11fa-a969-4e6c-a49e-2bcda0a9bb17 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:29 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '147' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 5ede614b-03f3-4e2c-b5f9-e04f1e6d53da + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:34 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '145' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: a713afc9-3f13-4bba-ae21-0bd364020e4f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '130' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 5d085224-089b-4a12-a655-01c26b637a78 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:44 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '128' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: fb6be58f-49af-4821-b354-4486da378757 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:50 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '126' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 783ccddd-f3de-443b-ac94-e01f8657c94f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:55 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '118' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6e16e4a9-a3e6-4a0c-b187-00da0ddd23a3 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:00 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '106' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 + response: + body: + string: '{"jobId":"6868b963-d332-4e33-ac81-7677070e512c_637413408000000000","lastUpdateDateTime":"2020-11-19T21:23:55Z","createdDateTime":"2020-11-19T21:23:54Z","expirationDateTime":"2020-11-20T21:23:54Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:23:55Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The - restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:14:52.568437Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:23:55.3633322Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 3cf5dbf0-2c2b-43a9-a6f1-975271b754f9 + apim-request-id: 6b286cf3-35ed-444e-ad4d-312f323aa554 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:17:26 GMT + date: Thu, 19 Nov 2020 21:26:05 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '455' + x-envoy-upstream-service-time: '213' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/943c48b6-0de4-449c-a195-3f32e1ff7c07_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/6868b963-d332-4e33-ac81-7677070e512c_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_rotate_subscription_key.yaml index d01e8d3d0325..fe2561ff9901 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_rotate_subscription_key.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_rotate_subscription_key.yaml @@ -16,178 +16,384 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 338c35be-62cc-4332-b63c-758d24bdd0af - date: Fri, 13 Nov 2020 22:17:28 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 + apim-request-id: 7d860813-9018-46d2-91aa-ce5cfa1b8d6e + date: Thu, 19 Nov 2020 21:40:28 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 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: '420' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 response: body: - string: '{"jobId":"18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000","lastUpdateDateTime":"2020-11-13T22:17:28Z","createdDateTime":"2020-11-13T22:17:28Z","expirationDateTime":"2020-11-14T22:17:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:17:28Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:17:28.9888456Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 3e448a3b-c34a-42fc-85b3-31a13e945714 + apim-request-id: e87c6d1f-a642-4c1f-bc77-b64cd4ff1a51 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:17:58 GMT + date: Thu, 19 Nov 2020 21:40:33 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '242' + x-envoy-upstream-service-time: '137' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 response: body: - string: '{"jobId":"18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000","lastUpdateDateTime":"2020-11-13T22:17:28Z","createdDateTime":"2020-11-13T22:17:28Z","expirationDateTime":"2020-11-14T22:17:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:17:28Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:17:28.9888456Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 84ad6f7c-ec05-44f3-ab3e-a3d40be6441c + apim-request-id: 90f29455-c780-4ca2-83a3-f781a90a9eab content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:18:30 GMT + date: Thu, 19 Nov 2020 21:40:38 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: '133' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 response: body: - string: '{"jobId":"18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000","lastUpdateDateTime":"2020-11-13T22:17:28Z","createdDateTime":"2020-11-13T22:17:28Z","expirationDateTime":"2020-11-14T22:17:28Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:17:28Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:17:28.9888456Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:17:28.9888456Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I - will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I - did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The - restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:17:28.9888456Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 6bc4c321-4751-45e3-8690-fd042ac0961b + apim-request-id: 8e74ebe2-688e-4d3d-84b9-0d67ad08f91e content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:19:00 GMT + date: Thu, 19 Nov 2020 21:40:44 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '418' + x-envoy-upstream-service-time: '182' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/18f05cc0-21c0-4439-8c79-d03c6f38f935_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 - request: - body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": - "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": - [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], - "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, - "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", - "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", - "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", - "language": "en"}]}}' + body: null headers: - Accept: - - application/json, text/json - Content-Length: - - '570' - Content-Type: - - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 response: body: - string: '{"error":{"code":"401","message":"Access denied due to invalid subscription - key or wrong API endpoint. Make sure to provide a valid key for an active - subscription and use a correct regional API endpoint for your resource."}}' + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - content-length: '224' - date: Fri, 13 Nov 2020 22:19:01 GMT + apim-request-id: a1448b71-dd0e-440e-8652-97871c554612 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:40:49 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '141' status: - code: 401 - message: PermissionDenied - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 - request: - body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": - "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": - [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], - "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, - "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", - "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", - "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", - "language": "en"}]}}' + body: null headers: - Accept: - - application/json, text/json - Content-Length: - - '570' - Content-Type: - - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) - method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 response: body: - string: '' + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: a38b46bb-eed4-411e-8656-3ee51418bbbe - date: Fri, 13 Nov 2020 22:19:01 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + apim-request-id: 81dc62f9-0e2c-448b-b435-7d651ea0c7fa + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:40:54 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: '116' status: - code: 202 - message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 + response: + body: + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 300146f0-f3f7-4106-9735-0a1e6aa5f014 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:40:59 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '116' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 + response: + body: + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d02c1ec1-8acb-4d5a-a757-04f4df5e5294 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:41:05 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '148' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 + response: + body: + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f25af486-b314-4b2c-9aa4-be436182a6ac + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:41:10 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '132' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 + response: + body: + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: bd9e4cd6-bc94-4551-99c6-c47f7f66d3c6 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:41:15 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '165' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 + response: + body: + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 12310170-d2e6-4bab-aa8d-a609b8570a43 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:41:20 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '147' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 + response: + body: + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 18164be7-dfa9-48fa-9588-8378cfd671e5 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:41:25 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '162' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 + response: + body: + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 3b019d59-8719-4cf4-b0fb-479030a9327a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:41:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '133' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 + response: + body: + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: bf45f9e7-f089-496c-9f76-a14c52feff34 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:41:35 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '122' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 + response: + body: + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: e9d96c58-c9a6-4d5b-847c-79212cff5bcc + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:41:41 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '148' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 + response: + body: + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0afa231c-838b-4b64-9520-37c0c6786f92 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:41:46 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '147' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 response: body: - string: '{"jobId":"29daa555-4029-40fe-892c-f4110415742a_637408224000000000","lastUpdateDateTime":"2020-11-13T22:19:02Z","createdDateTime":"2020-11-13T22:19:01Z","expirationDateTime":"2020-11-14T22:19:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:19:02Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: a740b07d-b1a2-4f59-892b-a44b48ca7276 + apim-request-id: f1ff61ee-2740-47d3-8d97-7769b88aac26 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:19:32 GMT + date: Thu, 19 Nov 2020 21:41:51 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -195,100 +401,863 @@ interactions: status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 + response: + body: + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 43485e79-b91b-4051-8d99-c5a66d06c3f9 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:41:56 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '179' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 + response: + body: + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6c94fdf8-702f-4c81-a980-90495684dacd + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:42:02 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '214' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 response: body: - string: '{"jobId":"29daa555-4029-40fe-892c-f4110415742a_637408224000000000","lastUpdateDateTime":"2020-11-13T22:19:02Z","createdDateTime":"2020-11-13T22:19:01Z","expirationDateTime":"2020-11-14T22:19:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:19:02Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 870ccea0-c9b5-4825-a60c-b8cd41eed77a + apim-request-id: d9cb3005-4709-48a0-b4f6-8b1b03cf0ab0 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:20:02 GMT + date: Thu, 19 Nov 2020 21:42:07 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: '217' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 response: body: - string: '{"jobId":"29daa555-4029-40fe-892c-f4110415742a_637408224000000000","lastUpdateDateTime":"2020-11-13T22:19:02Z","createdDateTime":"2020-11-13T22:19:01Z","expirationDateTime":"2020-11-14T22:19:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:19:02Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: d42b2ec6-1425-4908-84ec-0ef7d2a059d3 + apim-request-id: 6cd0068c-d5e1-459a-8ac9-c8020e05e2f5 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:20:33 GMT + date: Thu, 19 Nov 2020 21:42:13 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: '171' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 response: body: - string: '{"jobId":"29daa555-4029-40fe-892c-f4110415742a_637408224000000000","lastUpdateDateTime":"2020-11-13T22:19:02Z","createdDateTime":"2020-11-13T22:19:01Z","expirationDateTime":"2020-11-14T22:19:01Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:19:02Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: caf8f8c7-6d86-48c6-9fa1-0473fc47afee + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:42:18 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '165' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 + response: + body: + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 498cda8e-a566-4248-9929-f4fafbf49a99 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:42:23 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '223' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 + response: + body: + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6909df7c-a9b2-44c3-8a58-511f009159e9 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:42:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '166' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 + response: + body: + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c613132e-edbe-4b6f-b13b-e54b9c8e1fae + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:42:34 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '148' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 + response: + body: + string: '{"jobId":"35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000","lastUpdateDateTime":"2020-11-19T21:40:29Z","createdDateTime":"2020-11-19T21:40:28Z","expirationDateTime":"2020-11-20T21:40:28Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:40:29Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:40:29.0512738Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1636c2ea-990c-4214-bf8d-1a250e2e0bb5 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:42:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '183' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/35b679ca-f37d-4960-93f3-15ce7c3fec09_637413408000000000 +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: POST + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '{"error":{"code":"401","message":"Access denied due to invalid subscription + key or wrong API endpoint. Make sure to provide a valid key for an active + subscription and use a correct regional API endpoint for your resource."}}' + headers: + content-length: '224' + date: Thu, 19 Nov 2020 21:42:39 GMT + status: + code: 401 + message: PermissionDenied + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze +- request: + body: '{"tasks": {"entityRecognitionTasks": [{"parameters": {"model-version": + "latest", "stringIndexType": "TextElements_v8"}}], "entityRecognitionPiiTasks": + [{"parameters": {"model-version": "latest", "stringIndexType": "TextElements_v8"}}], + "keyPhraseExtractionTasks": [{"parameters": {"model-version": "latest"}}]}, + "analysisInput": {"documents": [{"id": "1", "text": "I will go to the park.", + "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", + "language": "en"}, {"id": "3", "text": "The restaurant had really good food.", + "language": "en"}]}}' + headers: + Accept: + - application/json, text/json + Content-Length: + - '570' + Content-Type: + - application/json + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: POST + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze + response: + body: + string: '' + headers: + apim-request-id: fcb6a670-960a-4e0d-b6d7-2b496c9db7ea + date: Thu, 19 Nov 2020 21:42:39 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '37' + status: + code: 202 + message: Accepted + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 646d89a2-9256-4378-a0c7-620ba0d8eff2 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:42:44 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '121' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: cca36fab-4101-41e1-943a-3847991ffaef + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:42:50 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '240' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: a8f4e084-3926-4ef2-b663-475f3005841e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:42:55 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '130' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 22c2d8d7-e82d-4ce9-83e4-1a9a7e2a8d1e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:43:01 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '153' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6e119773-34b8-47a7-b754-8b2f04281aba + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:43:06 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '147' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 4bccab86-d50e-4f21-8749-35b7ab8fed09 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:43:11 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '120' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 7389b71a-a88b-4969-ba0d-6146256ab7de + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:43:16 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '441' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 192da002-82ed-4b8f-a3e2-031c3b735e3d + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:43:21 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '140' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: b80944f6-b56c-4a29-9899-93dcb9d08140 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:43:27 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '198' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d006f68e-c60b-4de7-a6a2-08397f23c72f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:43:32 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '129' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: bdaeda88-5d05-4f67-9800-351062e282ba + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:43:37 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '190' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: b0b1dda2-2382-4795-b863-8e411b7491e6 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:43:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '129' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: ea5dd2b6-8b68-48a3-a969-e74ba15ade95 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:43:48 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '171' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: fcc1a3aa-ecb7-4f0b-8b12-4bbeb496e0f5 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:43:53 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '185' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 2174774f-10d1-41e6-baa6-b73e482187b1 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:43:58 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '103' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 7f630bba-4863-4b43-8052-e2b6e1e290eb + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:44:03 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '145' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6a64aaf9-ff30-4b67-aab8-9494a295222a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:44:09 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '109' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: b963efcb-0be5-46f4-8b1a-126e746bc00b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:44:14 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '148' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: ba6f837d-ecc8-45e3-be1e-d5fcd2ea43c1 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:44:20 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '115' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: fca1f5d4-0179-48b8-babe-d8ca14ce8866 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:44:25 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '128' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 54653201-cf5d-44ad-9794-e967143070f6 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:44:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '128' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 62ecf445-30bc-43d5-9c50-a42aaa272cda + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:44:35 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '177' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: ca6d4ede-2956-4862-81bb-d3fa2f72e1a2 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:44:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '141' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 + response: + body: + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: cfdad763-48c1-4c7e-9d80-99e518ebe624 + apim-request-id: 3ba64f19-9437-405a-bfe3-821de11c27b7 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:21:05 GMT + date: Thu, 19 Nov 2020 21:44:46 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: '176' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 response: body: - string: '{"jobId":"29daa555-4029-40fe-892c-f4110415742a_637408224000000000","lastUpdateDateTime":"2020-11-13T22:19:02Z","createdDateTime":"2020-11-13T22:19:01Z","expirationDateTime":"2020-11-14T22:19:01Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:19:02Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + string: '{"jobId":"c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000","lastUpdateDateTime":"2020-11-19T21:42:41Z","createdDateTime":"2020-11-19T21:42:40Z","expirationDateTime":"2020-11-20T21:42:40Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:42:41Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The - restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:19:02.4927109Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:42:41.0340858Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 1316d94d-0f96-4307-afbf-2d9216a7591d + apim-request-id: b407e8d5-dc31-4d62-8157-4498049c6d21 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:21:36 GMT + date: Thu, 19 Nov 2020 21:44:51 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '350' + x-envoy-upstream-service-time: '217' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/29daa555-4029-40fe-892c-f4110415742a_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/c94c399e-865f-4a00-8e53-446fc37799dc_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_show_stats_and_model_version_multiple_tasks.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_show_stats_and_model_version_multiple_tasks.yaml index 86f7421e123c..d34216a1a708 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_show_stats_and_model_version_multiple_tasks.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_show_stats_and_model_version_multiple_tasks.yaml @@ -15,16 +15,16 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 8ce7ee57-c65d-4597-81c2-ddca42a76eca - date: Fri, 13 Nov 2020 22:21:37 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000 + apim-request-id: 38f781f0-f77d-4237-9d47-086dea4b07c5 + date: Thu, 19 Nov 2020 21:26:41 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -32,71 +32,555 @@ interactions: status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True response: body: - string: '{"jobId":"536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000","lastUpdateDateTime":"2020-11-13T22:21:38Z","createdDateTime":"2020-11-13T22:21:37Z","expirationDateTime":"2020-11-14T22:21:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:21:38Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:21:38.3949134Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 23ea2fa9-811d-481a-b410-77a0dcbb81f5 + apim-request-id: 9e25f7cd-6aa1-4333-aa92-a07655c1f894 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:22:08 GMT + date: Thu, 19 Nov 2020 21:26:46 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '176' + x-envoy-upstream-service-time: '155' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True response: body: - string: '{"jobId":"536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000","lastUpdateDateTime":"2020-11-13T22:21:38Z","createdDateTime":"2020-11-13T22:21:37Z","expirationDateTime":"2020-11-14T22:21:37Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:21:38Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:21:38.3949134Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 81ff240a-d9b1-4822-aadd-1a2934370184 + apim-request-id: 05ecd719-a819-4342-bc68-12c9a708bc5c content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:22:39 GMT + date: Thu, 19 Nov 2020 21:26:52 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: '127' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True response: body: - string: '{"jobId":"536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000","lastUpdateDateTime":"2020-11-13T22:21:38Z","createdDateTime":"2020-11-13T22:21:37Z","expirationDateTime":"2020-11-14T22:21:37Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:21:38Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:21:38.3949134Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:21:38.3949134Z","results":{"inTerminalState":true,"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:21:38.3949134Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 8b860509-59e4-42a9-936b-72c78fa7c7e8 + apim-request-id: 235f9c9a-fdfa-4592-bf4a-4dd641a4df00 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:23:10 GMT + date: Thu, 19 Nov 2020 21:26:57 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '619' + x-envoy-upstream-service-time: '146' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/536c9a92-48f6-4f86-bbbe-ca84ad2acab5_637408224000000000?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 669cf6d2-54fb-461d-8b43-41b91240c450 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:02 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '120' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: bead5571-22eb-4015-a0b2-f6aab08f57cf + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:07 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '134' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d1e72f73-712a-45c9-834a-a0c0686d6233 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:12 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '148' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 7d194ef5-c879-43ef-8679-2947f6307599 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:18 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '143' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 8cbf8f92-eaa0-4015-9d38-33acd804b8de + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:23 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '145' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1dabf0b6-676f-4259-b16e-36e85b131923 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '136' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c61488d0-3ac0-434f-aa54-c5032e02b5bc + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:34 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '122' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 48f42431-ae03-4d44-93cd-f87233c42de5 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:38 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '129' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6c99e33e-1ede-4843-9da7-de60bfe7b31f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '133' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c1ba6956-50dd-4021-987e-c8078124d221 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:49 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '131' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 9d993c82-bd40-4d89-b9b8-06624de09cee + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:54 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '129' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0652d0be-b5e0-4fff-b51c-7558ac8df866 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:00 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '135' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 9abfdecc-226e-421d-a51b-d6b0b4864e08 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:05 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '115' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 2b6cd008-a1e8-4042-aa5b-43ee80717804 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:10 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '113' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f8737ecb-50ab-48c3-be24-c226653bce84 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:15 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '129' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: fa23f458-f44e-4017-bf0a-020d9c422526 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:20 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '148' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 33502edf-27d8-4b31-8c33-f08867ca3070 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:25 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '167' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 567d7138-f153-47d3-aba3-7835b2d1979a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:31 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '125' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1ddaa13a-5481-4cbf-afc5-d05b0951e67e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '441' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0eb3f8d6-5d4b-4896-80fc-351d3bfad578 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:41 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '157' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 9b9f7c18-c124-4076-8e11-a05546cc1d3c + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:47 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '218' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True + response: + body: + string: '{"jobId":"051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:42Z","createdDateTime":"2020-11-19T21:26:41Z","expirationDateTime":"2020-11-20T21:26:41Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:42Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:42.1119764Z","results":{"inTerminalState":true,"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: e285e7e9-57a3-476c-855b-e5bda1a975be + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:52 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '442' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/051a9667-e16e-47d5-bdfe-16fd36750bff_637413408000000000?showStats=True version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_too_many_documents.yaml index d2fb1a950934..bfc375ac9465 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_too_many_documents.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_too_many_documents.yaml @@ -32,17 +32,17 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '{"error":{"code":"InvalidArgument","message":"Batch request contains too many documents. Max 25 documents are permitted."}}' headers: - apim-request-id: 3c387b53-ca4d-4df6-9731-b91ca0083887 + apim-request-id: b8fc1c29-27ff-4f84-b29c-e008ef6a22a8 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:23:11 GMT + date: Thu, 19 Nov 2020 21:24:37 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -50,5 +50,5 @@ interactions: status: code: 400 message: Bad Request - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_user_agent.yaml index a2c5c84ca7ed..1b8d1ea55c6c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_user_agent.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_user_agent.yaml @@ -16,94 +16,578 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 09e2bc41-b4b5-4c3c-8b4d-3a11a3664919 - date: Fri, 13 Nov 2020 22:23:12 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 + apim-request-id: e27b1f9a-4b97-486c-b45a-c59539caacd6 + date: Thu, 19 Nov 2020 21:19:59 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '33' + x-envoy-upstream-service-time: '34' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 response: body: - string: '{"jobId":"b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000","lastUpdateDateTime":"2020-11-13T22:23:13Z","createdDateTime":"2020-11-13T22:23:12Z","expirationDateTime":"2020-11-14T22:23:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:23:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:23:13.1077151Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 0425afdd-098f-4171-b552-118aceed29cb + apim-request-id: 2de0a7a3-8a74-486a-8bf3-183c2b1c70a9 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:23:43 GMT + date: Thu, 19 Nov 2020 21:20:05 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: '136' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 response: body: - string: '{"jobId":"b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000","lastUpdateDateTime":"2020-11-13T22:23:13Z","createdDateTime":"2020-11-13T22:23:12Z","expirationDateTime":"2020-11-14T22:23:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:23:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:23:13.1077151Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: cce6c80c-6f4a-472c-9612-d981777de2e1 + apim-request-id: 7dda92d7-c743-45d3-9e81-c0a71348fde8 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:24:14 GMT + date: Thu, 19 Nov 2020 21:20:10 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '156' + x-envoy-upstream-service-time: '108' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 response: body: - string: '{"jobId":"b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000","lastUpdateDateTime":"2020-11-13T22:23:13Z","createdDateTime":"2020-11-13T22:23:12Z","expirationDateTime":"2020-11-14T22:23:12Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:23:13Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:23:13.1077151Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:23:13.1077151Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: a46e287f-33a6-4a26-8670-58a88b89b23f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '2100' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 18bce383-5cd4-4c64-b34d-ca8f0279a92d + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:22 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '123' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: db0fb95c-2818-43f8-b55f-06564fc594e2 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '121' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 63fcb55e-3eb3-4183-87b0-b5aa34746f64 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:32 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '106' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 295de6f0-93ad-4235-bde0-394f6db3f5ce + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:38 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '115' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 3b037ef0-9a9d-4964-aecb-c90a27779204 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:44 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '105' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c9ecf718-f066-405a-b13f-8dc323a4c140 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:49 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '96' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 8a1c1fcd-8da1-4aef-91b7-af073045c651 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:54 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '121' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 533f7297-990b-4191-a2a3-0bb0a40fa2b5 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:59 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '175' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: ba941fc6-130d-4f6d-9a5e-c556a8020e53 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:04 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '105' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: aa7c4e83-6c33-4a4d-938f-e05fb72ef292 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:10 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '116' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c81e6978-97e3-407e-b3d8-b558c166d353 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:15 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '110' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 9802e41c-21bd-43a7-b454-cdae57144b7e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:19 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '152' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f73f2a77-0a2f-4c0c-aead-06026ae0d2d1 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:26 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '440' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 04249eb4-12fe-41b0-beea-b92f5f20445c + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:31 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '146' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 9c06a33f-1eda-4f85-b067-c62e6e66f609 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '169' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: b1aa3a01-eaec-42e8-84e6-bb3716d84048 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:41 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '184' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: eda0f6f4-7b7f-494b-a696-fbe0ff61ad57 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:46 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '165' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: b0ac4c34-fbce-4dfa-9342-eb4715b7e528 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:51 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '164' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1b66b0c1-e677-4c81-a9a1-dc8846e7821b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:57 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '147' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 + response: + body: + string: '{"jobId":"77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:00Z","createdDateTime":"2020-11-19T21:20:00Z","expirationDateTime":"2020-11-20T21:20:00Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:00Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The - restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:23:13.1077151Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:00.895079Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 2a3f812d-6bea-450f-b1f3-1e4441797444 + apim-request-id: e0a694a7-94b2-4721-bf97-ce3ba2666282 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:24:46 GMT + date: Thu, 19 Nov 2020 21:22:02 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '454' + x-envoy-upstream-service-time: '177' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/b45561f4-2b4b-4a7f-a22c-575927e73282_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/77b3ac94-5b24-4268-8bcf-960408bd4779_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_dont_use_language_hint.yaml index d8db0791c198..353d67d31319 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_dont_use_language_hint.yaml @@ -16,140 +16,610 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 56eebe68-fe1a-449f-87de-e9a91e609df0 - date: Fri, 13 Nov 2020 22:24:46 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + apim-request-id: df30ec1e-e3fe-49cd-b640-614ceee6a6e7 + date: Thu, 19 Nov 2020 21:32:11 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '299' + x-envoy-upstream-service-time: '233' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 response: body: - string: '{"jobId":"278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000","lastUpdateDateTime":"2020-11-13T22:24:47Z","createdDateTime":"2020-11-13T22:24:46Z","expirationDateTime":"2020-11-14T22:24:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:24:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: b046f9e4-4ca6-4b7c-8c37-566a32de9741 + apim-request-id: 5f50abcf-db83-479f-a001-c9fc23491cbd content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:25:17 GMT + date: Thu, 19 Nov 2020 21:32:16 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '186' + x-envoy-upstream-service-time: '129' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 response: body: - string: '{"jobId":"278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000","lastUpdateDateTime":"2020-11-13T22:24:47Z","createdDateTime":"2020-11-13T22:24:46Z","expirationDateTime":"2020-11-14T22:24:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:24:47Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: f6c8660d-580d-4631-b9bc-e5e75b6b7977 + apim-request-id: fa296aa9-730c-43c8-b034-32d5146f629d content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:25:48 GMT + date: Thu, 19 Nov 2020 21:32: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' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 response: body: - string: '{"jobId":"278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000","lastUpdateDateTime":"2020-11-13T22:24:47Z","createdDateTime":"2020-11-13T22:24:46Z","expirationDateTime":"2020-11-14T22:24:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:24:47Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 713202f6-e7cf-4378-85d5-86fb19505370 + apim-request-id: 516dd33b-30c3-4dba-9509-f59a07ab7673 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:26:20 GMT + date: Thu, 19 Nov 2020 21:32:26 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '320' + x-envoy-upstream-service-time: '180' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 response: body: - string: '{"jobId":"278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000","lastUpdateDateTime":"2020-11-13T22:24:47Z","createdDateTime":"2020-11-13T22:24:46Z","expirationDateTime":"2020-11-14T22:24:46Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:24:47Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 6f74cb9f-3113-4093-9a69-cc00b400456d + apim-request-id: 659b0e3c-af0c-4774-a3fa-e3067e39bbc6 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:26:50 GMT + date: Thu, 19 Nov 2020 21:32:31 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '335' + x-envoy-upstream-service-time: '150' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 response: body: - string: '{"jobId":"278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000","lastUpdateDateTime":"2020-11-13T22:24:47Z","createdDateTime":"2020-11-13T22:24:46Z","expirationDateTime":"2020-11-14T22:24:46Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:24:47Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 5fc05c12-00d1-48d6-81fe-954e2cab8827 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:32:37 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '153' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 30f84fd0-f1ae-475a-8916-232eba1d941f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:32:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '173' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 318c1233-ee71-4966-8a9a-7e496367f211 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:32:47 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '136' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 63fe030c-800a-4315-906a-3d6b09095355 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:32:53 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '163' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6a71bc6d-227a-4a2a-ae0e-906b39a992d1 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:32:58 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '171' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: ab3d02d4-b952-40c5-867f-8f0e375b1d80 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:33:03 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '179' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c4fcc43b-db7d-411c-b2a7-cd70fddce49c + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:33:08 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '212' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: ca28bd2f-a484-42d5-9219-ba24e8aee32b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:33:13 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '173' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 105744d8-597f-4c39-be1e-3f04094fbff7 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:33:19 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '163' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 04301a09-49e7-4537-95d1-cda52d31f4f9 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:33:25 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '187' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: ef2f74e0-d64c-4d8c-8867-e593cc25a461 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:33:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '139' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0ada13bb-b75a-4403-8139-712abbc374be + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:33:35 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '158' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: b8c4c5ce-e1f3-473e-8d23-15364d822ac1 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:33:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '199' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: e75c74fb-1694-4b44-87a7-bcd225393a21 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:33:45 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '226' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 40efe411-8d73-413f-9548-edb92f953bdf + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:33:50 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '240' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 84d540f9-81c1-4d64-8027-a6e126c17fa9 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:33:56 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '222' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: fed1338d-5b6a-488f-bd73-ca9fc6d9e900 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:34:01 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '167' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 8f80edb1-1ab3-426e-8ddc-26b0985141af + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:34:06 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '199' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I + did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 4460eeaf-9a76-4894-abe7-c150600d74fd + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:34:12 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '142' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 + response: + body: + string: '{"jobId":"b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000","lastUpdateDateTime":"2020-11-19T21:32:12Z","createdDateTime":"2020-11-19T21:32:11Z","expirationDateTime":"2020-11-20T21:32:11Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:32:12Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The - restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:24:47.4971463Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:32:12.3689616Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 14ceda6c-eacf-4f38-b793-3fade58c9dd0 + apim-request-id: 80df322b-c8be-4027-bd91-65ce411f3d8a content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:27:22 GMT + date: Thu, 19 Nov 2020 21:34:17 GMT 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: '241' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/278f6dc3-7315-4fc3-9c9d-a4dd220e40dc_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/b8800269-23e1-47cd-be48-d4a82b9de317_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint.yaml index 98e875c16f62..6b166d1c3827 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint.yaml @@ -16,94 +16,577 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 0849c23e-9ba1-4c27-8efe-c017f73d74a8 - date: Fri, 13 Nov 2020 22:27:23 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 + apim-request-id: 86024492-548a-4092-920c-40ca34486d51 + date: Thu, 19 Nov 2020 21:26:07 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 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: '71' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 response: body: - string: '{"jobId":"552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000","lastUpdateDateTime":"2020-11-13T22:27:24Z","createdDateTime":"2020-11-13T22:27:23Z","expirationDateTime":"2020-11-14T22:27:23Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:27:24Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:27:24.3200776Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 8664dde7-a03b-4528-be68-25491caaa145 + apim-request-id: ad472142-78d7-4c5e-8390-44d54d9034c1 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:27:54 GMT + date: Thu, 19 Nov 2020 21:26:12 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: '122' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 response: body: - string: '{"jobId":"552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000","lastUpdateDateTime":"2020-11-13T22:27:24Z","createdDateTime":"2020-11-13T22:27:23Z","expirationDateTime":"2020-11-14T22:27:23Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:27:24Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:27:24.3200776Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 2af5c46d-347a-46a1-b509-c4f18d743b78 + apim-request-id: eb7ca3d1-ad58-4bdf-b18a-ca1e63156544 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:28:25 GMT + date: Thu, 19 Nov 2020 21:26:17 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '198' + x-envoy-upstream-service-time: '116' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 response: body: - string: '{"jobId":"552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000","lastUpdateDateTime":"2020-11-13T22:27:24Z","createdDateTime":"2020-11-13T22:27:23Z","expirationDateTime":"2020-11-14T22:27:23Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:27:24Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:27:24.3200776Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:27:24.3200776Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0d1d0698-700c-4beb-b581-1c2596b14665 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:22 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '135' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 175bbdf3-7032-435c-9a31-49087f7a443c + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:27 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '149' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 09f16546-ed39-4691-a709-89293d910c35 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:32 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '106' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 78dd708e-f828-4d3b-891b-58dae9acebe8 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:37 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '111' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: b612b941-72d6-4c45-8ae6-6db9e3708b78 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '122' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 398b467e-d173-41b3-8d3a-b6d2bec64f27 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:48 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '122' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 2622334c-a9e1-4260-bcf7-18a1ba6f0adb + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:53 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '148' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 31b0907b-f7c8-4714-969a-6e9186274b6f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:59 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '110' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 65b194a3-c17e-4434-be60-150245eb4a59 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:04 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '240' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 9d7f0bb0-13a5-4d76-8862-4e0a066d698c + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:09 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '173' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: dfbaf486-a7c3-4624-952e-eaa59d1ee20b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:14 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '127' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: cc6f0177-256a-4153-8752-c2498b6233b7 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:20 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '153' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 4e563d9d-c72e-4a52-849f-7b234bd224aa + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:25 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '143' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: a22f9b59-b644-4166-bcd3-978847cb51e8 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '166' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: a8ceaf7e-6c71-4517-8515-7b80dfc4b904 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '396' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 7df301f3-18e0-4097-9b1d-a1797355ab84 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:41 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '167' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: fb0d8826-d5df-4028-ab4c-1ebf0f79a974 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:46 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '148' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 9d137ecb-1699-42b4-9875-b31acc6f98f5 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:51 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '149' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 6492f0f9-fe25-455f-9407-eb2aa8777ca5 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:27:57 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '155' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c4e8c9d5-dbf2-443d-9da4-5f0e4e9abc41 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:02 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '169' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 562fa35e-4ea5-4fea-9bb6-e96e56459601 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:28:07 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '180' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 + response: + body: + string: '{"jobId":"0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000","lastUpdateDateTime":"2020-11-19T21:26:07Z","createdDateTime":"2020-11-19T21:26:07Z","expirationDateTime":"2020-11-20T21:26:07Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:26:07Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"redactedText":"This was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The - restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:27:24.3200776Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best + restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:26:07.7638539Z","results":{"inTerminalState":true,"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 8b975262-8214-4dc3-891e-a5cce8ec80b3 + apim-request-id: d9f68042-e40c-4f58-b230-02c093b28dce content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:28:55 GMT + date: Thu, 19 Nov 2020 21:28:13 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '347' + x-envoy-upstream-service-time: '259' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/552c12cc-d3cf-474c-823a-6bce98fd2727_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/0059ef52-558b-42a9-9aba-cca8cd1dd4a6_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_input.yaml index 1e83cfa1b864..1d32b59068e0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_input.yaml @@ -16,140 +16,600 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 9b61b6d9-bccb-4fd5-8c9b-73ae5dec411c - date: Fri, 13 Nov 2020 22:28:57 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + apim-request-id: ab948e60-824a-46a7-925f-e1b496a1090e + date: Thu, 19 Nov 2020 21:20:12 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 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: '25' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 response: body: - string: '{"jobId":"73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000","lastUpdateDateTime":"2020-11-13T22:28:58Z","createdDateTime":"2020-11-13T22:28:57Z","expirationDateTime":"2020-11-14T22:28:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:28:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 01ab19f9-5dbe-437e-a8c6-6a3a50cf967a + apim-request-id: 8ce4d9f5-3af2-4e74-ae1e-31caf3a87067 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:29:28 GMT + date: Thu, 19 Nov 2020 21:20:17 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: '140' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 response: body: - string: '{"jobId":"73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000","lastUpdateDateTime":"2020-11-13T22:28:58Z","createdDateTime":"2020-11-13T22:28:57Z","expirationDateTime":"2020-11-14T22:28:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:28:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 37cd29f4-cd59-4ca3-bc48-4274ba086d92 + apim-request-id: 159dfc4a-aa0c-43f3-bb76-d5d6d6d35553 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:29:59 GMT + date: Thu, 19 Nov 2020 21:20:22 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '129' + x-envoy-upstream-service-time: '108' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 response: body: - string: '{"jobId":"73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000","lastUpdateDateTime":"2020-11-13T22:28:58Z","createdDateTime":"2020-11-13T22:28:57Z","expirationDateTime":"2020-11-14T22:28:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:28:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: e060bd19-2007-44b7-9fb7-6950e7aa885a + apim-request-id: 62fa0c89-bc63-4cde-8d2d-7ab4c2f6f747 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:30:30 GMT + date: Thu, 19 Nov 2020 21:20:28 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '196' + x-envoy-upstream-service-time: '148' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 response: body: - string: '{"jobId":"73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000","lastUpdateDateTime":"2020-11-13T22:28:58Z","createdDateTime":"2020-11-13T22:28:57Z","expirationDateTime":"2020-11-14T22:28:57Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:28:58Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 9f3289d2-8f74-404c-867d-40032f48478c + apim-request-id: 7864aea4-14e7-4c0b-aa01-386dad3fb029 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:31:01 GMT + date: Thu, 19 Nov 2020 21:20:33 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '199' + x-envoy-upstream-service-time: '109' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 response: body: - string: '{"jobId":"73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000","lastUpdateDateTime":"2020-11-13T22:28:58Z","createdDateTime":"2020-11-13T22:28:57Z","expirationDateTime":"2020-11-14T22:28:57Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:28:58Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 771cdd67-cc37-4461-bcd6-3600184e1cf8 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:38 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '119' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: e0003c35-492a-437a-9891-3627957fd74a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '116' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: bcbff883-9d64-4129-b08f-aabe4d76c914 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:48 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '116' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f39251bd-8533-47e6-8d37-abeed0bf4bc4 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:54 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '103' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 9d03dd75-359b-4559-ae38-c2d65afdebc4 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:20:59 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '107' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: bf7ca2d3-bf14-4b57-99b4-fca4729b8cc3 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:04 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '140' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 2cb270cd-7bc8-47cb-bc23-99f2b8249687 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:09 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '109' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 9909f13b-2ad2-4d3a-8ff8-d8e6b3e918e1 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:15 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '113' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: cb7809ff-075f-4013-8759-ba5b4491a10f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:20 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '117' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 1919f0a0-2706-4579-8d21-a0848410018f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:25 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '110' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 9d3b1caf-623c-4d53-ba0b-5c2d327d5e74 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:31 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '118' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 7a40d27a-cafa-43f4-8dcc-dec8297d724d + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:36 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '106' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 4d41c242-cb23-4840-a6cd-c7c4a319fed0 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:41 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '123' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c97d2361-cf26-4efa-a819-06e4379db94a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:46 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '115' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: ee528bb6-bcb0-4f77-89ea-a784ec1a076a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:51 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '118' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c36543dd-ee82-4102-b56c-8d9fb65d987b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:21:57 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '106' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 0cdea30e-4170-4a9f-933d-00534b4901a4 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:02 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '152' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 4d03fc0c-0312-4ac8-a28b-b7f5f5cb2e50 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:06 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '130' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: ee2996dd-41a8-46a2-b045-f0476afc5f43 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:11 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '120' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 18786415-7c1e-45be-84ea-6bd37d62908f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:18 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '115' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 + response: + body: + string: '{"jobId":"9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000","lastUpdateDateTime":"2020-11-19T21:20:13Z","createdDateTime":"2020-11-19T21:20:12Z","expirationDateTime":"2020-11-20T21:20:12Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:20:13Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The - restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:28:58.3774698Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:20:13.2930215Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 4e43224f-3f28-4ca3-a52f-fe4e742867f5 + apim-request-id: ae1c38b7-2cfa-4942-bd29-3e35870f0e13 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:31:32 GMT + date: Thu, 19 Nov 2020 21:22:23 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '352' + x-envoy-upstream-service-time: '190' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/73586fdf-babf-4fa4-a023-4b7531601554_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/9ac46286-7a77-4923-b9b3-cee96c64182f_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml index ba0826ca606e..3e5735dfdc91 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -16,94 +16,577 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: d7e83bf5-a334-4a8b-aa9a-f03acb511db4 - date: Fri, 13 Nov 2020 22:31:34 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 + apim-request-id: 3752ce22-0686-46a8-932c-aabee2ce5627 + date: Thu, 19 Nov 2020 21:28:54 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '285' + x-envoy-upstream-service-time: '39' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 response: body: - string: '{"jobId":"a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000","lastUpdateDateTime":"2020-11-13T22:31:34Z","createdDateTime":"2020-11-13T22:31:33Z","expirationDateTime":"2020-11-14T22:31:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:31:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:31:34.6780867Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 116d0fe5-4c0a-4d3b-aef0-da8e5ca1e2aa + apim-request-id: f1bda04d-6245-44f2-b1f5-200c0ebbd9ad content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:32:04 GMT + date: Thu, 19 Nov 2020 21:28:59 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: '144' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 response: body: - string: '{"jobId":"a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000","lastUpdateDateTime":"2020-11-13T22:31:34Z","createdDateTime":"2020-11-13T22:31:33Z","expirationDateTime":"2020-11-14T22:31:33Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:31:34Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:31:34.6780867Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: 0abece3f-51a4-4440-87b6-d4b8f8a12ce7 + apim-request-id: 0bc9c327-fac5-4c7c-b51d-6759b76dbabb content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:32:36 GMT + date: Thu, 19 Nov 2020 21:29:04 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '231' + x-envoy-upstream-service-time: '184' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 response: body: - string: '{"jobId":"a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000","lastUpdateDateTime":"2020-11-13T22:31:34Z","createdDateTime":"2020-11-13T22:31:33Z","expirationDateTime":"2020-11-14T22:31:33Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-13T22:31:34Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-13T22:31:34.6780867Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-13T22:31:34.6780867Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 3a4b8727-698f-477c-90d0-c4e671638863 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:09 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '144' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 58d7bb7a-da05-45ff-89e6-b4ddede572b0 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:14 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '145' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: bec77774-e60d-4efc-8a14-b2e22f929b39 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:20 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '148' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: d8669f20-a56d-48f3-8201-b726a1122336 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:25 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '156' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: e95f406f-eae2-4ecb-98a5-658c6bfe6197 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '131' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 702dca5f-cf7e-4155-aecc-501d31df698b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:35 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '117' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 2299abf1-bb2b-4982-986d-d450824eaa8b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '145' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: b6668a24-463a-4c44-b1f6-cdbb59f6ef51 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:46 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '142' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: a67b0f32-1cf1-4f8e-964c-0b15321ea7f4 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:51 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '121' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 3513b90d-9951-4793-a508-0babab1fd88f + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:56 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '181' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 88887168-93ce-431a-b8a2-8f8e850fa75e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:02 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '185' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":1,"failed":0,"inProgress":2,"total":3,"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c07a0dee-e9af-45e1-bc5f-24677968d660 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:07 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '142' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: c5145567-fddb-4394-b8a5-47f3bace2ece + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:12 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '225' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 25b180f3-6b3e-4d6d-a429-4ff2b8ef88c2 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '198' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: f54ba1b7-c837-4123-9cd3-676e90631bc1 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:22 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '237' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: e5438805-4ba7-4955-86aa-07555f0a643b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:33 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '5208' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 09a35d29-eef2-440b-9a63-05125be6045a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:38 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '180' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 532d1b9d-1566-4074-b88f-78b31a0835be + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '169' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 2f420325-bfb3-47b0-b018-a2d0ca3c1fdf + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:49 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '179' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: 5d3f125a-a1d5-47d6-97d5-93f77c989c19 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:30:54 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '158' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"running","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":2,"failed":0,"inProgress":1,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' + headers: + apim-request-id: bc28d5b0-cf42-4b52-8356-16370072c528 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:31:00 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '154' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 + response: + body: + string: '{"jobId":"09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000","lastUpdateDateTime":"2020-11-19T21:28:55Z","createdDateTime":"2020-11-19T21:28:54Z","expirationDateTime":"2020-11-20T21:28:54Z","status":"succeeded","errors":[],"tasks":{"details":{"lastUpdateDateTime":"2020-11-19T21:28:55Z"},"completed":3,"failed":0,"inProgress":0,"total":3,"entityRecognitionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}}],"entityRecognitionPiiTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The - restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-13T22:31:34.6780867Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good + restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}],"keyPhraseExtractionTasks":[{"lastUpdateDateTime":"2020-11-19T21:28:55.2917241Z","results":{"inTerminalState":true,"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}}]}}' headers: - apim-request-id: d36abd0d-4a25-48b9-8039-f70404a36fa3 + apim-request-id: 2f2dc3af-8ecd-402b-b4ea-9f5381adb80a content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:33:06 GMT + date: Thu, 19 Nov 2020 21:31:05 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '629' + x-envoy-upstream-service-time: '192' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/a5777bef-6ef7-4171-872d-59f17f4bf000_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/09dec704-1e76-49ab-89f3-8fd9a249e569_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_input.yaml index 7aae2a8502f6..9a708b41993a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_input.yaml @@ -16,94 +16,835 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 074918b3-ff43-48ce-b515-c33b60987b67 - date: Fri, 13 Nov 2020 22:33:08 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 + apim-request-id: 936035da-aba1-4bff-b0bc-00f5c170a094 + date: Thu, 19 Nov 2020 21:24:38 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 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: '45' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 response: body: - string: "{\"jobId\":\"2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\",\"createdDateTime\":\"2020-11-13T22:33:08Z\",\"expirationDateTime\":\"2020-11-14T22:33:08Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:33:09.1294725Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" headers: - apim-request-id: c6a01d22-9f2c-45cd-955e-7d3d505aca09 + apim-request-id: 73aff491-7f25-4205-bee6-a0956532633c content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:33:39 GMT + date: Thu, 19 Nov 2020 21:24:44 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: '108' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 response: body: - string: "{\"jobId\":\"2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\",\"createdDateTime\":\"2020-11-13T22:33:08Z\",\"expirationDateTime\":\"2020-11-14T22:33:08Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:33:09.1294725Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" headers: - apim-request-id: 331ad821-64c1-42ef-877d-79f08eb3f82d + apim-request-id: 4e70b9bd-bfdb-4f11-acc7-90495a6ecfdd content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:34:09 GMT + date: Thu, 19 Nov 2020 21:24:48 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: '120' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 response: body: - string: "{\"jobId\":\"2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\",\"createdDateTime\":\"2020-11-13T22:33:08Z\",\"expirationDateTime\":\"2020-11-14T22:33:08Z\",\"status\":\"succeeded\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:33:09Z\"},\"completed\":3,\"failed\":0,\"inProgress\":0,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:33:09.1294725Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\":\"escrito - en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"entityRecognitionPiiTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:33:09.1294725Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"redactedText\":\"I - should take my cat to the veterinarian.\",\"id\":\"1\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"Este - es un document escrito en Espa\xF1ol.\",\"id\":\"4\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"\u732B\u306F\u5E78\u305B\",\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:33:09.1294725Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" headers: - apim-request-id: ae9beb5e-3f8b-4bd1-9493-639769a951f4 + apim-request-id: 84dac627-e024-401b-a5e2-d2f8adb62279 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:34:41 GMT + date: Thu, 19 Nov 2020 21:24:53 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '423' + x-envoy-upstream-service-time: '137' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/2ffc7bd8-be34-434b-b7f3-c7be65faf53e_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: 2ed1e3fe-fc13-41f9-82bb-475fd7656987 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:59 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '105' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: 08f0adcb-5911-4b16-9067-ea7d51eb8507 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:04 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '125' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: dd812813-034d-4082-8a97-fa74e04ec9e3 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:09 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '106' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: 7844f9f0-7fba-4eaa-89d8-7da313f344e4 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:15 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '108' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: f55e6c11-3785-4f80-9823-16b175520a39 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:19 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '124' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: f5e466f7-4571-4291-ac03-87384fd7df39 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:25 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '158' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: 09234297-ec70-4862-8025-eddc022efae1 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:30 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '139' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: cd44bc2f-5c83-4fdb-88b9-ad5a5c8de2a4 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:35 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '112' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: 85d8adf2-493b-4306-9a4c-30b8f7d9c7b3 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '122' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: f5a73e20-b558-44ac-931e-111c210e0051 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:46 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '126' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: b3798235-1961-4356-b598-f4b4ad7fb3e9 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:51 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '136' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: 902c00b6-4ae3-49e3-9c31-2ea649b7acc0 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:25:57 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '138' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: 4e55c900-728a-4c34-804d-732d6fa1089d + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:02 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '124' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: c1ef3216-9fa5-4cee-9a85-d860f77db985 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:06 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '145' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: cd6a3bd9-dc29-4a88-b22e-4e5755c8014b + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:11 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '104' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: 92aaa01d-1db0-42ec-95f8-7f6ec084ca53 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '119' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: b39d2968-6e95-40fa-a4a0-4c845837fc4e + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:23 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '131' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: c885e350-91e2-4eb4-b329-6001e88ec3b9 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '116' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: c909493b-4724-4be2-9cfc-1f4b77d43ab7 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:32 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '132' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: e39eeb08-10bf-4cd2-9e51-6706184bd598 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:39 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '972' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: be257db5-fe54-46c6-a2fe-76141e717002 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:44 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '115' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 + response: + body: + string: "{\"jobId\":\"25a77951-1099-423b-978c-c403811ea94b_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\",\"createdDateTime\":\"2020-11-19T21:24:38Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:24:38Z\",\"status\":\"succeeded\"\ + ,\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:24:39Z\"\ + },\"completed\":3,\"failed\":0,\"inProgress\":0,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"4\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + entityRecognitionPiiTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:24:39.2038201Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"redactedText\":\"\ + I should take my cat to the veterinarian.\",\"id\":\"1\",\"entities\":[],\"\ + warnings\":[]},{\"redactedText\":\"Este es un document escrito en Espa\xF1\ + ol.\",\"id\":\"4\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"\u732B\ + \u306F\u5E78\u305B\",\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\"\ + :[],\"modelVersion\":\"2020-07-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\"\ + :\"2020-11-19T21:24:39.2038201Z\",\"results\":{\"inTerminalState\":true,\"\ + documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\"\ + :[]},{\"id\":\"4\",\"keyPhrases\":[\"Este es\",\"document escrito en Espa\xF1\ + ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\ + \"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: e418cf48-9e33-478e-8526-a99b17e3cb9c + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:26:50 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '179' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/25a77951-1099-423b-978c-c403811ea94b_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml index 85a2551dc7c5..7f7cacb7b5d5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -16,142 +16,919 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze response: body: string: '' headers: - apim-request-id: 592ad1fb-ff98-4f52-ae5e-df4ffef6b61b - date: Fri, 13 Nov 2020 22:34:42 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + apim-request-id: cabc9fb6-9124-4ff4-91d5-6bea30337730 + date: Thu, 19 Nov 2020 21:22:04 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 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: '37' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/analyze - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 response: body: - string: "{\"jobId\":\"396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\",\"createdDateTime\":\"2020-11-13T22:34:42Z\",\"expirationDateTime\":\"2020-11-14T22:34:42Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" headers: - apim-request-id: 9107f719-970e-4e9e-8085-1fe60558b979 + apim-request-id: cda0f012-978c-4a41-a15b-61372f9d986b content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:35:12 GMT + date: Thu, 19 Nov 2020 21:22:09 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: '108' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: d84aba55-003d-40a9-9832-fe3caaf4e831 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:14 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '145' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: b85d4d30-f3b1-45b4-a635-98e503a596d6 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:19 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '113' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: 6c293062-e017-4f12-a12d-a58d11049765 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:24 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '129' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: e97a6ab8-5138-4261-982d-1a41c085f91c + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:29 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '145' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: 6ae942b2-65dd-4fff-8ff0-fb1f041dbf24 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:35 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '156' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: 037af534-935d-487b-af1d-3fbec133f69c + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '349' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: bbc12714-100c-4bfe-bff2-02ffd2d5eb97 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:46 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '172' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: 4df6c493-32c2-48e3-9586-bec034342f34 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:51 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '124' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: 2cc542de-a33f-4926-9015-74339ac68de6 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:22:56 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '126' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" + headers: + apim-request-id: 5076d50f-2525-476c-ae1b-dc5ed3a14775 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:02 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '124' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 response: body: - string: "{\"jobId\":\"396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\",\"createdDateTime\":\"2020-11-13T22:34:42Z\",\"expirationDateTime\":\"2020-11-14T22:34:42Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\"},\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":1,\"failed\":0,\"inProgress\":2,\"total\":3,\"keyPhraseExtractionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\"\ + ,\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\"\ + ,\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\"\ + :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ + :\"2020-07-01\"}}]}}" headers: - apim-request-id: 3de3c2cc-99e2-4cb2-9c5f-f390ea1dab2f + apim-request-id: 892141f9-088f-4e3e-8986-35b6426262e4 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:35:44 GMT + date: Thu, 19 Nov 2020 21:23:07 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: '124' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 response: body: - string: "{\"jobId\":\"396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\",\"createdDateTime\":\"2020-11-13T22:34:42Z\",\"expirationDateTime\":\"2020-11-14T22:34:42Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\"},\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\":\"escrito - en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" headers: - apim-request-id: fafd3665-6a42-44f8-b781-ad2650d41b34 + apim-request-id: ff3d35d4-d6b3-45b6-a39d-982070b928f4 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:36:15 GMT + date: Thu, 19 Nov 2020 21:23:12 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: '147' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: 92157c5b-e1cb-45ee-9705-abd3caf553e6 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:17 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '158' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: 50a317d9-1af5-4284-9808-bb35f2f85178 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:22 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '161' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: 69848093-f464-4c36-87b3-ebfadbef4eab + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:28 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '159' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: b339fa7c-0137-4ba6-b994-d37ae709ec06 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:33 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '153' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: 8738439c-6755-45a7-92cb-9c27393aade2 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:38 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '145' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: 5e6c4101-55e7-47be-9fc1-7f1d0253c0bc + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:43 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '167' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: 62d97366-c9a3-421e-86b2-2a86bbd1cd9d + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:49 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '182' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: f4fe4e71-0f29-4220-8147-00da9253e48d + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:54 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '154' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: 7cb4427b-12dc-4edb-b104-c1512abd3dba + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:23:59 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '172' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 + response: + body: + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + headers: + apim-request-id: a9c2bd1c-6241-47d0-89e7-5acf30909141 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:24:04 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '188' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 response: body: - string: "{\"jobId\":\"396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\",\"createdDateTime\":\"2020-11-13T22:34:42Z\",\"expirationDateTime\":\"2020-11-14T22:34:42Z\",\"status\":\"running\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\"},\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\":\"escrito - en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"running\",\"\ + errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":2,\"failed\":0,\"inProgress\":1,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\"\ + :[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\"\ + :[\"Este es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\"\ + :\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"\ + errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" headers: - apim-request-id: 68f9b020-07a1-42df-8f86-618e4ed9bf47 + apim-request-id: 632a7416-5478-4d89-a94d-b08abb2142e1 content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:36:46 GMT + date: Thu, 19 Nov 2020 21:24:09 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '320' + x-envoy-upstream-service-time: '157' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 response: body: - string: "{\"jobId\":\"396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000\",\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\",\"createdDateTime\":\"2020-11-13T22:34:42Z\",\"expirationDateTime\":\"2020-11-14T22:34:42Z\",\"status\":\"succeeded\",\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-13T22:34:43Z\"},\"completed\":3,\"failed\":0,\"inProgress\":0,\"total\":3,\"entityRecognitionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\":\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\":\"escrito - en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\":18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"entityRecognitionPiiTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"redactedText\":\"I - should take my cat to the veterinarian.\",\"id\":\"1\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"Este - es un document escrito en Espa\xF1ol.\",\"id\":\"2\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"\u732B\u306F\u5E78\u305B\",\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\":\"2020-11-13T22:34:43.3221382Z\",\"results\":{\"inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\":[]},{\"id\":\"2\",\"keyPhrases\":[\"Este - es\",\"document escrito en Espa\xF1ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" + string: "{\"jobId\":\"701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000\"\ + ,\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\",\"createdDateTime\":\"2020-11-19T21:22:04Z\"\ + ,\"expirationDateTime\":\"2020-11-20T21:22:04Z\",\"status\":\"succeeded\"\ + ,\"errors\":[],\"tasks\":{\"details\":{\"lastUpdateDateTime\":\"2020-11-19T21:22:04Z\"\ + },\"completed\":3,\"failed\":0,\"inProgress\":0,\"total\":3,\"entityRecognitionTasks\"\ + :[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"\ + inTerminalState\":true,\"documents\":[{\"id\":\"1\",\"entities\":[{\"text\"\ + :\"veterinarian\",\"category\":\"PersonType\",\"offset\":28,\"length\":12,\"\ + confidenceScore\":0.8}],\"warnings\":[]},{\"id\":\"2\",\"entities\":[{\"text\"\ + :\"escrito en Espa\xF1ol\",\"category\":\"Location\",\"offset\":20,\"length\"\ + :18,\"confidenceScore\":0.25}],\"warnings\":[]},{\"id\":\"3\",\"entities\"\ + :[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}}],\"\ + entityRecognitionPiiTasks\":[{\"lastUpdateDateTime\":\"2020-11-19T21:22:04.7744371Z\"\ + ,\"results\":{\"inTerminalState\":true,\"documents\":[{\"redactedText\":\"\ + I should take my cat to the veterinarian.\",\"id\":\"1\",\"entities\":[],\"\ + warnings\":[]},{\"redactedText\":\"Este es un document escrito en Espa\xF1\ + ol.\",\"id\":\"2\",\"entities\":[],\"warnings\":[]},{\"redactedText\":\"\u732B\ + \u306F\u5E78\u305B\",\"id\":\"3\",\"entities\":[],\"warnings\":[]}],\"errors\"\ + :[],\"modelVersion\":\"2020-07-01\"}}],\"keyPhraseExtractionTasks\":[{\"lastUpdateDateTime\"\ + :\"2020-11-19T21:22:04.7744371Z\",\"results\":{\"inTerminalState\":true,\"\ + documents\":[{\"id\":\"1\",\"keyPhrases\":[\"cat\",\"veterinarian\"],\"warnings\"\ + :[]},{\"id\":\"2\",\"keyPhrases\":[\"Este es\",\"document escrito en Espa\xF1\ + ol\"],\"warnings\":[]},{\"id\":\"3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\ + \"],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}}]}}" headers: - apim-request-id: e194d045-7541-40f9-b88c-b8b9eba42831 + apim-request-id: 3f85f0f6-8710-4ab5-911f-33c2f2816e2f content-type: application/json; charset=utf-8 - date: Fri, 13 Nov 2020 22:37:17 GMT + date: Thu, 19 Nov 2020 21:24:15 GMT 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: '187' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/analyze/jobs/396ee95e-72c2-4905-bfe0-762d6a895b5f_637408224000000000 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/analyze/jobs/701423e9-37c5-4d27-bfd3-442454d17541_637413408000000000 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_dict.yaml index a201bc4f8308..805aa0e0005a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_dict.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_dict.yaml @@ -15,19 +15,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - e96f134c-f6b0-48d7-95a6-ee88fb51ae0f + - 3b78a900-ca37-4bba-8780-2d10a6dec2d0 date: - - Fri, 13 Nov 2020 20:24:47 GMT + - Thu, 19 Nov 2020 21:34:19 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d5879085-6457-4616-a128-bd78486343a8 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/b424e5f4-4582-4f44-b1c9-7de14e1c213c strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '331' + - '80' status: code: 202 message: Accepted @@ -49,21 +49,123 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d5879085-6457-4616-a128-bd78486343a8?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/b424e5f4-4582-4f44-b1c9-7de14e1c213c?showStats=True response: body: - string: '{"jobId":"d5879085-6457-4616-a128-bd78486343a8","lastUpdateDateTime":"2020-11-13T20:24:48Z","createdDateTime":"2020-11-13T20:24:47Z","expirationDateTime":"2020-11-14T20:24:47Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":2,"validDocumentsCount":2,"erroneousDocumentsCount":0,"transactionsCount":2},"documents":[{"id":"1","statistics":{"charactersCount":49,"transactionsCount":1},"entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + string: '{"jobId":"b424e5f4-4582-4f44-b1c9-7de14e1c213c","lastUpdateDateTime":"2020-11-19T21:34:19Z","createdDateTime":"2020-11-19T21:34:19Z","expirationDateTime":"2020-11-20T21:34:19Z","status":"notStarted","errors":[]}' + headers: + apim-request-id: + - 4275a967-f050-4469-841c-61dcd559e0b1 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:34:23 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '7' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/b424e5f4-4582-4f44-b1c9-7de14e1c213c?showStats=True + response: + body: + string: '{"jobId":"b424e5f4-4582-4f44-b1c9-7de14e1c213c","lastUpdateDateTime":"2020-11-19T21:34:28Z","createdDateTime":"2020-11-19T21:34:19Z","expirationDateTime":"2020-11-20T21:34:19Z","status":"running","errors":[]}' + headers: + apim-request-id: + - 11b0a714-6ff0-4611-82f9-d8e5d8cdba61 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:34:29 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '8' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/b424e5f4-4582-4f44-b1c9-7de14e1c213c?showStats=True + response: + body: + string: '{"jobId":"b424e5f4-4582-4f44-b1c9-7de14e1c213c","lastUpdateDateTime":"2020-11-19T21:34:33Z","createdDateTime":"2020-11-19T21:34:19Z","expirationDateTime":"2020-11-20T21:34:19Z","status":"running","errors":[]}' + headers: + apim-request-id: + - 5be26558-98ea-4b98-938d-76d3c83dd438 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:34:34 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '5' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/b424e5f4-4582-4f44-b1c9-7de14e1c213c?showStats=True + response: + body: + string: '{"jobId":"b424e5f4-4582-4f44-b1c9-7de14e1c213c","lastUpdateDateTime":"2020-11-19T21:34:38Z","createdDateTime":"2020-11-19T21:34:19Z","expirationDateTime":"2020-11-20T21:34:19Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":2,"validDocumentsCount":2,"erroneousDocumentsCount":0,"transactionsCount":2},"documents":[{"id":"1","statistics":{"charactersCount":49,"transactionsCount":1},"entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"2","statistics":{"charactersCount":46,"transactionsCount":1},"entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - 819e4bc3-0cee-4d56-bb83-16e72b50f497 + - 26c42f01-2c13-4564-9924-4a0e3b842506 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 20:25:17 GMT + - Thu, 19 Nov 2020 21:34:39 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -71,7 +173,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '310' + - '37' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_text_document_input.yaml index 0c9416195223..f9efdc811025 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_text_document_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_all_successful_passing_text_document_input.yaml @@ -15,19 +15,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - 2fc92877-8949-4e36-be55-3245b100530e + - 2e3b414c-4049-4867-a3e3-069144cee599 date: - - Fri, 13 Nov 2020 23:45:49 GMT + - Thu, 19 Nov 2020 21:28:14 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/bc0b39d1-438d-4504-b7d7-713ee43769f4 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/7cc9f684-e7ed-45b8-9655-bfc0b2a80496 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '299' + - '96' status: code: 202 message: Accepted @@ -49,21 +49,21 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/bc0b39d1-438d-4504-b7d7-713ee43769f4 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/7cc9f684-e7ed-45b8-9655-bfc0b2a80496 response: body: - string: '{"jobId":"bc0b39d1-438d-4504-b7d7-713ee43769f4","lastUpdateDateTime":"2020-11-13T23:45:56Z","createdDateTime":"2020-11-13T23:45:49Z","expirationDateTime":"2020-11-14T23:45:49Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + string: '{"jobId":"7cc9f684-e7ed-45b8-9655-bfc0b2a80496","lastUpdateDateTime":"2020-11-19T21:28:16Z","createdDateTime":"2020-11-19T21:28:14Z","expirationDateTime":"2020-11-20T21:28:14Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"2","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - 695bcbef-655e-4bd2-b298-06c251f3d9ec + - 6098146a-47df-474c-9bce-a84bca266524 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 23:46:20 GMT + - Thu, 19 Nov 2020 21:28:19 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -71,7 +71,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '345' + - '39' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_credentials.yaml index 4b4fe01e7bba..79563f2fbe7b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_credentials.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_credentials.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -26,7 +26,7 @@ interactions: content-length: - '224' date: - - Tue, 10 Nov 2020 01:22:53 GMT + - Thu, 19 Nov 2020 21:22:24 GMT status: code: 401 message: PermissionDenied diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_model_version_error.yaml index 3b51c39beae9..39cb705febbd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_model_version_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_bad_model_version_error.yaml @@ -14,19 +14,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=bad&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=bad&stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - 27e8cde7-a358-4ce3-ac20-1179b47821b2 + - e9afdf2b-d3ea-4081-b637-77ad22c9471d date: - - Fri, 13 Nov 2020 23:46:22 GMT + - Thu, 19 Nov 2020 21:26:51 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9cd3e427-7f96-4c87-98a6-6678479af4ae + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/dd00ad84-9082-4f8e-abd0-cb7054836b2e strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -34,7 +34,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '93' + - '69' status: code: 202 message: Accepted @@ -48,21 +48,21 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9cd3e427-7f96-4c87-98a6-6678479af4ae + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/dd00ad84-9082-4f8e-abd0-cb7054836b2e response: body: - string: '{"jobId":"9cd3e427-7f96-4c87-98a6-6678479af4ae","lastUpdateDateTime":"2020-11-13T23:46:24Z","createdDateTime":"2020-11-13T23:46:22Z","expirationDateTime":"2020-11-14T23:46:22Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"dd00ad84-9082-4f8e-abd0-cb7054836b2e","lastUpdateDateTime":"2020-11-19T21:26:52Z","createdDateTime":"2020-11-19T21:26:51Z","expirationDateTime":"2020-11-20T21:26:51Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - 5569709e-3ae2-41ce-a9bd-56cb4356f7fc + - 9fefe136-a198-4cf7-b36f-e50b95486378 content-type: - application/json; charset=utf-8 date: - - Fri, 13 Nov 2020 23:46:51 GMT + - Thu, 19 Nov 2020 21:26:56 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -70,7 +70,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '91' + - '35' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_cancellation.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_cancellation.yaml index d6d03038efe9..0ebabbfc4b7f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_cancellation.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_cancellation.yaml @@ -19,19 +19,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - 77de9997-6e6c-4fdc-bf14-ea54c5e8788a + - b49b5cbe-bf26-464d-97b6-a29d3cce5589 date: - - Sat, 14 Nov 2020 00:22:22 GMT + - Thu, 19 Nov 2020 21:24:16 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/40d0514b-2b63-4773-9384-54c3ea2d10db + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/2d8cc496-210c-4983-9e32-6205708918ca strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '361' + - '169' status: code: 202 message: Accepted @@ -55,19 +55,19 @@ interactions: Content-Length: - '0' User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: DELETE - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/40d0514b-2b63-4773-9384-54c3ea2d10db + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/2d8cc496-210c-4983-9e32-6205708918ca response: body: string: '' headers: apim-request-id: - - d51a254e-bb80-4388-9e90-460a092f5ebc + - 9ee8d11b-b9a4-4877-87d9-b6f1e026109b date: - - Sat, 14 Nov 2020 00:22:22 GMT + - Thu, 19 Nov 2020 21:24:17 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/40d0514b-2b63-4773-9384-54c3ea2d10db + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/2d8cc496-210c-4983-9e32-6205708918ca strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -75,7 +75,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '103' + - '12' status: code: 202 message: Accepted @@ -89,19 +89,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/40d0514b-2b63-4773-9384-54c3ea2d10db + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/2d8cc496-210c-4983-9e32-6205708918ca response: body: - string: '{"jobId":"40d0514b-2b63-4773-9384-54c3ea2d10db","lastUpdateDateTime":"2020-11-14T00:22:22Z","createdDateTime":"2020-11-14T00:22:21Z","expirationDateTime":"2020-11-15T00:22:21Z","status":"cancelled","errors":[]}' + string: '{"jobId":"2d8cc496-210c-4983-9e32-6205708918ca","lastUpdateDateTime":"2020-11-19T21:24:17Z","createdDateTime":"2020-11-19T21:24:17Z","expirationDateTime":"2020-11-20T21:24:17Z","status":"cancelled","errors":[]}' headers: apim-request-id: - - b0fc96bb-3d54-423b-81da-679552aa0f7e + - be25f035-4c73-47e4-8a5d-72459d6eabd1 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:22:52 GMT + - Thu, 19 Nov 2020 21:24:21 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -109,7 +109,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '83' + - '6' status: code: 200 message: OK @@ -123,19 +123,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/40d0514b-2b63-4773-9384-54c3ea2d10db + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/2d8cc496-210c-4983-9e32-6205708918ca response: body: - string: '{"jobId":"40d0514b-2b63-4773-9384-54c3ea2d10db","lastUpdateDateTime":"2020-11-14T00:22:22Z","createdDateTime":"2020-11-14T00:22:21Z","expirationDateTime":"2020-11-15T00:22:21Z","status":"cancelled","errors":[]}' + string: '{"jobId":"2d8cc496-210c-4983-9e32-6205708918ca","lastUpdateDateTime":"2020-11-19T21:24:17Z","createdDateTime":"2020-11-19T21:24:17Z","expirationDateTime":"2020-11-20T21:24:17Z","status":"cancelled","errors":[]}' headers: apim-request-id: - - 0fc174bb-350f-4203-9bac-41cedf654209 + - 8736e340-d1e6-407f-9315-1a91ae611a24 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:22:53 GMT + - Thu, 19 Nov 2020 21:24:21 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -143,7 +143,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '6' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_client_passed_default_language_hint.yaml index 1d8baf002ebb..ee3bdb33db51 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_client_passed_default_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_client_passed_default_language_hint.yaml @@ -16,19 +16,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - 50fb3e50-6e6c-4798-b79c-9ac88ab73890 + - 3df39199-897f-4bcc-a93d-39244a4e483e date: - - Tue, 10 Nov 2020 01:23:27 GMT + - Thu, 19 Nov 2020 21:34:41 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/16947102-a4e6-4d4e-abba-10d8a55771ae + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/3a7fd996-e713-4dc8-a8d4-95efa8b5eee6 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '117' + - '115' status: code: 202 message: Accepted @@ -50,19 +50,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/16947102-a4e6-4d4e-abba-10d8a55771ae + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/3a7fd996-e713-4dc8-a8d4-95efa8b5eee6 response: body: - string: '{"jobId":"16947102-a4e6-4d4e-abba-10d8a55771ae","lastUpdateDateTime":"2020-11-10T01:23:28Z","createdDateTime":"2020-11-10T01:23:27Z","expirationDateTime":"2020-11-11T01:23:27Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"3a7fd996-e713-4dc8-a8d4-95efa8b5eee6","lastUpdateDateTime":"2020-11-19T21:34:43Z","createdDateTime":"2020-11-19T21:34:41Z","expirationDateTime":"2020-11-20T21:34:41Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - e98baf7d-88c7-47eb-b70e-3c7fe9bc10c7 + - 9b726e08-1b82-4c3e-bf86-376313fc9a86 content-type: - application/json; charset=utf-8 date: - - Tue, 10 Nov 2020 01:23:57 GMT + - Thu, 19 Nov 2020 21:34:46 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -70,7 +70,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '220' + - '49' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_no_result_attribute.yaml index 239ccdc398d3..9d9985d1234e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_no_result_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_no_result_attribute.yaml @@ -13,19 +13,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - 4a9aca8c-5a48-4bf0-81e4-b61aa0a7c77d + - 2a0a1260-f913-4e46-a9e6-1889563291ae date: - - Sat, 14 Nov 2020 00:30:10 GMT + - Thu, 19 Nov 2020 21:28:20 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/5f0e9866-b2cb-4743-b2fc-7e7301401ba5 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/4db50e49-df5b-43b6-a0d5-64fccf2973d9 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -33,7 +33,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '170' + - '92' status: code: 202 message: Accepted @@ -47,21 +47,21 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/5f0e9866-b2cb-4743-b2fc-7e7301401ba5 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/4db50e49-df5b-43b6-a0d5-64fccf2973d9 response: body: - string: '{"jobId":"5f0e9866-b2cb-4743-b2fc-7e7301401ba5","lastUpdateDateTime":"2020-11-14T00:30:12Z","createdDateTime":"2020-11-14T00:30:10Z","expirationDateTime":"2020-11-15T00:30:10Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"4db50e49-df5b-43b6-a0d5-64fccf2973d9","lastUpdateDateTime":"2020-11-19T21:28:22Z","createdDateTime":"2020-11-19T21:28:21Z","expirationDateTime":"2020-11-20T21:28:21Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - 3a920034-2beb-4b1e-894e-cf5503b72933 + - acd93d2f-d9e2-4b24-90ce-dc98791d1b68 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:30:41 GMT + - Thu, 19 Nov 2020 21:28:25 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -69,7 +69,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '220' + - '27' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_nonexistent_attribute.yaml index 615f90ab7081..d2d367dd63b6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_nonexistent_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_attribute_error_nonexistent_attribute.yaml @@ -13,19 +13,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - c54c7add-e31e-47d9-8d2d-c46548c39c05 + - 7d53b7b5-221b-4c13-b05c-dace3360b3d9 date: - - Sat, 14 Nov 2020 00:30:42 GMT + - Thu, 19 Nov 2020 21:22:25 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a211653c-aea9-496a-a675-9db195281a38 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/12ee0446-173b-4968-a68e-9a56e59e54b3 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -33,7 +33,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '155' + - '74' status: code: 202 message: Accepted @@ -47,21 +47,21 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a211653c-aea9-496a-a675-9db195281a38 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/12ee0446-173b-4968-a68e-9a56e59e54b3 response: body: - string: '{"jobId":"a211653c-aea9-496a-a675-9db195281a38","lastUpdateDateTime":"2020-11-14T00:30:44Z","createdDateTime":"2020-11-14T00:30:42Z","expirationDateTime":"2020-11-15T00:30:42Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"12ee0446-173b-4968-a68e-9a56e59e54b3","lastUpdateDateTime":"2020-11-19T21:22:28Z","createdDateTime":"2020-11-19T21:22:26Z","expirationDateTime":"2020-11-20T21:22:26Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - f0992fef-78f3-428b-b4a4-f621c050b557 + - 7b108e36-d77c-4a4e-aa4f-918492a57846 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:31:12 GMT + - Thu, 19 Nov 2020 21:22:30 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -69,7 +69,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '193' + - '29' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_errors.yaml index 6a3a05cefbff..ccda8076e325 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_errors.yaml @@ -16,19 +16,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - ce11d25d-4ab4-43f1-a359-c8b355d65107 + - e98660f1-8bb0-423b-ba56-ddb2ffbe2812 date: - - Sat, 14 Nov 2020 00:31:13 GMT + - Thu, 19 Nov 2020 21:31:06 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c78cb4cb-42ab-4902-807c-2614176d2d56 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/80dfd1c8-af56-4fef-a7a8-706915f5a3cd strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '127' + - '92' status: code: 202 message: Accepted @@ -50,12 +50,12 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c78cb4cb-42ab-4902-807c-2614176d2d56 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/80dfd1c8-af56-4fef-a7a8-706915f5a3cd response: body: - string: '{"jobId":"c78cb4cb-42ab-4902-807c-2614176d2d56","lastUpdateDateTime":"2020-11-14T00:31:20Z","createdDateTime":"2020-11-14T00:31:13Z","expirationDateTime":"2020-11-15T00:31:13Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"80dfd1c8-af56-4fef-a7a8-706915f5a3cd","lastUpdateDateTime":"2020-11-19T21:31:07Z","createdDateTime":"2020-11-19T21:31:07Z","expirationDateTime":"2020-11-20T21:31:07Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid @@ -66,11 +66,11 @@ interactions: see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - 4e2f90fb-5a5f-4e11-a6f7-7c26ed8dc672 + - 2359c6de-468a-4985-aa0f-49e87b024cb3 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:31:43 GMT + - Thu, 19 Nov 2020 21:31:11 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -78,7 +78,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '129' + - '42' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_warnings.yaml index 20d8424f4950..856384733391 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_warnings.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_document_warnings.yaml @@ -14,19 +14,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - a2758e55-2839-40dd-8bb7-3d517cb386d4 + - 7e0b6fb2-bb67-4056-a02a-b8968f3b9018 date: - - Sat, 14 Nov 2020 00:31:44 GMT + - Thu, 19 Nov 2020 21:26:57 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/6780683f-729c-4078-8c5e-9249dfd551c3 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/98afdce1-8245-4c28-ab5d-ef749aeadd0b strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -34,7 +34,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '105' + - '68' status: code: 202 message: Accepted @@ -48,19 +48,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/6780683f-729c-4078-8c5e-9249dfd551c3 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/98afdce1-8245-4c28-ab5d-ef749aeadd0b response: body: - string: '{"jobId":"6780683f-729c-4078-8c5e-9249dfd551c3","lastUpdateDateTime":"2020-11-14T00:31:46Z","createdDateTime":"2020-11-14T00:31:44Z","expirationDateTime":"2020-11-15T00:31:44Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"98afdce1-8245-4c28-ab5d-ef749aeadd0b","lastUpdateDateTime":"2020-11-19T21:27:01Z","createdDateTime":"2020-11-19T21:26:58Z","expirationDateTime":"2020-11-20T21:26:58Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - e004493b-5e52-416c-aa6a-bc064717dd35 + - 26cbd627-47c1-4ebc-aeff-97722300cc4d content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:32:14 GMT + - Thu, 19 Nov 2020 21:27:02 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -68,7 +68,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '43' + - '32' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_duplicate_ids_error.yaml index a86576ca9e93..35c02368545c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_duplicate_ids_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_duplicate_ids_error.yaml @@ -14,20 +14,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request contains duplicated Ids. Make sure each document has a unique Id."}}}' headers: apim-request-id: - - c6a071cb-e5f7-4280-afc6-5fef7c2d9658 + - 0901a9c5-0204-495e-a259-00b4efd38f43 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:32:15 GMT + - Thu, 19 Nov 2020 21:24:23 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '6' + - '3' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_empty_credential_class.yaml index 61ae94ad9030..65406747d25d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_empty_credential_class.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_empty_credential_class.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -26,7 +26,7 @@ interactions: content-length: - '224' date: - - Tue, 10 Nov 2020 01:26:07 GMT + - Thu, 19 Nov 2020 21:34:48 GMT status: code: 401 message: PermissionDenied diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_all_errors.yaml index 4c1f099c67b3..24d1ad7112f9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_all_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_all_errors.yaml @@ -15,19 +15,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - 3583e9a2-9293-45ca-982c-01658496dff6 + - 12ecdd4e-c0ec-4718-acc6-1982236929ec date: - - Sat, 14 Nov 2020 00:32:17 GMT + - Thu, 19 Nov 2020 21:28:27 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/899bcc93-a3d4-41a6-af2b-821d7348cfec + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/ddf73bf1-733a-4191-83d2-461018d80615 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '133' + - '105' status: code: 202 message: Accepted @@ -49,12 +49,12 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/899bcc93-a3d4-41a6-af2b-821d7348cfec + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/ddf73bf1-733a-4191-83d2-461018d80615 response: body: - string: '{"jobId":"899bcc93-a3d4-41a6-af2b-821d7348cfec","lastUpdateDateTime":"2020-11-14T00:32:19Z","createdDateTime":"2020-11-14T00:32:17Z","expirationDateTime":"2020-11-15T00:32:17Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"ddf73bf1-733a-4191-83d2-461018d80615","lastUpdateDateTime":"2020-11-19T21:28:31Z","createdDateTime":"2020-11-19T21:28:27Z","expirationDateTime":"2020-11-20T21:28:27Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid @@ -63,11 +63,11 @@ interactions: text is empty."}}}],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - c1a730f3-eeee-466a-8a87-db706423e21b + - 36d44cd1-7ba1-450e-bd3e-cecc9e3dab6b content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:32:47 GMT + - Thu, 19 Nov 2020 21:28:32 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -75,7 +75,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '76' + - '42' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_some_errors.yaml index c9e2e6ce3018..7de3a939d263 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_some_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_input_with_some_errors.yaml @@ -16,19 +16,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - 6a85403e-f7ec-42c4-92c4-d70586708d93 + - 9aa7d83f-7f0e-42dc-93f3-dbdc80920536 date: - - Sat, 14 Nov 2020 00:32:47 GMT + - Thu, 19 Nov 2020 21:22:32 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/531204bb-2dce-4301-b9cf-a79e4fa215f6 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/03691eaf-ed94-4dc0-bdee-7041c257c4cc strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '142' + - '181' status: code: 202 message: Accepted @@ -50,12 +50,46 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/531204bb-2dce-4301-b9cf-a79e4fa215f6 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/03691eaf-ed94-4dc0-bdee-7041c257c4cc response: body: - string: '{"jobId":"531204bb-2dce-4301-b9cf-a79e4fa215f6","lastUpdateDateTime":"2020-11-14T00:32:49Z","createdDateTime":"2020-11-14T00:32:48Z","expirationDateTime":"2020-11-15T00:32:48Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"3","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + string: '{"jobId":"03691eaf-ed94-4dc0-bdee-7041c257c4cc","lastUpdateDateTime":"2020-11-19T21:22:33Z","createdDateTime":"2020-11-19T21:22:32Z","expirationDateTime":"2020-11-20T21:22:32Z","status":"running","errors":[]}' + headers: + apim-request-id: + - b4842e99-344e-461e-ac05-f40545481512 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:22:37 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '7' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/03691eaf-ed94-4dc0-bdee-7041c257c4cc + response: + body: + string: '{"jobId":"03691eaf-ed94-4dc0-bdee-7041c257c4cc","lastUpdateDateTime":"2020-11-19T21:22:38Z","createdDateTime":"2020-11-19T21:22:32Z","expirationDateTime":"2020-11-20T21:22:32Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"3","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/0/entities/2","target":"#/results/documents/0/entities/1"}],"warnings":[]}],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid @@ -63,11 +97,11 @@ interactions: language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - ad5bafba-5241-471d-b561-6c51e9fdc404 + - 55a7adc5-b95f-4dcc-96c9-cf79d1a84243 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:33:18 GMT + - Thu, 19 Nov 2020 21:22:42 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -75,7 +109,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '71' + - '46' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_docs.yaml index 3ab851b33eac..3d183b11824c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_docs.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_docs.yaml @@ -14,19 +14,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - bd71ef9c-248d-47d5-b81e-e3a02b1ff618 + - 7a2181fe-0834-402b-bac2-082e9c7a34ed date: - - Sat, 14 Nov 2020 00:33:19 GMT + - Thu, 19 Nov 2020 21:31:13 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/b3ffb11d-2188-4b14-b08f-dfba65c69a2b + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/39a15099-1683-4182-86ca-b695840c1fdb strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -34,7 +34,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '82' + - '68' status: code: 202 message: Accepted @@ -48,21 +48,21 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/b3ffb11d-2188-4b14-b08f-dfba65c69a2b + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/39a15099-1683-4182-86ca-b695840c1fdb response: body: - string: '{"jobId":"b3ffb11d-2188-4b14-b08f-dfba65c69a2b","lastUpdateDateTime":"2020-11-14T00:33:21Z","createdDateTime":"2020-11-14T00:33:20Z","expirationDateTime":"2020-11-15T00:33:20Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"39a15099-1683-4182-86ca-b695840c1fdb","lastUpdateDateTime":"2020-11-19T21:31:17Z","createdDateTime":"2020-11-19T21:31:13Z","expirationDateTime":"2020-11-20T21:31:13Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - 9fac467c-31e6-42d4-9a1b-f98cb8456c3b + - 3d6342a6-159e-405c-bbcb-86999840ded9 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:33:49 GMT + - Thu, 19 Nov 2020 21:31:18 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -70,7 +70,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '46' + - '41' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_method.yaml index 15784d653a3e..5e5cdd66da46 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_method.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_invalid_language_hint_method.yaml @@ -14,19 +14,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - 0a325d22-9a13-47cd-9da5-6b600cc6e90f + - 5ec147b3-22df-40ea-9143-b15d47309781 date: - - Sat, 14 Nov 2020 00:33:51 GMT + - Thu, 19 Nov 2020 21:27:03 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c9ddfdc7-0388-4d63-b933-6d63a0b8131f + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/df7a8aba-cd47-4ef3-948a-6468c86ac8c3 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -34,7 +34,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '80' + - '85' status: code: 202 message: Accepted @@ -48,21 +48,21 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c9ddfdc7-0388-4d63-b933-6d63a0b8131f + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/df7a8aba-cd47-4ef3-948a-6468c86ac8c3 response: body: - string: '{"jobId":"c9ddfdc7-0388-4d63-b933-6d63a0b8131f","lastUpdateDateTime":"2020-11-14T00:33:51Z","createdDateTime":"2020-11-14T00:33:51Z","expirationDateTime":"2020-11-15T00:33:51Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"df7a8aba-cd47-4ef3-948a-6468c86ac8c3","lastUpdateDateTime":"2020-11-19T21:27:06Z","createdDateTime":"2020-11-19T21:27:04Z","expirationDateTime":"2020-11-20T21:27:04Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - df128fea-6ae6-4fe1-ae97-c053453f50a4 + - a1e3b5f1-3023-42f4-bc8c-a6e143248447 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:34:20 GMT + - Thu, 19 Nov 2020 21:27:08 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -70,7 +70,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '55' + - '26' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_returned_successfully.yaml index 88bdba003b17..280956022e9a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_returned_successfully.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_returned_successfully.yaml @@ -19,19 +19,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - 245863c5-81b2-4d1a-8aa5-01cdcc072d6b + - 2d92df76-880b-4f5d-bbbd-eb5ea431f205 date: - - Sat, 14 Nov 2020 00:34:22 GMT + - Thu, 19 Nov 2020 21:28:34 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/5abda90d-6b0e-4033-b38b-782acb916770 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/e9134a60-d1bc-4eef-a6d5-be89ce240e10 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '326' + - '151' status: code: 202 message: Accepted @@ -53,19 +53,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/5abda90d-6b0e-4033-b38b-782acb916770?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/e9134a60-d1bc-4eef-a6d5-be89ce240e10?showStats=True response: body: - string: '{"jobId":"5abda90d-6b0e-4033-b38b-782acb916770","lastUpdateDateTime":"2020-11-14T00:34:25Z","createdDateTime":"2020-11-14T00:34:22Z","expirationDateTime":"2020-11-15T00:34:22Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":10,"validDocumentsCount":10,"erroneousDocumentsCount":0,"transactionsCount":10},"documents":[{"id":"0","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"2","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"3","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"4","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"5","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"6","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"7","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"8","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"9","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"e9134a60-d1bc-4eef-a6d5-be89ce240e10","lastUpdateDateTime":"2020-11-19T21:28:34Z","createdDateTime":"2020-11-19T21:28:34Z","expirationDateTime":"2020-11-20T21:28:34Z","status":"notStarted","errors":[]}' headers: apim-request-id: - - 625efc2b-317e-4dd9-8a77-378a4fc1f2c3 + - c3995e9f-9d94-4e63-ae22-af5fbc579ebc content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:34:53 GMT + - Thu, 19 Nov 2020 21:28:39 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -73,7 +73,41 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '122' + - '7' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/e9134a60-d1bc-4eef-a6d5-be89ce240e10?showStats=True + response: + body: + string: '{"jobId":"e9134a60-d1bc-4eef-a6d5-be89ce240e10","lastUpdateDateTime":"2020-11-19T21:28:41Z","createdDateTime":"2020-11-19T21:28:34Z","expirationDateTime":"2020-11-20T21:28:34Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":10,"validDocumentsCount":10,"erroneousDocumentsCount":0,"transactionsCount":10},"documents":[{"id":"0","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"2","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"3","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"4","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"5","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"6","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"7","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"8","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"9","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - be4ed176-6e3c-4514-b76e-632ffea9ac6f + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:28:44 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '96' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_with_errors_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_with_errors_returned_successfully.yaml index 63f6c4639395..70eca02e5cf1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_with_errors_returned_successfully.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_multiple_pages_of_results_with_errors_returned_successfully.yaml @@ -19,19 +19,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - a8f9c127-4b34-4b36-b37b-39539704c30c + - a853e79b-f79f-4358-8796-1fa0d8edd4c5 date: - - Sat, 14 Nov 2020 00:34:53 GMT + - Thu, 19 Nov 2020 21:22:44 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/21df2bfb-c634-4298-a17e-d7fb6cf5c7a3 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/67d18d90-8f8a-4959-a56e-85082b3e9212 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '223' + - '173' status: code: 202 message: Accepted @@ -53,21 +53,21 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/21df2bfb-c634-4298-a17e-d7fb6cf5c7a3?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/67d18d90-8f8a-4959-a56e-85082b3e9212?showStats=True response: body: - string: '{"jobId":"21df2bfb-c634-4298-a17e-d7fb6cf5c7a3","lastUpdateDateTime":"2020-11-14T00:34:55Z","createdDateTime":"2020-11-14T00:34:54Z","expirationDateTime":"2020-11-15T00:34:54Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":10,"validDocumentsCount":9,"erroneousDocumentsCount":1,"transactionsCount":9},"documents":[{"id":"0","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"2","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"3","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"4","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"5","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"6","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"7","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"8","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"9","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"67d18d90-8f8a-4959-a56e-85082b3e9212","lastUpdateDateTime":"2020-11-19T21:22:49Z","createdDateTime":"2020-11-19T21:22:44Z","expirationDateTime":"2020-11-20T21:22:44Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":10,"validDocumentsCount":9,"erroneousDocumentsCount":1,"transactionsCount":9},"documents":[{"id":"0","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"2","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"3","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"4","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"5","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"6","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"7","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"8","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"9","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - f49e1516-f967-4fcd-a0b0-eb8e040ba9a8 + - 20a497a8-c2f4-437b-864e-51d9735f23e5 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:35:24 GMT + - Thu, 19 Nov 2020 21:22:49 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -75,7 +75,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '174' + - '82' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_out_of_order_ids.yaml index a03a3bdc84ec..f332c84ef040 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_out_of_order_ids.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_out_of_order_ids.yaml @@ -16,19 +16,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - 86773633-3a42-4391-ab56-c4809c9a1f6f + - 7e308d37-72ca-4153-964d-fbe6d7477b4f date: - - Sat, 14 Nov 2020 00:35:25 GMT + - Thu, 19 Nov 2020 21:24:25 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dc218300-a356-4130-aea6-543c532e5e62 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/9a2e26d6-5581-4a57-8760-0f4524f78f0c strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '313' + - '115' status: code: 202 message: Accepted @@ -50,21 +50,21 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dc218300-a356-4130-aea6-543c532e5e62 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/9a2e26d6-5581-4a57-8760-0f4524f78f0c response: body: - string: '{"jobId":"dc218300-a356-4130-aea6-543c532e5e62","lastUpdateDateTime":"2020-11-14T00:35:27Z","createdDateTime":"2020-11-14T00:35:25Z","expirationDateTime":"2020-11-15T00:35:25Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"56","entities":[],"relations":[],"warnings":[]},{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"19","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"9a2e26d6-5581-4a57-8760-0f4524f78f0c","lastUpdateDateTime":"2020-11-19T21:24:27Z","createdDateTime":"2020-11-19T21:24:25Z","expirationDateTime":"2020-11-20T21:24:25Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"56","entities":[],"relations":[],"warnings":[]},{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"19","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - acbe02d8-c4ba-4862-b040-63779091e18d + - 2b28af9c-6d4d-4a43-943f-a2eb240fb3a7 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:35:56 GMT + - Thu, 19 Nov 2020 21:24:30 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -72,7 +72,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '212' + - '55' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_output_same_order_as_input.yaml index 09336fb49af8..faa98f3b721b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_output_same_order_as_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_output_same_order_as_input.yaml @@ -16,19 +16,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - 8349d5a2-ea79-4e95-9b4f-cdf0c7d586c6 + - 9233c9c2-0602-4205-8a07-0b663445171a date: - - Sat, 14 Nov 2020 00:35:57 GMT + - Thu, 19 Nov 2020 21:34:49 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d506247a-d03c-4bca-b158-42f6059eaab0 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/0cafaae4-244e-4b06-b27a-1eb45811fd59 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '162' + - '304' status: code: 202 message: Accepted @@ -50,19 +50,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d506247a-d03c-4bca-b158-42f6059eaab0 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/0cafaae4-244e-4b06-b27a-1eb45811fd59 response: body: - string: '{"jobId":"d506247a-d03c-4bca-b158-42f6059eaab0","lastUpdateDateTime":"2020-11-14T00:36:00Z","createdDateTime":"2020-11-14T00:35:57Z","expirationDateTime":"2020-11-15T00:35:57Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":0,"length":3,"text":"one","category":"Dosage","confidenceScore":0.77,"isNegated":false}],"relations":[],"warnings":[]},{"id":"2","entities":[{"offset":0,"length":3,"text":"two","category":"Dosage","confidenceScore":0.62,"isNegated":false}],"relations":[],"warnings":[]},{"id":"3","entities":[{"offset":0,"length":5,"text":"three","category":"Dosage","confidenceScore":0.61,"isNegated":false}],"relations":[],"warnings":[]},{"id":"4","entities":[],"relations":[],"warnings":[]},{"id":"5","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"0cafaae4-244e-4b06-b27a-1eb45811fd59","lastUpdateDateTime":"2020-11-19T21:34:53Z","createdDateTime":"2020-11-19T21:34:49Z","expirationDateTime":"2020-11-20T21:34:49Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":0,"length":3,"text":"one","category":"Dosage","confidenceScore":0.77,"isNegated":false}],"relations":[],"warnings":[]},{"id":"2","entities":[{"offset":0,"length":3,"text":"two","category":"Dosage","confidenceScore":0.62,"isNegated":false}],"relations":[],"warnings":[]},{"id":"3","entities":[{"offset":0,"length":5,"text":"three","category":"Dosage","confidenceScore":0.61,"isNegated":false}],"relations":[],"warnings":[]},{"id":"4","entities":[],"relations":[],"warnings":[]},{"id":"5","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - cbc4653f-c2d5-4eeb-bdfc-6fc9be6a8536 + - 617edc44-de31-4fe3-8054-0cfc1f5f8871 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:36:27 GMT + - Thu, 19 Nov 2020 21:34:53 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -70,7 +70,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '101' + - '58' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_pass_cls.yaml index 7d609160778e..9ec91bbd6bf1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_pass_cls.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_pass_cls.yaml @@ -14,19 +14,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - 4832a390-78ab-418b-b855-5fdbb2ca4090 + - 12ba7253-7854-4d0b-8daf-e42ee35d13a5 date: - - Sat, 14 Nov 2020 00:36:28 GMT + - Thu, 19 Nov 2020 21:28:46 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7c3de84c-90b7-4827-af3e-895ab5094d6f + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/a0ed50b5-15ff-4499-a9d2-c34155d35fc0 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -34,7 +34,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '220' + - '61' status: code: 202 message: Accepted @@ -48,19 +48,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7c3de84c-90b7-4827-af3e-895ab5094d6f + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/a0ed50b5-15ff-4499-a9d2-c34155d35fc0 response: body: - string: '{"jobId":"7c3de84c-90b7-4827-af3e-895ab5094d6f","lastUpdateDateTime":"2020-11-14T00:36:30Z","createdDateTime":"2020-11-14T00:36:29Z","expirationDateTime":"2020-11-15T00:36:29Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[{"offset":13,"length":3,"text":"cls","category":"Diagnosis","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0265252"},{"dataSource":"CHV","id":"0000025867"},{"dataSource":"JABL","id":"238"},{"dataSource":"MDR","id":"10081806"},{"dataSource":"MEDCIN","id":"311935"},{"dataSource":"MSH","id":"D038921"},{"dataSource":"NCI","id":"C84643"},{"dataSource":"OMIM","id":"303600"},{"dataSource":"RCD","id":"Xa0Zc"},{"dataSource":"SNM","id":"D-5122"},{"dataSource":"SNMI","id":"D4-00811"},{"dataSource":"SNOMEDCT_US","id":"15182000"}]}],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"a0ed50b5-15ff-4499-a9d2-c34155d35fc0","lastUpdateDateTime":"2020-11-19T21:28:46Z","createdDateTime":"2020-11-19T21:28:46Z","expirationDateTime":"2020-11-20T21:28:46Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[{"offset":13,"length":3,"text":"cls","category":"Diagnosis","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0265252"},{"dataSource":"CHV","id":"0000025867"},{"dataSource":"JABL","id":"238"},{"dataSource":"MDR","id":"10081806"},{"dataSource":"MEDCIN","id":"311935"},{"dataSource":"MSH","id":"D038921"},{"dataSource":"NCI","id":"C84643"},{"dataSource":"OMIM","id":"303600"},{"dataSource":"RCD","id":"Xa0Zc"},{"dataSource":"SNM","id":"D-5122"},{"dataSource":"SNMI","id":"D4-00811"},{"dataSource":"SNOMEDCT_US","id":"15182000"}]}],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - fb20802a-1265-4011-a15e-b1283fd2a92d + - 5263854b-0f79-4de4-aa69-87ddb5c823ac content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:36:59 GMT + - Thu, 19 Nov 2020 21:28:51 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -68,7 +68,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '173' + - '31' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_passing_only_string.yaml index c9f5cbae978a..384a19a154d7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_passing_only_string.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_passing_only_string.yaml @@ -16,19 +16,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - e609d2f4-85df-4386-af1e-75aeb8afb466 + - 5c86de4d-7ed0-4b50-9444-d32e91720168 date: - - Sat, 14 Nov 2020 00:37:00 GMT + - Thu, 19 Nov 2020 21:31:20 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9c926bcb-1d08-4056-bc4f-4b5971d8d420 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/e28f10e9-f2d7-428e-874f-21b775ab75ae strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '321' + - '88' status: code: 202 message: Accepted @@ -50,23 +50,23 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9c926bcb-1d08-4056-bc4f-4b5971d8d420 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/e28f10e9-f2d7-428e-874f-21b775ab75ae response: body: - string: '{"jobId":"9c926bcb-1d08-4056-bc4f-4b5971d8d420","lastUpdateDateTime":"2020-11-14T00:37:02Z","createdDateTime":"2020-11-14T00:37:00Z","expirationDateTime":"2020-11-15T00:37:00Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + string: '{"jobId":"e28f10e9-f2d7-428e-874f-21b775ab75ae","lastUpdateDateTime":"2020-11-19T21:31:22Z","createdDateTime":"2020-11-19T21:31:20Z","expirationDateTime":"2020-11-20T21:31:20Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"1","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[{"id":"2","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - 06893a3b-0ee6-4a9b-9175-b399f426713e + - 176c6b58-d66b-4d39-bdfa-6e809522ced6 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:37:30 GMT + - Thu, 19 Nov 2020 21:31:24 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -74,7 +74,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '60' + - '46' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_payload_too_large.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_payload_too_large.yaml index aaee0cce4567..6297a97917d7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_payload_too_large.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_payload_too_large.yaml @@ -8513,20 +8513,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Request Payload sent is too large to be processed. Limit request size to: 524288"}}}' headers: apim-request-id: - - 4a709d6c-f895-49b1-a7fb-93d1d8a164c1 + - deda5e1c-e5de-4328-b08d-e04ecf2a2925 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:37:33 GMT + - Thu, 19 Nov 2020 21:27:11 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -8534,7 +8534,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '37' + - '25' status: code: 413 message: Payload Too Large diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_per_item_dont_use_language_hint.yaml index c4341938ff41..e26ba9f1c3b6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_per_item_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_per_item_dont_use_language_hint.yaml @@ -16,19 +16,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - 762dbd41-9f41-4a05-8cf8-7c9b78e1e58e + - f31e338d-1152-40aa-acb7-d9d7ed5bc61e date: - - Sat, 14 Nov 2020 00:37:34 GMT + - Thu, 19 Nov 2020 21:24:31 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/986a2c95-9f78-4c5d-a1f8-c0b9baf03b5d + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/365ca04a-a9b0-40a6-b174-58d1835468c8 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '120' + - '80' status: code: 202 message: Accepted @@ -50,19 +50,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/986a2c95-9f78-4c5d-a1f8-c0b9baf03b5d + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/365ca04a-a9b0-40a6-b174-58d1835468c8 response: body: - string: '{"jobId":"986a2c95-9f78-4c5d-a1f8-c0b9baf03b5d","lastUpdateDateTime":"2020-11-14T00:37:40Z","createdDateTime":"2020-11-14T00:37:34Z","expirationDateTime":"2020-11-15T00:37:34Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"365ca04a-a9b0-40a6-b174-58d1835468c8","lastUpdateDateTime":"2020-11-19T21:24:32Z","createdDateTime":"2020-11-19T21:24:31Z","expirationDateTime":"2020-11-20T21:24:31Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - fca16622-ceff-4b88-a515-e6d65d4353e2 + - a4ccda71-7e4d-4d18-996a-dd37bef023e6 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:38:04 GMT + - Thu, 19 Nov 2020 21:24:36 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -70,7 +70,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '126' + - '45' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_rotate_subscription_key.yaml index b7fde90ff88c..3dcb82859d7b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_rotate_subscription_key.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_rotate_subscription_key.yaml @@ -16,19 +16,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - cc5b5b9d-135d-4302-b89e-50e1f9c9fc22 + - 3661bcc0-ca47-44cc-b64d-12285497d09c date: - - Wed, 18 Nov 2020 22:50:26 GMT + - Thu, 19 Nov 2020 21:34:56 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/f780ebf6-570b-4940-824a-aa1e340afc92 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/431a2732-6616-4127-b596-b9e1cfc3b64f strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '259' + - '80' status: code: 202 message: Accepted @@ -50,19 +50,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/f780ebf6-570b-4940-824a-aa1e340afc92 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/431a2732-6616-4127-b596-b9e1cfc3b64f response: body: - string: '{"jobId":"f780ebf6-570b-4940-824a-aa1e340afc92","lastUpdateDateTime":"2020-11-18T22:50:33Z","createdDateTime":"2020-11-18T22:50:27Z","expirationDateTime":"2020-11-19T22:50:27Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"431a2732-6616-4127-b596-b9e1cfc3b64f","lastUpdateDateTime":"2020-11-19T21:34:58Z","createdDateTime":"2020-11-19T21:34:56Z","expirationDateTime":"2020-11-20T21:34:56Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - 38723541-80d1-4773-8512-ec539936be10 + - 7d6b64c6-5fb9-47bf-8930-d66387460af7 content-type: - application/json; charset=utf-8 date: - - Wed, 18 Nov 2020 22:50:58 GMT + - Thu, 19 Nov 2020 21:35:00 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -70,7 +70,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '265' + - '47' status: code: 200 message: OK @@ -91,9 +91,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -103,7 +103,7 @@ interactions: content-length: - '224' date: - - Wed, 18 Nov 2020 22:50:58 GMT + - Thu, 19 Nov 2020 21:35:01 GMT status: code: 401 message: PermissionDenied @@ -124,19 +124,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - 2d2cccc5-4227-46cf-821e-94960139183d + - d322c54f-5495-4700-9456-2918288e2f3d date: - - Wed, 18 Nov 2020 22:50:58 GMT + - Thu, 19 Nov 2020 21:35:01 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/4f423e4c-d072-49c0-9084-79e2c879669e + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/2b5fd7a0-0ec0-47bd-8696-6ebdc4239031 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -144,7 +144,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '244' + - '87' status: code: 202 message: Accepted @@ -158,19 +158,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/4f423e4c-d072-49c0-9084-79e2c879669e + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/2b5fd7a0-0ec0-47bd-8696-6ebdc4239031 response: body: - string: '{"jobId":"4f423e4c-d072-49c0-9084-79e2c879669e","lastUpdateDateTime":"2020-11-18T22:50:59Z","createdDateTime":"2020-11-18T22:50:58Z","expirationDateTime":"2020-11-19T22:50:58Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"2b5fd7a0-0ec0-47bd-8696-6ebdc4239031","lastUpdateDateTime":"2020-11-19T21:35:03Z","createdDateTime":"2020-11-19T21:35:01Z","expirationDateTime":"2020-11-20T21:35:01Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - 6f971d2a-d4db-429a-8ded-d9a971a3d963 + - 5cc71c99-7511-441c-8b27-252f93eadd0d content-type: - application/json; charset=utf-8 date: - - Wed, 18 Nov 2020 22:51:28 GMT + - Thu, 19 Nov 2020 21:35:06 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -178,7 +178,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '175' + - '39' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_show_stats_and_model_version.yaml index 945bf0cc6af5..c96877347f97 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_show_stats_and_model_version.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_show_stats_and_model_version.yaml @@ -16,19 +16,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=2020-09-03&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=2020-09-03&stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - 330da651-85d6-4893-bc6e-5da6bef0b9ad + - 487e006e-21b4-4777-846d-f635c500aabe date: - - Sat, 14 Nov 2020 00:38:05 GMT + - Thu, 19 Nov 2020 21:28:52 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/758cd45d-9fac-4671-b127-a9a8d5674768 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/c0d00c5b-5176-412b-b3f8-713d24bcbce4 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '168' + - '107' status: code: 202 message: Accepted @@ -50,21 +50,21 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/758cd45d-9fac-4671-b127-a9a8d5674768?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/c0d00c5b-5176-412b-b3f8-713d24bcbce4?showStats=True response: body: - string: '{"jobId":"758cd45d-9fac-4671-b127-a9a8d5674768","lastUpdateDateTime":"2020-11-14T00:38:07Z","createdDateTime":"2020-11-14T00:38:05Z","expirationDateTime":"2020-11-15T00:38:05Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"0","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"19","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"c0d00c5b-5176-412b-b3f8-713d24bcbce4","lastUpdateDateTime":"2020-11-19T21:28:56Z","createdDateTime":"2020-11-19T21:28:52Z","expirationDateTime":"2020-11-20T21:28:52Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"0","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"19","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - 7bfac60d-959f-4710-8ea5-37c1678de199 + - 2ac8c932-e4a5-43f7-9a93-1c9d262a5c23 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:38:36 GMT + - Thu, 19 Nov 2020 21:28:57 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -72,7 +72,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '184' + - '66' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_too_many_documents.yaml index 74ef45e25dea..cc65bcb72f5c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_too_many_documents.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_too_many_documents.yaml @@ -21,20 +21,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 10 records are permitted."}}}' headers: apim-request-id: - - 163da3d0-e41b-4e98-80ec-a7bca19e4c6d + - e1318b74-d184-4ca7-83cb-429cd078dd9f content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:38:36 GMT + - Thu, 19 Nov 2020 21:22:50 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -42,7 +42,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '4' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_user_agent.yaml index 03396f3dd184..2f94c609940e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_user_agent.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_user_agent.yaml @@ -16,19 +16,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - aaeb2535-dd63-4580-84d2-56e5e45cb1e3 + - 062221e5-befc-4312-9799-78e59147e545 date: - - Sat, 14 Nov 2020 00:38:38 GMT + - Thu, 19 Nov 2020 21:31:26 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/10fefeb2-9b2a-4a26-8717-d7d7a8eb5edb + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/810ae911-9abe-4f69-a1a3-cb1cbd7fe40a strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '209' + - '89' status: code: 202 message: Accepted @@ -50,19 +50,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/10fefeb2-9b2a-4a26-8717-d7d7a8eb5edb + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/810ae911-9abe-4f69-a1a3-cb1cbd7fe40a response: body: - string: '{"jobId":"10fefeb2-9b2a-4a26-8717-d7d7a8eb5edb","lastUpdateDateTime":"2020-11-14T00:38:40Z","createdDateTime":"2020-11-14T00:38:38Z","expirationDateTime":"2020-11-15T00:38:38Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"810ae911-9abe-4f69-a1a3-cb1cbd7fe40a","lastUpdateDateTime":"2020-11-19T21:31:27Z","createdDateTime":"2020-11-19T21:31:27Z","expirationDateTime":"2020-11-20T21:31:27Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - 08dc65d8-1fa5-425a-b002-2da5b68b969a + - 00592f37-64ee-4120-8a18-70f7580aa09d content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:39:08 GMT + - Thu, 19 Nov 2020 21:31:31 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -70,7 +70,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '183' + - '40' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_dont_use_language_hint.yaml index d93195580357..1dd98045d04b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_dont_use_language_hint.yaml @@ -16,19 +16,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - 0c9e33a0-a6c0-4420-84d1-59be8aef103b + - 04a249ea-b576-44ba-aea3-451cf1aaafd6 date: - - Sat, 14 Nov 2020 00:39:09 GMT + - Thu, 19 Nov 2020 21:27:13 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/32b9d700-0ba3-45e7-8242-6be2199d8df6 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/c9635713-976e-45ca-90a7-3822e047e3da strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '120' + - '88' status: code: 202 message: Accepted @@ -50,19 +50,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/32b9d700-0ba3-45e7-8242-6be2199d8df6 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/c9635713-976e-45ca-90a7-3822e047e3da response: body: - string: '{"jobId":"32b9d700-0ba3-45e7-8242-6be2199d8df6","lastUpdateDateTime":"2020-11-14T00:39:12Z","createdDateTime":"2020-11-14T00:39:10Z","expirationDateTime":"2020-11-15T00:39:10Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"c9635713-976e-45ca-90a7-3822e047e3da","lastUpdateDateTime":"2020-11-19T21:27:16Z","createdDateTime":"2020-11-19T21:27:14Z","expirationDateTime":"2020-11-20T21:27:14Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - 13aca95b-52cc-43fc-a806-d3f4225283ed + - 35a8de27-5279-4743-b8b0-4b3dfc7931dc content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:39:40 GMT + - Thu, 19 Nov 2020 21:27:19 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -70,7 +70,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '69' + - '54' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint.yaml index 3fe39487d720..e6de8fd1dbe2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint.yaml @@ -16,19 +16,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - f0aff028-f628-4ffb-a477-2ec1eb471fc2 + - 2563bc1a-a245-48e6-87c7-de61c12c3e96 date: - - Sat, 14 Nov 2020 00:39:41 GMT + - Thu, 19 Nov 2020 21:24:38 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7ebd6348-96bf-4b44-9d93-78c60cffb0e3 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/0475f0db-94e8-46c7-a86e-3c7ce033b34a strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '215' + - '80' status: code: 202 message: Accepted @@ -50,19 +50,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7ebd6348-96bf-4b44-9d93-78c60cffb0e3 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/0475f0db-94e8-46c7-a86e-3c7ce033b34a response: body: - string: '{"jobId":"7ebd6348-96bf-4b44-9d93-78c60cffb0e3","lastUpdateDateTime":"2020-11-14T00:39:42Z","createdDateTime":"2020-11-14T00:39:41Z","expirationDateTime":"2020-11-15T00:39:41Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"0475f0db-94e8-46c7-a86e-3c7ce033b34a","lastUpdateDateTime":"2020-11-19T21:24:40Z","createdDateTime":"2020-11-19T21:24:38Z","expirationDateTime":"2020-11-20T21:24:38Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - b6d79fa1-fedb-4cd5-9fc7-480513ba0232 + - afff8ba1-d281-4eab-9458-e513eb150a23 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:40:11 GMT + - Thu, 19 Nov 2020 21:24:43 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -70,7 +70,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '143' + - '46' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_input.yaml index 4d85627134af..b40b84615d96 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_input.yaml @@ -16,19 +16,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - 09c8793d-f9a5-4557-84b8-7dc79ac1259e + - f46677e2-e22f-4887-9756-ef3977d64a63 date: - - Sat, 14 Nov 2020 00:40:12 GMT + - Thu, 19 Nov 2020 21:35:07 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9bed4c6a-7340-4a8f-8add-f19b3e499c3a + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/122ae90d-c539-4318-a935-4e0c947447f5 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '175' + - '79' status: code: 202 message: Accepted @@ -50,19 +50,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/9bed4c6a-7340-4a8f-8add-f19b3e499c3a + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/122ae90d-c539-4318-a935-4e0c947447f5 response: body: - string: '{"jobId":"9bed4c6a-7340-4a8f-8add-f19b3e499c3a","lastUpdateDateTime":"2020-11-14T00:40:15Z","createdDateTime":"2020-11-14T00:40:13Z","expirationDateTime":"2020-11-15T00:40:13Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"122ae90d-c539-4318-a935-4e0c947447f5","lastUpdateDateTime":"2020-11-19T21:35:08Z","createdDateTime":"2020-11-19T21:35:08Z","expirationDateTime":"2020-11-20T21:35:08Z","status":"notStarted","errors":[]}' headers: apim-request-id: - - 0fde38b0-5d16-4479-9609-84a6bcc6f857 + - 01e07419-f7b1-4de9-ad68-419850dae64a content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:40:43 GMT + - Thu, 19 Nov 2020 21:35:12 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -70,7 +70,41 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '67' + - '6' + status: + code: 200 + message: OK +- request: + body: null + headers: + Accept: + - '*/*' + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/122ae90d-c539-4318-a935-4e0c947447f5 + response: + body: + string: '{"jobId":"122ae90d-c539-4318-a935-4e0c947447f5","lastUpdateDateTime":"2020-11-19T21:35:13Z","createdDateTime":"2020-11-19T21:35:08Z","expirationDateTime":"2020-11-20T21:35:08Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: + - eb7dd158-e057-4907-be23-a143eacad703 + content-type: + - application/json; charset=utf-8 + date: + - Thu, 19 Nov 2020 21:35:18 GMT + strict-transport-security: + - max-age=31536000; includeSubDomains; preload + transfer-encoding: + - chunked + x-content-type-options: + - nosniff + x-envoy-upstream-service-time: + - '41' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_per_item_hints.yaml index f28139f498cb..f8998dc725e4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -16,19 +16,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - e7b0c7f8-06d3-40db-a4fe-0eb39efab6ac + - afbcdc73-92f8-4507-a9e0-806a43f07e29 date: - - Sat, 14 Nov 2020 00:40:44 GMT + - Thu, 19 Nov 2020 21:28:59 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7b8d893c-3955-41e6-8f47-08a489ff88cd + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/be1978d5-8320-4e5d-bd12-10189eb020d7 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '106' + - '102' status: code: 202 message: Accepted @@ -50,19 +50,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/7b8d893c-3955-41e6-8f47-08a489ff88cd + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/be1978d5-8320-4e5d-bd12-10189eb020d7 response: body: - string: '{"jobId":"7b8d893c-3955-41e6-8f47-08a489ff88cd","lastUpdateDateTime":"2020-11-14T00:40:45Z","createdDateTime":"2020-11-14T00:40:44Z","expirationDateTime":"2020-11-15T00:40:44Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"be1978d5-8320-4e5d-bd12-10189eb020d7","lastUpdateDateTime":"2020-11-19T21:29:02Z","createdDateTime":"2020-11-19T21:28:59Z","expirationDateTime":"2020-11-20T21:28:59Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - a8bd9ff7-8de4-44fe-9898-570cc720c782 + - 84afe75c-4ae9-422c-a6ad-e71d374d6164 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:41:15 GMT + - Thu, 19 Nov 2020 21:29:04 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -70,7 +70,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '76' + - '42' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_input.yaml index 2f5dc6db0933..7d7b3ba15e55 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_input.yaml @@ -16,19 +16,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - c17284b3-0c83-4d22-8322-72eddcf24450 + - 7cfa5183-3a90-4f5a-a810-f1197025c2ab date: - - Sat, 14 Nov 2020 00:41:15 GMT + - Thu, 19 Nov 2020 21:22:51 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2d0e0cfa-af2a-411e-a2cb-06b2063a8f42 + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/f082d8d6-efe1-49c0-af1b-be4cc6ce2ea3 strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '111' + - '77' status: code: 202 message: Accepted @@ -50,19 +50,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2d0e0cfa-af2a-411e-a2cb-06b2063a8f42 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/f082d8d6-efe1-49c0-af1b-be4cc6ce2ea3 response: body: - string: '{"jobId":"2d0e0cfa-af2a-411e-a2cb-06b2063a8f42","lastUpdateDateTime":"2020-11-14T00:41:17Z","createdDateTime":"2020-11-14T00:41:15Z","expirationDateTime":"2020-11-15T00:41:15Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":17,"length":3,"text":"cat","category":"TreatmentName","confidenceScore":0.74,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0280589"},{"dataSource":"CHV","id":"0000027342"},{"dataSource":"NCI","id":"C10277"},{"dataSource":"PDQ","id":"CDR0000040974"}]},{"offset":28,"length":12,"text":"veterinarian","category":"HealthcareProfession","confidenceScore":0.99,"isNegated":false}],"relations":[],"warnings":[]},{"id":"4","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"f082d8d6-efe1-49c0-af1b-be4cc6ce2ea3","lastUpdateDateTime":"2020-11-19T21:22:54Z","createdDateTime":"2020-11-19T21:22:52Z","expirationDateTime":"2020-11-20T21:22:52Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":17,"length":3,"text":"cat","category":"TreatmentName","confidenceScore":0.74,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0280589"},{"dataSource":"CHV","id":"0000027342"},{"dataSource":"NCI","id":"C10277"},{"dataSource":"PDQ","id":"CDR0000040974"}]},{"offset":28,"length":12,"text":"veterinarian","category":"HealthcareProfession","confidenceScore":0.99,"isNegated":false}],"relations":[],"warnings":[]},{"id":"4","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - 52a2825d-29ab-45da-80c9-3985d67e33ca + - bcf98e0a-381c-4a81-b906-603c98983c64 content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:41:45 GMT + - Thu, 19 Nov 2020 21:22:56 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -70,7 +70,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '121' + - '45' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_per_item_hints.yaml index 84310802e124..8bab443c3202 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -15,19 +15,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: apim-request-id: - - b1e0dc5b-190c-4574-8bf0-10f254554f46 + - a663f9ac-00f4-4ff3-86a9-bcd1c8bd05fa date: - - Sat, 14 Nov 2020 00:41:46 GMT + - Thu, 19 Nov 2020 21:31:32 GMT operation-location: - - https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a120d79f-0221-4a98-859c-0cca7d626f6c + - https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/aef1668c-46b9-4753-9e41-b421f6ecf3cf strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '115' + - '79' status: code: 202 message: Accepted @@ -49,19 +49,19 @@ interactions: Connection: - keep-alive User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a120d79f-0221-4a98-859c-0cca7d626f6c + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/aef1668c-46b9-4753-9e41-b421f6ecf3cf response: body: - string: '{"jobId":"a120d79f-0221-4a98-859c-0cca7d626f6c","lastUpdateDateTime":"2020-11-14T00:41:50Z","createdDateTime":"2020-11-14T00:41:47Z","expirationDateTime":"2020-11-15T00:41:47Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":17,"length":3,"text":"cat","category":"TreatmentName","confidenceScore":0.74,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0280589"},{"dataSource":"CHV","id":"0000027342"},{"dataSource":"NCI","id":"C10277"},{"dataSource":"PDQ","id":"CDR0000040974"}]},{"offset":28,"length":12,"text":"veterinarian","category":"HealthcareProfession","confidenceScore":0.99,"isNegated":false}],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"aef1668c-46b9-4753-9e41-b421f6ecf3cf","lastUpdateDateTime":"2020-11-19T21:31:37Z","createdDateTime":"2020-11-19T21:31:33Z","expirationDateTime":"2020-11-20T21:31:33Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":17,"length":3,"text":"cat","category":"TreatmentName","confidenceScore":0.74,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0280589"},{"dataSource":"CHV","id":"0000027342"},{"dataSource":"NCI","id":"C10277"},{"dataSource":"PDQ","id":"CDR0000040974"}]},{"offset":28,"length":12,"text":"veterinarian","category":"HealthcareProfession","confidenceScore":0.99,"isNegated":false}],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: apim-request-id: - - 05286e4a-a5ab-4a44-b6b9-e11f9b130819 + - fbb2337e-c2f4-438c-aee0-9853c095e64e content-type: - application/json; charset=utf-8 date: - - Sat, 14 Nov 2020 00:42:17 GMT + - Thu, 19 Nov 2020 21:31:37 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -69,7 +69,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '104' + - '36' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_dict.yaml index 9857fe5619d6..cfe3f27a5f75 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_dict.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_dict.yaml @@ -11,46 +11,46 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 2d2286f7-926b-4a75-81a7-1583b6fff8e1 - date: Sat, 14 Nov 2020 00:49:00 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/87659d78-e7c0-4920-b93b-b1b6ddb44327 + apim-request-id: 058e8844-fb41-4483-9372-fafd7f081ec3 + date: Thu, 19 Nov 2020 21:27:20 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/b7759a08-21e2-4bc4-b057-a53beca48011 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '362' + x-envoy-upstream-service-time: '90' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/87659d78-e7c0-4920-b93b-b1b6ddb44327?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/b7759a08-21e2-4bc4-b057-a53beca48011?showStats=True response: body: - string: '{"jobId":"87659d78-e7c0-4920-b93b-b1b6ddb44327","lastUpdateDateTime":"2020-11-14T00:49:02Z","createdDateTime":"2020-11-14T00:49:00Z","expirationDateTime":"2020-11-15T00:49:00Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":2,"validDocumentsCount":2,"erroneousDocumentsCount":0,"transactionsCount":2},"documents":[{"id":"1","statistics":{"charactersCount":49,"transactionsCount":1},"entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + string: '{"jobId":"b7759a08-21e2-4bc4-b057-a53beca48011","lastUpdateDateTime":"2020-11-19T21:27:22Z","createdDateTime":"2020-11-19T21:27:20Z","expirationDateTime":"2020-11-20T21:27:20Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":2,"validDocumentsCount":2,"erroneousDocumentsCount":0,"transactionsCount":2},"documents":[{"id":"1","statistics":{"charactersCount":49,"transactionsCount":1},"entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"2","statistics":{"charactersCount":46,"transactionsCount":1},"entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: ac183a2e-9529-483f-9603-dcf61b8d468c + apim-request-id: 8791853a-4f90-4c23-95ad-ec24b0d35d4a content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:49:31 GMT + date: Thu, 19 Nov 2020 21:27:25 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '319' + x-envoy-upstream-service-time: '71' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/87659d78-e7c0-4920-b93b-b1b6ddb44327?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/b7759a08-21e2-4bc4-b057-a53beca48011?showStats=True version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_text_document_input.yaml index 35a1c657e124..09abcdcbe588 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_text_document_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_all_successful_passing_text_document_input.yaml @@ -11,16 +11,16 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 8882309c-74da-4640-bff7-cc2c71fb94ca - date: Sat, 14 Nov 2020 00:49:32 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d71bfc5f-4dfa-4af4-8f69-261105f4db93 + apim-request-id: 9f89c2fa-e830-440f-9176-1fee85220d95 + date: Thu, 19 Nov 2020 21:24:44 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/65a7a8af-3737-47ed-8243-2d368ed67f42 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -28,29 +28,29 @@ interactions: status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d71bfc5f-4dfa-4af4-8f69-261105f4db93 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/65a7a8af-3737-47ed-8243-2d368ed67f42 response: body: - string: '{"jobId":"d71bfc5f-4dfa-4af4-8f69-261105f4db93","lastUpdateDateTime":"2020-11-14T00:49:40Z","createdDateTime":"2020-11-14T00:49:32Z","expirationDateTime":"2020-11-15T00:49:32Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + string: '{"jobId":"65a7a8af-3737-47ed-8243-2d368ed67f42","lastUpdateDateTime":"2020-11-19T21:24:45Z","createdDateTime":"2020-11-19T21:24:44Z","expirationDateTime":"2020-11-20T21:24:44Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"2","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 83d2fff0-d776-49d6-9ff1-6df32f3dc687 + apim-request-id: e3101d3b-47e5-4042-ab26-063dcb363564 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:50:03 GMT + date: Thu, 19 Nov 2020 21:24:49 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: '34' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/d71bfc5f-4dfa-4af4-8f69-261105f4db93 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/65a7a8af-3737-47ed-8243-2d368ed67f42 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_credentials.yaml index 4a66d0f66fdb..4f2130f79010 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_credentials.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_credentials.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -20,9 +20,9 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Sat, 14 Nov 2020 00:50:04 GMT + date: Thu, 19 Nov 2020 21:35:19 GMT status: code: 401 message: PermissionDenied - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_model_version_error.yaml index e0cd14ec9194..cce52132aa15 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_model_version_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_bad_model_version_error.yaml @@ -10,46 +10,46 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=bad&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=bad&stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 1f98ae4c-8efa-4e9b-97cd-676651e61205 - date: Sat, 14 Nov 2020 00:50:05 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b0808ec-f46b-4bbd-8c63-ca52963c0c94 + apim-request-id: 6c12e5d8-13c6-47da-a895-5668f9bb66fb + date: Thu, 19 Nov 2020 21:22:58 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/3c0a595a-58a0-40c1-82b9-33b074650416 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '81' + x-envoy-upstream-service-time: '58' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=bad&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?model-version=bad&stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b0808ec-f46b-4bbd-8c63-ca52963c0c94 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/3c0a595a-58a0-40c1-82b9-33b074650416 response: body: - string: '{"jobId":"0b0808ec-f46b-4bbd-8c63-ca52963c0c94","lastUpdateDateTime":"2020-11-14T00:50:07Z","createdDateTime":"2020-11-14T00:50:05Z","expirationDateTime":"2020-11-15T00:50:05Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"3c0a595a-58a0-40c1-82b9-33b074650416","lastUpdateDateTime":"2020-11-19T21:23:04Z","createdDateTime":"2020-11-19T21:22:59Z","expirationDateTime":"2020-11-20T21:22:59Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 3cd28700-1b6c-4475-b7ff-c7082be7b540 + apim-request-id: 5a95d9d0-3024-4606-a98d-8d1344e7b117 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:50:36 GMT + date: Thu, 19 Nov 2020 21:23: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-envoy-upstream-service-time: '26' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b0808ec-f46b-4bbd-8c63-ca52963c0c94 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/3c0a595a-58a0-40c1-82b9-33b074650416 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_cancellation.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_cancellation.yaml index fb3f8460e507..fbfbc0544b99 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_cancellation.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_cancellation.yaml @@ -15,68 +15,68 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 77ac4f20-f023-4bbb-a061-add0ff571a70 - date: Sat, 14 Nov 2020 01:46:50 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d + apim-request-id: 79d719a0-4694-46da-9970-72a82345349b + date: Thu, 19 Nov 2020 21:31:39 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/106c0a8d-d12f-4cb2-8e49-83192d718441 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '428' + x-envoy-upstream-service-time: '196' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: Accept: - application/json, text/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: DELETE - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/106c0a8d-d12f-4cb2-8e49-83192d718441 response: body: string: '' headers: - apim-request-id: 1606676f-0886-4c52-ad33-d231cbd884ee - date: Sat, 14 Nov 2020 01:46:50 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d + apim-request-id: 096c59d2-2369-45c9-bc8e-3da81adf6418 + date: Thu, 19 Nov 2020 21:31:39 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/106c0a8d-d12f-4cb2-8e49-83192d718441 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '163' + x-envoy-upstream-service-time: '12' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs/106c0a8d-d12f-4cb2-8e49-83192d718441 - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/106c0a8d-d12f-4cb2-8e49-83192d718441 response: body: - string: '{"jobId":"037368ba-2551-4e66-b979-e130c194318d","lastUpdateDateTime":"2020-11-14T01:46:50Z","createdDateTime":"2020-11-14T01:46:50Z","expirationDateTime":"2020-11-15T01:46:50Z","status":"cancelled","errors":[]}' + string: '{"jobId":"106c0a8d-d12f-4cb2-8e49-83192d718441","lastUpdateDateTime":"2020-11-19T21:31:40Z","createdDateTime":"2020-11-19T21:31:40Z","expirationDateTime":"2020-11-20T21:31:40Z","status":"cancelled","errors":[]}' headers: - apim-request-id: 0016c78a-8caa-44db-b7dd-8bda13d011aa + apim-request-id: 39f63106-1d6e-4e3b-873d-96c14ba5defc content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 01:47:21 GMT + date: Thu, 19 Nov 2020 21:31:45 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '14' + x-envoy-upstream-service-time: '7' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/037368ba-2551-4e66-b979-e130c194318d + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/106c0a8d-d12f-4cb2-8e49-83192d718441 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_client_passed_default_language_hint.yaml index e45c05ff0363..0ef1c05212bf 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_client_passed_default_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_client_passed_default_language_hint.yaml @@ -12,44 +12,88 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 16be7058-529d-4744-b32b-92b7fd45068c - date: Sat, 14 Nov 2020 00:50:37 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/60e453a5-24b7-4371-8f5d-b06d6cea3089 + apim-request-id: 570db1ea-03ae-47e1-82c3-aa806105fc7d + date: Thu, 19 Nov 2020 21:46:44 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/24211eab-5678-4f57-a704-e93470f89523 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '112' + x-envoy-upstream-service-time: '101' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/60e453a5-24b7-4371-8f5d-b06d6cea3089 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/24211eab-5678-4f57-a704-e93470f89523 response: body: - string: '{"jobId":"60e453a5-24b7-4371-8f5d-b06d6cea3089","lastUpdateDateTime":"2020-11-14T00:50:45Z","createdDateTime":"2020-11-14T00:50:38Z","expirationDateTime":"2020-11-15T00:50:38Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"24211eab-5678-4f57-a704-e93470f89523","lastUpdateDateTime":"2020-11-19T21:46:44Z","createdDateTime":"2020-11-19T21:46:44Z","expirationDateTime":"2020-11-20T21:46:44Z","status":"notStarted","errors":[]}' headers: - apim-request-id: 4c058ed2-8b96-4f4c-85db-4fb7080e61bf + apim-request-id: 62e4ca3b-7773-47c6-8b63-4f153863afd3 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:51:09 GMT + date: Thu, 19 Nov 2020 21:46:49 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: '5' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/60e453a5-24b7-4371-8f5d-b06d6cea3089 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/24211eab-5678-4f57-a704-e93470f89523 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/24211eab-5678-4f57-a704-e93470f89523 + response: + body: + string: '{"jobId":"24211eab-5678-4f57-a704-e93470f89523","lastUpdateDateTime":"2020-11-19T21:46:50Z","createdDateTime":"2020-11-19T21:46:44Z","expirationDateTime":"2020-11-20T21:46:44Z","status":"running","errors":[]}' + headers: + apim-request-id: 88e58d9a-447e-43e9-a8cf-aaf714fdee8a + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:46:54 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '16' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/24211eab-5678-4f57-a704-e93470f89523 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/24211eab-5678-4f57-a704-e93470f89523 + response: + body: + string: '{"jobId":"24211eab-5678-4f57-a704-e93470f89523","lastUpdateDateTime":"2020-11-19T21:46:55Z","createdDateTime":"2020-11-19T21:46:44Z","expirationDateTime":"2020-11-20T21:46:44Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: 5f5d5d89-d1f6-4021-8d53-94b44ee53098 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:46:59 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '43' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/24211eab-5678-4f57-a704-e93470f89523 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_no_result_attribute.yaml index c0f814540a1e..f7603ca15202 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_no_result_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_no_result_attribute.yaml @@ -9,46 +9,46 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: fbd47ac4-2ddf-4452-afd7-fdb8068f902a - date: Sat, 14 Nov 2020 00:51:09 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fb05f986-7757-4d47-a107-206f4085ff5a + apim-request-id: 4747a6e2-2e40-4f5e-b7ed-e5b0fc981d92 + date: Thu, 19 Nov 2020 21:24:50 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/61e15bf8-ba18-4abc-b8ef-2f3b5d4c70d7 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '107' + x-envoy-upstream-service-time: '67' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fb05f986-7757-4d47-a107-206f4085ff5a + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/61e15bf8-ba18-4abc-b8ef-2f3b5d4c70d7 response: body: - string: '{"jobId":"fb05f986-7757-4d47-a107-206f4085ff5a","lastUpdateDateTime":"2020-11-14T00:51:11Z","createdDateTime":"2020-11-14T00:51:10Z","expirationDateTime":"2020-11-15T00:51:10Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"61e15bf8-ba18-4abc-b8ef-2f3b5d4c70d7","lastUpdateDateTime":"2020-11-19T21:24:52Z","createdDateTime":"2020-11-19T21:24:51Z","expirationDateTime":"2020-11-20T21:24:51Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 406284c8-a039-484b-81e6-fa88968dde6d + apim-request-id: 86325bf7-27bb-40f0-ab91-db0fcfc7b333 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:51:40 GMT + date: Thu, 19 Nov 2020 21:24:56 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '119' + x-envoy-upstream-service-time: '29' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fb05f986-7757-4d47-a107-206f4085ff5a + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/61e15bf8-ba18-4abc-b8ef-2f3b5d4c70d7 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_nonexistent_attribute.yaml index e1c5a3d19b9c..d4a42a99a72d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_nonexistent_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_attribute_error_nonexistent_attribute.yaml @@ -9,46 +9,46 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 9f9c54ae-ea09-4c90-8d1a-3158106ffacb - date: Sat, 14 Nov 2020 00:51:41 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0e2e748d-f3c0-43d4-b634-cce7279b4714 + apim-request-id: ba52cb9f-8a52-4f47-b325-7543ec58dcbb + date: Thu, 19 Nov 2020 21:35:20 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/9a6f32fc-5663-45fe-93b1-a9d6ccd6a508 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '91' + x-envoy-upstream-service-time: '66' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0e2e748d-f3c0-43d4-b634-cce7279b4714 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/9a6f32fc-5663-45fe-93b1-a9d6ccd6a508 response: body: - string: '{"jobId":"0e2e748d-f3c0-43d4-b634-cce7279b4714","lastUpdateDateTime":"2020-11-14T00:51:42Z","createdDateTime":"2020-11-14T00:51:42Z","expirationDateTime":"2020-11-15T00:51:42Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"9a6f32fc-5663-45fe-93b1-a9d6ccd6a508","lastUpdateDateTime":"2020-11-19T21:35:23Z","createdDateTime":"2020-11-19T21:35:21Z","expirationDateTime":"2020-11-20T21:35:21Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 332a6eeb-0420-4454-9207-fcfdafd2f825 + apim-request-id: 8bd57359-92ca-4b0e-8fda-c9d98264d168 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:52:13 GMT + date: Thu, 19 Nov 2020 21:35:26 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: '32' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0e2e748d-f3c0-43d4-b634-cce7279b4714 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/9a6f32fc-5663-45fe-93b1-a9d6ccd6a508 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_errors.yaml index da1cb92fc866..ad998b9770eb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_errors.yaml @@ -12,34 +12,34 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 4d1f8b24-fd87-4bbd-8053-45aa55ef748d - date: Sat, 14 Nov 2020 00:52:13 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b6a5325-4373-48bb-9340-c9e7765ac931 + apim-request-id: c0728d68-7025-4e40-a199-cfbc08685738 + date: Thu, 19 Nov 2020 21:29:05 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/1ea34478-ac85-42b4-bb5c-b62392a43935 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: '90' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b6a5325-4373-48bb-9340-c9e7765ac931 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/1ea34478-ac85-42b4-bb5c-b62392a43935 response: body: - string: '{"jobId":"0b6a5325-4373-48bb-9340-c9e7765ac931","lastUpdateDateTime":"2020-11-14T00:52:15Z","createdDateTime":"2020-11-14T00:52:14Z","expirationDateTime":"2020-11-15T00:52:14Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"1ea34478-ac85-42b4-bb5c-b62392a43935","lastUpdateDateTime":"2020-11-19T21:29:07Z","createdDateTime":"2020-11-19T21:29:05Z","expirationDateTime":"2020-11-20T21:29:05Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid @@ -49,15 +49,15 @@ interactions: size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 9c1a3102-88e3-45dd-bd77-992d5ce0215a + apim-request-id: 993f00b7-dcd7-4596-a2b5-64ea8bc0d764 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:52:45 GMT + date: Thu, 19 Nov 2020 21:29:10 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: '41' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0b6a5325-4373-48bb-9340-c9e7765ac931 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/1ea34478-ac85-42b4-bb5c-b62392a43935 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_warnings.yaml index 411a0e487039..0f188c5e509f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_warnings.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_document_warnings.yaml @@ -10,44 +10,44 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: e1886d4e-5051-4a37-80ef-7563cdf0ed09 - date: Sat, 14 Nov 2020 00:52:46 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/55334c6b-81c6-4974-8759-3fc8d85a31cc + apim-request-id: 6ffe797a-d5e0-42ff-b85e-fc0b82cc1e95 + date: Thu, 19 Nov 2020 21:23:05 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/40668ea0-cd49-412d-bd8f-a133f9ea2376 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: '79' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/55334c6b-81c6-4974-8759-3fc8d85a31cc + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/40668ea0-cd49-412d-bd8f-a133f9ea2376 response: body: - string: '{"jobId":"55334c6b-81c6-4974-8759-3fc8d85a31cc","lastUpdateDateTime":"2020-11-14T00:52:46Z","createdDateTime":"2020-11-14T00:52:46Z","expirationDateTime":"2020-11-15T00:52:46Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"40668ea0-cd49-412d-bd8f-a133f9ea2376","lastUpdateDateTime":"2020-11-19T21:23:09Z","createdDateTime":"2020-11-19T21:23:05Z","expirationDateTime":"2020-11-20T21:23:05Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: c9233809-1df7-4919-aabd-29ae01d950af + apim-request-id: 0f4b60dd-1c5a-4ba6-9536-205ceab06e82 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:53:17 GMT + date: Thu, 19 Nov 2020 21:23:10 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: '40' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/55334c6b-81c6-4974-8759-3fc8d85a31cc + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/40668ea0-cd49-412d-bd8f-a133f9ea2376 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_duplicate_ids_error.yaml index 0d4d0ae54b20..7acb5ac3e683 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_duplicate_ids_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_duplicate_ids_error.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request contains duplicated Ids. Make sure each document has a unique Id."}}}' headers: - apim-request-id: 4d64413d-7469-4cd5-ba27-4c25228711d6 + apim-request-id: a93eb03e-827a-4203-8cbd-6c834e5cdce7 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:53:17 GMT + date: Thu, 19 Nov 2020 21:31:46 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: '5' status: code: 400 message: Bad Request - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_empty_credential_class.yaml index f7510ac0682c..17f3701c56af 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_empty_credential_class.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_empty_credential_class.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -20,9 +20,9 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Sat, 14 Nov 2020 00:53:17 GMT + date: Thu, 19 Nov 2020 21:27:29 GMT status: code: 401 message: PermissionDenied - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_all_errors.yaml index 4b519d58a359..2ea5a41fd778 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_all_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_all_errors.yaml @@ -11,34 +11,34 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: bcb23eb6-b19c-4eff-80ed-32643cf5a491 - date: Sat, 14 Nov 2020 00:53:18 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e0c1f5ed-b822-428f-8f92-8e66b038c4d4 + apim-request-id: f10b69c9-70c6-4be6-8862-d42d3d456725 + date: Thu, 19 Nov 2020 21:24:57 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/c4a20b8b-436a-443b-9009-448c4887abed 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: '91' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e0c1f5ed-b822-428f-8f92-8e66b038c4d4 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/c4a20b8b-436a-443b-9009-448c4887abed response: body: - string: '{"jobId":"e0c1f5ed-b822-428f-8f92-8e66b038c4d4","lastUpdateDateTime":"2020-11-14T00:53:21Z","createdDateTime":"2020-11-14T00:53:19Z","expirationDateTime":"2020-11-15T00:53:19Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"c4a20b8b-436a-443b-9009-448c4887abed","lastUpdateDateTime":"2020-11-19T21:25:00Z","createdDateTime":"2020-11-19T21:24:58Z","expirationDateTime":"2020-11-20T21:24:58Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid @@ -46,15 +46,15 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 5603b765-d1f5-445e-bc38-c5b986651c68 + apim-request-id: 3f88e09a-db0c-49b9-b6a8-4eb7dcd0a14e content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:53:50 GMT + date: Thu, 19 Nov 2020 21:25:02 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: '45' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e0c1f5ed-b822-428f-8f92-8e66b038c4d4 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/c4a20b8b-436a-443b-9009-448c4887abed version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_some_errors.yaml index 3286d9aa47b3..dddc7ae09f36 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_some_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_input_with_some_errors.yaml @@ -12,49 +12,49 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 3552cf80-d619-4618-933f-90626d5b1d1a - date: Sat, 14 Nov 2020 00:53:50 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/3bf0cc58-13c2-4cda-8af9-e0e3e6c0df96 + apim-request-id: 87c784e9-1fce-4b45-b695-c2bc970b40e9 + date: Thu, 19 Nov 2020 21:35:27 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/32a0b5e9-1d0c-4cd8-8c0a-34e9b23abe5d strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '95' + x-envoy-upstream-service-time: '85' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/3bf0cc58-13c2-4cda-8af9-e0e3e6c0df96 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/32a0b5e9-1d0c-4cd8-8c0a-34e9b23abe5d response: body: - string: '{"jobId":"3bf0cc58-13c2-4cda-8af9-e0e3e6c0df96","lastUpdateDateTime":"2020-11-14T00:53:51Z","createdDateTime":"2020-11-14T00:53:51Z","expirationDateTime":"2020-11-15T00:53:51Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"3","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice + string: '{"jobId":"32a0b5e9-1d0c-4cd8-8c0a-34e9b23abe5d","lastUpdateDateTime":"2020-11-19T21:35:28Z","createdDateTime":"2020-11-19T21:35:27Z","expirationDateTime":"2020-11-20T21:35:27Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"3","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/0/entities/2","target":"#/results/documents/0/entities/1"}],"warnings":[]}],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 1bb31f4b-6b65-4e4e-9855-7c03c7e2efe0 + apim-request-id: 3287e6c2-fb03-45a5-b51f-71f7f200f5fc content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:54:22 GMT + date: Thu, 19 Nov 2020 21:35:32 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: '47' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/3bf0cc58-13c2-4cda-8af9-e0e3e6c0df96 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/32a0b5e9-1d0c-4cd8-8c0a-34e9b23abe5d version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_docs.yaml index 1b083f859899..b2f41e5d8177 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_docs.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_docs.yaml @@ -10,46 +10,46 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 6317821c-1198-4a46-802f-d0b63d76bf88 - date: Sat, 14 Nov 2020 00:54:22 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c99d6ef2-c24f-432e-9633-9ba83253f5e6 + apim-request-id: 9e801bab-a376-4a4d-af5a-48526de21c02 + date: Thu, 19 Nov 2020 21:29:11 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/66a53a9d-950d-46d1-a481-40832e471f92 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '313' + x-envoy-upstream-service-time: '62' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c99d6ef2-c24f-432e-9633-9ba83253f5e6 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/66a53a9d-950d-46d1-a481-40832e471f92 response: body: - string: '{"jobId":"c99d6ef2-c24f-432e-9633-9ba83253f5e6","lastUpdateDateTime":"2020-11-14T00:54:26Z","createdDateTime":"2020-11-14T00:54:23Z","expirationDateTime":"2020-11-15T00:54:23Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"66a53a9d-950d-46d1-a481-40832e471f92","lastUpdateDateTime":"2020-11-19T21:29:12Z","createdDateTime":"2020-11-19T21:29:12Z","expirationDateTime":"2020-11-20T21:29:12Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: f8511bc9-8cf6-4953-9705-cb8f6ee177ae + apim-request-id: 2d5668e4-3861-463c-a4b4-5960380ae710 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:54:54 GMT + date: Thu, 19 Nov 2020 21:29:17 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: '29' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/c99d6ef2-c24f-432e-9633-9ba83253f5e6 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/66a53a9d-950d-46d1-a481-40832e471f92 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_method.yaml index 8b9552f7c2e1..fbfeaf88f694 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_method.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_invalid_language_hint_method.yaml @@ -10,46 +10,46 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 76d9981a-5e39-410a-a712-63110ca38576 - date: Sat, 14 Nov 2020 00:54:55 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0c761e41-4d84-4388-aec7-da866f79b9f6 + apim-request-id: 1660d53d-f991-45df-9bd6-e800ecd369e1 + date: Thu, 19 Nov 2020 21:23:11 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/46352435-468e-4efa-ae20-dc5ce8803410 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: '79' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0c761e41-4d84-4388-aec7-da866f79b9f6 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/46352435-468e-4efa-ae20-dc5ce8803410 response: body: - string: '{"jobId":"0c761e41-4d84-4388-aec7-da866f79b9f6","lastUpdateDateTime":"2020-11-14T00:54:56Z","createdDateTime":"2020-11-14T00:54:55Z","expirationDateTime":"2020-11-15T00:54:55Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"46352435-468e-4efa-ae20-dc5ce8803410","lastUpdateDateTime":"2020-11-19T21:23:14Z","createdDateTime":"2020-11-19T21:23:12Z","expirationDateTime":"2020-11-20T21:23:12Z","status":"succeeded","errors":[],"results":{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en"}}}],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 26d94205-14e5-49d9-a8a5-18d2886ccb82 + apim-request-id: b4c571c5-0ecd-44cd-8aea-e01890d7854b content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:55:26 GMT + date: Thu, 19 Nov 2020 21:23:17 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: '26' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/0c761e41-4d84-4388-aec7-da866f79b9f6 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/46352435-468e-4efa-ae20-dc5ce8803410 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_returned_successfully.yaml index 76bb97462627..0a098bc70e4c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_returned_successfully.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_returned_successfully.yaml @@ -15,44 +15,44 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: f7e8ea57-9bd9-41d8-bc28-fd271bc1422f - date: Sat, 14 Nov 2020 00:55:27 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/283361c8-7698-4386-88d5-f5c0f59d7a75 + apim-request-id: ec00d641-a228-4b77-8269-c5f4722d5740 + date: Thu, 19 Nov 2020 21:25:04 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/09dc4a40-8e83-4f5d-b81d-273a631aab2a 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: '140' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/283361c8-7698-4386-88d5-f5c0f59d7a75?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/09dc4a40-8e83-4f5d-b81d-273a631aab2a?showStats=True response: body: - string: '{"jobId":"283361c8-7698-4386-88d5-f5c0f59d7a75","lastUpdateDateTime":"2020-11-14T00:55:28Z","createdDateTime":"2020-11-14T00:55:27Z","expirationDateTime":"2020-11-15T00:55:27Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":10,"validDocumentsCount":10,"erroneousDocumentsCount":0,"transactionsCount":10},"documents":[{"id":"0","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"2","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"3","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"4","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"5","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"6","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"7","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"8","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"9","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"09dc4a40-8e83-4f5d-b81d-273a631aab2a","lastUpdateDateTime":"2020-11-19T21:25:06Z","createdDateTime":"2020-11-19T21:25:04Z","expirationDateTime":"2020-11-20T21:25:04Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":10,"validDocumentsCount":10,"erroneousDocumentsCount":0,"transactionsCount":10},"documents":[{"id":"0","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"2","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"3","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"4","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"5","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"6","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"7","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"8","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"9","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 81e90fc1-28c3-4fa1-862d-80f506105c51 + apim-request-id: 0a7a2f74-b27c-4d53-857c-c4cc73cefe61 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:55:57 GMT + date: Thu, 19 Nov 2020 21:25:08 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: '89' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/283361c8-7698-4386-88d5-f5c0f59d7a75?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/09dc4a40-8e83-4f5d-b81d-273a631aab2a?showStats=True version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml index 709dcb6d6b44..7e575c903950 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_multiple_pages_of_results_with_errors_returned_successfully.yaml @@ -15,46 +15,46 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 88141663-30c0-44a4-833f-8dd020a5d8ec - date: Sat, 14 Nov 2020 00:55:58 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dfee3b86-bb81-415c-91d3-5625d7b5add1 + apim-request-id: 1190b93a-5091-4abf-a420-0ee063d21e86 + date: Thu, 19 Nov 2020 21:35:34 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/4c5b3eaa-5b60-48b6-949e-d22293ad256d strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '196' + x-envoy-upstream-service-time: '154' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dfee3b86-bb81-415c-91d3-5625d7b5add1?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/4c5b3eaa-5b60-48b6-949e-d22293ad256d?showStats=True response: body: - string: '{"jobId":"dfee3b86-bb81-415c-91d3-5625d7b5add1","lastUpdateDateTime":"2020-11-14T00:56:01Z","createdDateTime":"2020-11-14T00:55:59Z","expirationDateTime":"2020-11-15T00:55:59Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":10,"validDocumentsCount":9,"erroneousDocumentsCount":1,"transactionsCount":9},"documents":[{"id":"0","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"2","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"3","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"4","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"5","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"6","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"7","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"8","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"9","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"4c5b3eaa-5b60-48b6-949e-d22293ad256d","lastUpdateDateTime":"2020-11-19T21:35:38Z","createdDateTime":"2020-11-19T21:35:34Z","expirationDateTime":"2020-11-20T21:35:34Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":10,"validDocumentsCount":9,"erroneousDocumentsCount":1,"transactionsCount":9},"documents":[{"id":"0","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"2","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"3","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"4","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"5","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"6","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"7","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"8","statistics":{"charactersCount":11,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"9","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 66f9a207-7ffb-4da3-81fe-cd1100118266 + apim-request-id: d937dd31-9e3f-4c0b-bfbf-d9208577033f content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:56:30 GMT + date: Thu, 19 Nov 2020 21:35:39 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: '94' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dfee3b86-bb81-415c-91d3-5625d7b5add1?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/4c5b3eaa-5b60-48b6-949e-d22293ad256d?showStats=True version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_out_of_order_ids.yaml index a6e959f9e12a..812d926faf81 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_out_of_order_ids.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_out_of_order_ids.yaml @@ -12,46 +12,46 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 94ccb5a3-75d4-413f-a91a-4d7219e8c4a3 - date: Sat, 14 Nov 2020 00:56:31 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2e4b6c9a-600b-4d82-b2c1-88818320ddfc + apim-request-id: f2cc175c-7376-4886-865b-054fede3caa7 + date: Thu, 19 Nov 2020 21:31:47 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/eb6a3882-dec7-41ad-8fd2-88c517df04f3 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '147' + x-envoy-upstream-service-time: '93' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2e4b6c9a-600b-4d82-b2c1-88818320ddfc + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/eb6a3882-dec7-41ad-8fd2-88c517df04f3 response: body: - string: '{"jobId":"2e4b6c9a-600b-4d82-b2c1-88818320ddfc","lastUpdateDateTime":"2020-11-14T00:56:33Z","createdDateTime":"2020-11-14T00:56:31Z","expirationDateTime":"2020-11-15T00:56:31Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"56","entities":[],"relations":[],"warnings":[]},{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"19","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"eb6a3882-dec7-41ad-8fd2-88c517df04f3","lastUpdateDateTime":"2020-11-19T21:31:53Z","createdDateTime":"2020-11-19T21:31:48Z","expirationDateTime":"2020-11-20T21:31:48Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"56","entities":[],"relations":[],"warnings":[]},{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"19","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 93fd1abe-8bf0-464c-9808-3d5e0505a827 + apim-request-id: 6d126b0a-a05c-4b76-b249-fac74d883db8 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:57:01 GMT + date: Thu, 19 Nov 2020 21:31:52 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: '51' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/2e4b6c9a-600b-4d82-b2c1-88818320ddfc + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/eb6a3882-dec7-41ad-8fd2-88c517df04f3 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_output_same_order_as_input.yaml index ac06a1a152be..8a62e2187026 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_output_same_order_as_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_output_same_order_as_input.yaml @@ -12,44 +12,44 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: c5c38586-e488-4257-bb69-d504963a5a5e - date: Sat, 14 Nov 2020 00:57:02 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/70f5f932-c6d3-4729-98cd-dd67ef759ae6 + apim-request-id: ea23f100-9a31-4240-b250-4f2bf99c42e9 + date: Thu, 19 Nov 2020 21:27:30 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/77667130-7d92-4c82-9ac4-afafeb7c7530 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: '96' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/70f5f932-c6d3-4729-98cd-dd67ef759ae6 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/77667130-7d92-4c82-9ac4-afafeb7c7530 response: body: - string: '{"jobId":"70f5f932-c6d3-4729-98cd-dd67ef759ae6","lastUpdateDateTime":"2020-11-14T00:57:06Z","createdDateTime":"2020-11-14T00:57:03Z","expirationDateTime":"2020-11-15T00:57:03Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":0,"length":3,"text":"one","category":"Dosage","confidenceScore":0.77,"isNegated":false}],"relations":[],"warnings":[]},{"id":"2","entities":[{"offset":0,"length":3,"text":"two","category":"Dosage","confidenceScore":0.62,"isNegated":false}],"relations":[],"warnings":[]},{"id":"3","entities":[{"offset":0,"length":5,"text":"three","category":"Dosage","confidenceScore":0.61,"isNegated":false}],"relations":[],"warnings":[]},{"id":"4","entities":[],"relations":[],"warnings":[]},{"id":"5","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"77667130-7d92-4c82-9ac4-afafeb7c7530","lastUpdateDateTime":"2020-11-19T21:27:31Z","createdDateTime":"2020-11-19T21:27:30Z","expirationDateTime":"2020-11-20T21:27:30Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":0,"length":3,"text":"one","category":"Dosage","confidenceScore":0.77,"isNegated":false}],"relations":[],"warnings":[]},{"id":"2","entities":[{"offset":0,"length":3,"text":"two","category":"Dosage","confidenceScore":0.62,"isNegated":false}],"relations":[],"warnings":[]},{"id":"3","entities":[{"offset":0,"length":5,"text":"three","category":"Dosage","confidenceScore":0.61,"isNegated":false}],"relations":[],"warnings":[]},{"id":"4","entities":[],"relations":[],"warnings":[]},{"id":"5","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 272a6afb-f434-4d9b-9b07-93bc55060447 + apim-request-id: f228fe59-ee10-491d-bb2d-4217a318ffaf content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:57:34 GMT + date: Thu, 19 Nov 2020 21:27:35 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: '53' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/70f5f932-c6d3-4729-98cd-dd67ef759ae6 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/77667130-7d92-4c82-9ac4-afafeb7c7530 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_pass_cls.yaml index 32c7225d36cc..1a570f0ede4c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_pass_cls.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_pass_cls.yaml @@ -10,44 +10,44 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: ce48588b-47b5-4533-b6bd-0d3812001dcc - date: Sat, 14 Nov 2020 00:57:34 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/b5324322-b73b-4bcd-83bf-1a5858b7682b + apim-request-id: 01ef0e31-6140-4165-80bb-9fa2dd9b7f6c + date: Thu, 19 Nov 2020 21:25:10 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/cc5c9039-d215-451f-9c78-ef7d371f64f1 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '94' + x-envoy-upstream-service-time: '80' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/b5324322-b73b-4bcd-83bf-1a5858b7682b + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/cc5c9039-d215-451f-9c78-ef7d371f64f1 response: body: - string: '{"jobId":"b5324322-b73b-4bcd-83bf-1a5858b7682b","lastUpdateDateTime":"2020-11-14T00:57:36Z","createdDateTime":"2020-11-14T00:57:34Z","expirationDateTime":"2020-11-15T00:57:34Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[{"offset":13,"length":3,"text":"cls","category":"Diagnosis","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0265252"},{"dataSource":"CHV","id":"0000025867"},{"dataSource":"JABL","id":"238"},{"dataSource":"MDR","id":"10081806"},{"dataSource":"MEDCIN","id":"311935"},{"dataSource":"MSH","id":"D038921"},{"dataSource":"NCI","id":"C84643"},{"dataSource":"OMIM","id":"303600"},{"dataSource":"RCD","id":"Xa0Zc"},{"dataSource":"SNM","id":"D-5122"},{"dataSource":"SNMI","id":"D4-00811"},{"dataSource":"SNOMEDCT_US","id":"15182000"}]}],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"cc5c9039-d215-451f-9c78-ef7d371f64f1","lastUpdateDateTime":"2020-11-19T21:25:12Z","createdDateTime":"2020-11-19T21:25:11Z","expirationDateTime":"2020-11-20T21:25:11Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[{"offset":13,"length":3,"text":"cls","category":"Diagnosis","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0265252"},{"dataSource":"CHV","id":"0000025867"},{"dataSource":"JABL","id":"238"},{"dataSource":"MDR","id":"10081806"},{"dataSource":"MEDCIN","id":"311935"},{"dataSource":"MSH","id":"D038921"},{"dataSource":"NCI","id":"C84643"},{"dataSource":"OMIM","id":"303600"},{"dataSource":"RCD","id":"Xa0Zc"},{"dataSource":"SNM","id":"D-5122"},{"dataSource":"SNMI","id":"D4-00811"},{"dataSource":"SNOMEDCT_US","id":"15182000"}]}],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 2a601ece-ffc3-4511-a932-b9e9f3364d57 + apim-request-id: 9ca20fb7-87e9-4833-9c3d-ab6667de094c content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:58:05 GMT + date: Thu, 19 Nov 2020 21:25:16 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: '29' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/b5324322-b73b-4bcd-83bf-1a5858b7682b + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/cc5c9039-d215-451f-9c78-ef7d371f64f1 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_passing_only_string.yaml index 9b6776a6c3ef..1557438fde01 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_passing_only_string.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_passing_only_string.yaml @@ -12,48 +12,70 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: beafc6d4-2b31-4376-a359-6668a9bbcfc9 - date: Sat, 14 Nov 2020 00:58:06 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dd985fc4-2589-4670-9135-5c66fd0bec6a + apim-request-id: b314e9dc-5f17-4722-b85d-124b8627a547 + date: Thu, 19 Nov 2020 21:29:18 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/b8d5aa51-42d5-4328-919d-d09647bc2d72 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '105' + x-envoy-upstream-service-time: '68' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dd985fc4-2589-4670-9135-5c66fd0bec6a + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/b8d5aa51-42d5-4328-919d-d09647bc2d72 response: body: - string: '{"jobId":"dd985fc4-2589-4670-9135-5c66fd0bec6a","lastUpdateDateTime":"2020-11-14T00:58:07Z","createdDateTime":"2020-11-14T00:58:06Z","expirationDateTime":"2020-11-15T00:58:06Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood + string: '{"jobId":"b8d5aa51-42d5-4328-919d-d09647bc2d72","lastUpdateDateTime":"2020-11-19T21:29:22Z","createdDateTime":"2020-11-19T21:29:18Z","expirationDateTime":"2020-11-20T21:29:18Z","status":"running","errors":[]}' + headers: + apim-request-id: f1c87105-9eb0-471d-913b-16808f535f45 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:29:23 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '5' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/b8d5aa51-42d5-4328-919d-d09647bc2d72 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/b8d5aa51-42d5-4328-919d-d09647bc2d72 + response: + body: + string: '{"jobId":"b8d5aa51-42d5-4328-919d-d09647bc2d72","lastUpdateDateTime":"2020-11-19T21:29:27Z","createdDateTime":"2020-11-19T21:29:18Z","expirationDateTime":"2020-11-20T21:29:18Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[{"offset":29,"length":4,"text":"high","category":"MeasurementValue","confidenceScore":0.93,"isNegated":false},{"offset":34,"length":14,"text":"blood pressure","category":"ExaminationName","confidenceScore":0.91,"isNegated":true,"links":[{"dataSource":"UMLS","id":"C0005824"},{"dataSource":"AOD","id":"0000007392"},{"dataSource":"CCC","id":"K33.1"},{"dataSource":"CHV","id":"0000002009"},{"dataSource":"ICNP","id":"10031996"},{"dataSource":"LCH_NW","id":"sh85015011"},{"dataSource":"MDR","id":"10076581"},{"dataSource":"MEDCIN","id":"6045"},{"dataSource":"MSH","id":"D001795"},{"dataSource":"SNM","id":"P-Y107"},{"dataSource":"SNMI","id":"PA-00540"},{"dataSource":"SNOMEDCT_US","id":"46973005"}]}],"relations":[{"relationType":"ValueOfExamination","bidirectional":false,"source":"#/results/documents/0/entities/0","target":"#/results/documents/0/entities/1"}],"warnings":[]},{"id":"1","entities":[{"offset":11,"length":5,"text":"100mg","category":"Dosage","confidenceScore":1.0,"isNegated":false},{"offset":17,"length":9,"text":"ibuprofen","category":"MedicationName","confidenceScore":1.0,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0020740"},{"dataSource":"AOD","id":"0000019879"},{"dataSource":"ATC","id":"M01AE01"},{"dataSource":"CCPSS","id":"0046165"},{"dataSource":"CHV","id":"0000006519"},{"dataSource":"CSP","id":"2270-2077"},{"dataSource":"DRUGBANK","id":"DB01050"},{"dataSource":"GS","id":"1611"},{"dataSource":"LCH_NW","id":"sh97005926"},{"dataSource":"LNC","id":"LP16165-0"},{"dataSource":"MEDCIN","id":"40458"},{"dataSource":"MMSL","id":"d00015"},{"dataSource":"MSH","id":"D007052"},{"dataSource":"MTHSPL","id":"WK2XYI10QM"},{"dataSource":"NCI","id":"C561"},{"dataSource":"NCI_CTRP","id":"C561"},{"dataSource":"NCI_DCP","id":"00803"},{"dataSource":"NCI_DTP","id":"NSC0256857"},{"dataSource":"NCI_FDA","id":"WK2XYI10QM"},{"dataSource":"NCI_NCI-GLOSS","id":"CDR0000613511"},{"dataSource":"NDDF","id":"002377"},{"dataSource":"PDQ","id":"CDR0000040475"},{"dataSource":"RCD","id":"x02MO"},{"dataSource":"RXNORM","id":"5640"},{"dataSource":"SNM","id":"E-7772"},{"dataSource":"SNMI","id":"C-603C0"},{"dataSource":"SNOMEDCT_US","id":"387207008"},{"dataSource":"USP","id":"m39860"},{"dataSource":"USPMG","id":"MTHU000060"},{"dataSource":"VANDF","id":"4017840"}]},{"offset":34,"length":11,"text":"twice daily","category":"Frequency","confidenceScore":1.0,"isNegated":false}],"relations":[{"relationType":"DosageOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/0","target":"#/results/documents/1/entities/1"},{"relationType":"FrequencyOfMedication","bidirectional":false,"source":"#/results/documents/1/entities/2","target":"#/results/documents/1/entities/1"}],"warnings":[]}],"errors":[{"id":"2","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 3df4002d-8948-45a3-9e54-c39a2bdc816f + apim-request-id: e94138c2-a35a-4934-b117-d0f558da10f6 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:58:37 GMT + date: Thu, 19 Nov 2020 21:29:29 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: '43' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/dd985fc4-2589-4670-9135-5c66fd0bec6a + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/b8d5aa51-42d5-4328-919d-d09647bc2d72 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_payload_too_large.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_payload_too_large.yaml index 207d4240eee0..32abd9b1ce9a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_payload_too_large.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_payload_too_large.yaml @@ -8509,23 +8509,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Request Payload sent is too large to be processed. Limit request size to: 524288"}}}' headers: - apim-request-id: 57783588-e0ff-4e09-99d5-511c7f89cdb2 + apim-request-id: f975d686-3b4e-44db-bc30-513c6c66f7fa content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:58:39 GMT + date: Thu, 19 Nov 2020 21:23:19 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: '25' status: code: 413 message: Payload Too Large - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_per_item_dont_use_language_hint.yaml index 28eb912335d5..0c2801c31494 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_per_item_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_per_item_dont_use_language_hint.yaml @@ -12,44 +12,44 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 2c905c2f-4ecc-478c-8402-b6903a9bc7c3 - date: Sat, 14 Nov 2020 00:58:39 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/ea9fd731-4819-466b-aad0-41c46a4d2ec3 + apim-request-id: 226465e2-cf70-445f-91b6-d1fddefa9743 + date: Thu, 19 Nov 2020 21:31:54 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/136c4240-383c-46e2-a612-bbcece286b96 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: '109' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/ea9fd731-4819-466b-aad0-41c46a4d2ec3 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/136c4240-383c-46e2-a612-bbcece286b96 response: body: - string: '{"jobId":"ea9fd731-4819-466b-aad0-41c46a4d2ec3","lastUpdateDateTime":"2020-11-14T00:58:41Z","createdDateTime":"2020-11-14T00:58:40Z","expirationDateTime":"2020-11-15T00:58:40Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"136c4240-383c-46e2-a612-bbcece286b96","lastUpdateDateTime":"2020-11-19T21:31:58Z","createdDateTime":"2020-11-19T21:31:54Z","expirationDateTime":"2020-11-20T21:31:54Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 89e9bfd7-7fb7-4c2a-80e7-0f394a6e1d21 + apim-request-id: c62a467f-a9c7-4b3d-964a-3d7da9a47f04 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:59:11 GMT + date: Thu, 19 Nov 2020 21:31:59 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '96' + x-envoy-upstream-service-time: '44' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/ea9fd731-4819-466b-aad0-41c46a4d2ec3 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/136c4240-383c-46e2-a612-bbcece286b96 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_rotate_subscription_key.yaml index 1c92782ea20c..89f9110178cb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_rotate_subscription_key.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_rotate_subscription_key.yaml @@ -12,46 +12,112 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 13657f3d-2510-41a6-87c7-6db35f4ae5eb - date: Sat, 14 Nov 2020 00:59:12 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fe8aaa30-f3b4-41a1-9e40-145a1dbf7aa0 + apim-request-id: 53e0b988-5e37-4d54-9d09-97f60a68b59e + date: Thu, 19 Nov 2020 21:48:29 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/73c6c3c2-d546-43f0-8efd-eac063a65e36 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: '214' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fe8aaa30-f3b4-41a1-9e40-145a1dbf7aa0 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/73c6c3c2-d546-43f0-8efd-eac063a65e36 response: body: - string: '{"jobId":"fe8aaa30-f3b4-41a1-9e40-145a1dbf7aa0","lastUpdateDateTime":"2020-11-14T00:59:16Z","createdDateTime":"2020-11-14T00:59:12Z","expirationDateTime":"2020-11-15T00:59:12Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"73c6c3c2-d546-43f0-8efd-eac063a65e36","lastUpdateDateTime":"2020-11-19T21:48:30Z","createdDateTime":"2020-11-19T21:48:30Z","expirationDateTime":"2020-11-20T21:48:30Z","status":"notStarted","errors":[]}' headers: - apim-request-id: 88a9fb16-06d0-46f8-8818-137711ba9634 + apim-request-id: 1fb60379-c61b-421b-a24c-4f85975d116d content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 00:59:43 GMT + date: Thu, 19 Nov 2020 21:48:35 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: '13' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/fe8aaa30-f3b4-41a1-9e40-145a1dbf7aa0 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/73c6c3c2-d546-43f0-8efd-eac063a65e36 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/73c6c3c2-d546-43f0-8efd-eac063a65e36 + response: + body: + string: '{"jobId":"73c6c3c2-d546-43f0-8efd-eac063a65e36","lastUpdateDateTime":"2020-11-19T21:48:39Z","createdDateTime":"2020-11-19T21:48:30Z","expirationDateTime":"2020-11-20T21:48:30Z","status":"running","errors":[]}' + headers: + apim-request-id: ae6c420a-6e1b-491b-b95b-c8bba06c70e5 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:48:40 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '31' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/73c6c3c2-d546-43f0-8efd-eac063a65e36 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/73c6c3c2-d546-43f0-8efd-eac063a65e36 + response: + body: + string: '{"jobId":"73c6c3c2-d546-43f0-8efd-eac063a65e36","lastUpdateDateTime":"2020-11-19T21:48:44Z","createdDateTime":"2020-11-19T21:48:30Z","expirationDateTime":"2020-11-20T21:48:30Z","status":"running","errors":[]}' + headers: + apim-request-id: 9a6b0a43-349a-40d0-ba8a-df8832fa5ea6 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:48:45 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '26' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/73c6c3c2-d546-43f0-8efd-eac063a65e36 +- request: + body: null + headers: + User-Agent: + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + method: GET + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/73c6c3c2-d546-43f0-8efd-eac063a65e36 + response: + body: + string: '{"jobId":"73c6c3c2-d546-43f0-8efd-eac063a65e36","lastUpdateDateTime":"2020-11-19T21:48:49Z","createdDateTime":"2020-11-19T21:48:30Z","expirationDateTime":"2020-11-20T21:48:30Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + headers: + apim-request-id: b7ccfb5f-4d9f-45ea-bddd-e979d487cf24 + content-type: application/json; charset=utf-8 + date: Thu, 19 Nov 2020 21:48:51 GMT + strict-transport-security: max-age=31536000; includeSubDomains; preload + transfer-encoding: chunked + x-content-type-options: nosniff + x-envoy-upstream-service-time: '50' + status: + code: 200 + message: OK + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/73c6c3c2-d546-43f0-8efd-eac063a65e36 - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -65,9 +131,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -75,11 +141,11 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Sat, 14 Nov 2020 00:59:43 GMT + date: Thu, 19 Nov 2020 21:48:51 GMT status: code: 401 message: PermissionDenied - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -93,44 +159,44 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 3c57d596-5674-4361-827f-df78de99f6f4 - date: Sat, 14 Nov 2020 00:59:43 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/329e3651-5842-49a1-9227-ea3ff2bfe35d + apim-request-id: 8b8b7fb9-3253-4cdf-8957-f91f57b83f42 + date: Thu, 19 Nov 2020 21:48:51 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/a4e7b23b-7864-4008-aaab-ccb7f8e46923 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: '126' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/329e3651-5842-49a1-9227-ea3ff2bfe35d + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/a4e7b23b-7864-4008-aaab-ccb7f8e46923 response: body: - string: '{"jobId":"329e3651-5842-49a1-9227-ea3ff2bfe35d","lastUpdateDateTime":"2020-11-14T00:59:46Z","createdDateTime":"2020-11-14T00:59:44Z","expirationDateTime":"2020-11-15T00:59:44Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"a4e7b23b-7864-4008-aaab-ccb7f8e46923","lastUpdateDateTime":"2020-11-19T21:48:54Z","createdDateTime":"2020-11-19T21:48:51Z","expirationDateTime":"2020-11-20T21:48:51Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 0c2c3add-96c5-477d-925f-56cf43916b73 + apim-request-id: f09d5ae6-d252-44b5-8187-30f787bab414 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 01:00:15 GMT + date: Thu, 19 Nov 2020 21:48:56 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: '85' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/329e3651-5842-49a1-9227-ea3ff2bfe35d + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/a4e7b23b-7864-4008-aaab-ccb7f8e46923 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_show_stats_and_model_version.yaml index 75dcfb1a9bf2..4cb6aceff149 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_show_stats_and_model_version.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_show_stats_and_model_version.yaml @@ -12,46 +12,46 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=2020-09-03&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=2020-09-03&stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: b812aa97-8896-4ad1-8412-3eaa71b94d55 - date: Sat, 14 Nov 2020 01:00:16 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a2e59dd6-5770-456d-906b-d2d9993f2e1d + apim-request-id: f4b2d40c-417d-4aeb-9c91-fb6bc29d0447 + date: Thu, 19 Nov 2020 21:25:17 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/ee16abaf-3101-424d-ad33-94023f68a9e3 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: '111' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?model-version=2020-09-03&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?model-version=2020-09-03&stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a2e59dd6-5770-456d-906b-d2d9993f2e1d?showStats=True + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/ee16abaf-3101-424d-ad33-94023f68a9e3?showStats=True response: body: - string: '{"jobId":"a2e59dd6-5770-456d-906b-d2d9993f2e1d","lastUpdateDateTime":"2020-11-14T01:00:16Z","createdDateTime":"2020-11-14T01:00:15Z","expirationDateTime":"2020-11-15T01:00:15Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"0","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"19","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid + string: '{"jobId":"ee16abaf-3101-424d-ad33-94023f68a9e3","lastUpdateDateTime":"2020-11-19T21:25:21Z","createdDateTime":"2020-11-19T21:25:17Z","expirationDateTime":"2020-11-20T21:25:17Z","status":"succeeded","errors":[],"results":{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"0","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"19","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"relations":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 7a59ca63-72f9-4e55-9b5c-83407e3cea54 + apim-request-id: af4325a7-d5d2-4fdb-864c-0a7aa41c873d content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 01:00:46 GMT + date: Thu, 19 Nov 2020 21:25:21 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '109' + x-envoy-upstream-service-time: '56' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a2e59dd6-5770-456d-906b-d2d9993f2e1d?showStats=True + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/ee16abaf-3101-424d-ad33-94023f68a9e3?showStats=True version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_too_many_documents.yaml index 0416a51a6b81..41d583282b62 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_too_many_documents.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_too_many_documents.yaml @@ -759,23 +759,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 10 records are permitted."}}}' headers: - apim-request-id: c5076481-6064-49b6-b2d0-5b6e61fcdb32 + apim-request-id: 59931313-b19b-4dd8-9c09-fa76e838cd17 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 01:00:48 GMT + date: Thu, 19 Nov 2020 21:35:41 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: '13' status: code: 400 message: Bad Request - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_user_agent.yaml index 3d3ea26e32c2..2a4a383ef9f9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_user_agent.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_user_agent.yaml @@ -12,44 +12,44 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 32548671-ab6b-451f-8f56-ccd980c91eb4 - date: Sat, 14 Nov 2020 01:00:49 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e314912f-791d-43f7-b4af-a34f19233b53 + apim-request-id: 8c96b726-edac-4642-ac81-f2281e407282 + date: Thu, 19 Nov 2020 21:29:30 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/d1097f53-8f66-41e0-8c14-a9aca57fbe69 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: '175' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e314912f-791d-43f7-b4af-a34f19233b53 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/d1097f53-8f66-41e0-8c14-a9aca57fbe69 response: body: - string: '{"jobId":"e314912f-791d-43f7-b4af-a34f19233b53","lastUpdateDateTime":"2020-11-14T01:00:51Z","createdDateTime":"2020-11-14T01:00:49Z","expirationDateTime":"2020-11-15T01:00:49Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"d1097f53-8f66-41e0-8c14-a9aca57fbe69","lastUpdateDateTime":"2020-11-19T21:29:32Z","createdDateTime":"2020-11-19T21:29:30Z","expirationDateTime":"2020-11-20T21:29:30Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 13238ca4-9e24-404f-947d-88ebba4d5884 + apim-request-id: fa1fd8d8-3bb2-4cbb-9998-4bc1b027bce1 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 01:01:19 GMT + date: Thu, 19 Nov 2020 21:29:35 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '97' + x-envoy-upstream-service-time: '44' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/e314912f-791d-43f7-b4af-a34f19233b53 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/d1097f53-8f66-41e0-8c14-a9aca57fbe69 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_dont_use_language_hint.yaml index 4b1d3461f723..746861a21f73 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_dont_use_language_hint.yaml @@ -12,44 +12,44 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 4b512225-454b-459b-9d9c-7be3b34ed4fe - date: Sat, 14 Nov 2020 01:01:20 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/675dc864-19f6-40bb-bdc5-ad18c71242fd + apim-request-id: d9a87978-9ec9-4005-9494-ca79b061dc5f + date: Thu, 19 Nov 2020 21:23:21 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/5c3702b6-cab9-4ecf-8bdc-606b2bddd726 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '100' + x-envoy-upstream-service-time: '311' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/675dc864-19f6-40bb-bdc5-ad18c71242fd + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/5c3702b6-cab9-4ecf-8bdc-606b2bddd726 response: body: - string: '{"jobId":"675dc864-19f6-40bb-bdc5-ad18c71242fd","lastUpdateDateTime":"2020-11-14T01:01:21Z","createdDateTime":"2020-11-14T01:01:20Z","expirationDateTime":"2020-11-15T01:01:20Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"5c3702b6-cab9-4ecf-8bdc-606b2bddd726","lastUpdateDateTime":"2020-11-19T21:23:24Z","createdDateTime":"2020-11-19T21:23:21Z","expirationDateTime":"2020-11-20T21:23:21Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: e259b633-1af9-4ca7-941e-608b65b02bec + apim-request-id: 6fb15cca-60f9-4292-a612-3e4c44f20412 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 01:01:51 GMT + date: Thu, 19 Nov 2020 21:23:26 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: '38' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/675dc864-19f6-40bb-bdc5-ad18c71242fd + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/5c3702b6-cab9-4ecf-8bdc-606b2bddd726 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint.yaml index 13a25d89741c..9932feaab16a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint.yaml @@ -12,44 +12,44 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 3d4303bf-d242-4e09-b5be-fe7b2d83c38a - date: Sat, 14 Nov 2020 01:01:52 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a8e2dbd4-3d36-41f2-a49b-fe999b8dffba + apim-request-id: efe470fc-3415-4647-8bf0-f3295ca3e6b0 + date: Thu, 19 Nov 2020 21:32:00 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/a191a1b3-4013-410a-b3b2-675ab0e1f2ea 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: '133' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a8e2dbd4-3d36-41f2-a49b-fe999b8dffba + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/a191a1b3-4013-410a-b3b2-675ab0e1f2ea response: body: - string: '{"jobId":"a8e2dbd4-3d36-41f2-a49b-fe999b8dffba","lastUpdateDateTime":"2020-11-14T01:01:53Z","createdDateTime":"2020-11-14T01:01:52Z","expirationDateTime":"2020-11-15T01:01:52Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"a191a1b3-4013-410a-b3b2-675ab0e1f2ea","lastUpdateDateTime":"2020-11-19T21:32:03Z","createdDateTime":"2020-11-19T21:32:01Z","expirationDateTime":"2020-11-20T21:32:01Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"0","entities":[],"relations":[],"warnings":[]},{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: c77b8adb-c2f7-4d01-94a9-d781ff0e636f + apim-request-id: d47e7552-2281-4f95-84aa-f29fcb77d7aa content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 01:02:23 GMT + date: Thu, 19 Nov 2020 21:32:06 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: '41' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/a8e2dbd4-3d36-41f2-a49b-fe999b8dffba + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/a191a1b3-4013-410a-b3b2-675ab0e1f2ea version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_input.yaml index 4ad5fa327839..4759b1d787e4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_input.yaml @@ -12,44 +12,44 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 78b6c2df-41a9-4ecd-b874-82493b9f0ee1 - date: Sat, 14 Nov 2020 01:02:24 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/f6666231-2f0c-430b-9043-98977d05f21a + apim-request-id: 77fb339e-8c2c-4f4c-b75f-07910ba94131 + date: Thu, 19 Nov 2020 21:27:37 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/d940f4d2-0032-4143-9e10-8d85e2f5fbc5 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: '362' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/f6666231-2f0c-430b-9043-98977d05f21a + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/d940f4d2-0032-4143-9e10-8d85e2f5fbc5 response: body: - string: '{"jobId":"f6666231-2f0c-430b-9043-98977d05f21a","lastUpdateDateTime":"2020-11-14T01:02:26Z","createdDateTime":"2020-11-14T01:02:24Z","expirationDateTime":"2020-11-15T01:02:24Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"d940f4d2-0032-4143-9e10-8d85e2f5fbc5","lastUpdateDateTime":"2020-11-19T21:27:38Z","createdDateTime":"2020-11-19T21:27:37Z","expirationDateTime":"2020-11-20T21:27:37Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 6cd40be2-8ea5-44a4-bd57-3dbd6d3d623a + apim-request-id: 23d82af2-b1ec-4240-a0ff-2959d5853dfa content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 01:02:55 GMT + date: Thu, 19 Nov 2020 21:27:42 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '110' + x-envoy-upstream-service-time: '50' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/f6666231-2f0c-430b-9043-98977d05f21a + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/d940f4d2-0032-4143-9e10-8d85e2f5fbc5 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml index 7ce0f62cbc39..4ba4017243e2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -12,44 +12,44 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: fb2d4121-7d58-4712-ae12-2a033e21702e - date: Sat, 14 Nov 2020 01:02:56 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/29ede5ce-fdac-4a43-96e1-ad022e842703 + apim-request-id: 0ffbbe1f-f875-4d0c-b5d6-0e1e5616e781 + date: Thu, 19 Nov 2020 21:25:23 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/91aced69-16eb-4f00-bc7d-e7359cc9ae74 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '97' + x-envoy-upstream-service-time: '98' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/29ede5ce-fdac-4a43-96e1-ad022e842703 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/91aced69-16eb-4f00-bc7d-e7359cc9ae74 response: body: - string: '{"jobId":"29ede5ce-fdac-4a43-96e1-ad022e842703","lastUpdateDateTime":"2020-11-14T01:02:57Z","createdDateTime":"2020-11-14T01:02:56Z","expirationDateTime":"2020-11-15T01:02:56Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"91aced69-16eb-4f00-bc7d-e7359cc9ae74","lastUpdateDateTime":"2020-11-19T21:25:26Z","createdDateTime":"2020-11-19T21:25:24Z","expirationDateTime":"2020-11-20T21:25:24Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: 2855ced4-2bbc-4068-9995-89f7f5bca2ce + apim-request-id: 978cb581-b848-4cd0-90d8-68b49c446499 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 01:03:26 GMT + date: Thu, 19 Nov 2020 21:25: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' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/29ede5ce-fdac-4a43-96e1-ad022e842703 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/91aced69-16eb-4f00-bc7d-e7359cc9ae74 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_input.yaml index d9308c3805a5..0fe28437c770 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_input.yaml @@ -12,44 +12,44 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 53c6628f-db47-45cf-9a7a-18cc44bc9ad1 - date: Sat, 14 Nov 2020 01:03:27 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/366c2e9b-b552-450c-ba09-1973ea396115 + apim-request-id: 90d08fa8-5caa-48a8-96c5-4c5393844650 + date: Thu, 19 Nov 2020 21:35:42 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/354a31c3-2d7d-4aba-a2d9-99f0cdf738eb strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '114' + x-envoy-upstream-service-time: '91' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/366c2e9b-b552-450c-ba09-1973ea396115 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/354a31c3-2d7d-4aba-a2d9-99f0cdf738eb response: body: - string: '{"jobId":"366c2e9b-b552-450c-ba09-1973ea396115","lastUpdateDateTime":"2020-11-14T01:03:31Z","createdDateTime":"2020-11-14T01:03:28Z","expirationDateTime":"2020-11-15T01:03:28Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":17,"length":3,"text":"cat","category":"TreatmentName","confidenceScore":0.74,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0280589"},{"dataSource":"CHV","id":"0000027342"},{"dataSource":"NCI","id":"C10277"},{"dataSource":"PDQ","id":"CDR0000040974"}]},{"offset":28,"length":12,"text":"veterinarian","category":"HealthcareProfession","confidenceScore":0.99,"isNegated":false}],"relations":[],"warnings":[]},{"id":"4","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"354a31c3-2d7d-4aba-a2d9-99f0cdf738eb","lastUpdateDateTime":"2020-11-19T21:35:43Z","createdDateTime":"2020-11-19T21:35:42Z","expirationDateTime":"2020-11-20T21:35:42Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":17,"length":3,"text":"cat","category":"TreatmentName","confidenceScore":0.74,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0280589"},{"dataSource":"CHV","id":"0000027342"},{"dataSource":"NCI","id":"C10277"},{"dataSource":"PDQ","id":"CDR0000040974"}]},{"offset":28,"length":12,"text":"veterinarian","category":"HealthcareProfession","confidenceScore":0.99,"isNegated":false}],"relations":[],"warnings":[]},{"id":"4","entities":[],"relations":[],"warnings":[]},{"id":"3","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: d281a96a-41c1-48ac-8124-54a3a1f22299 + apim-request-id: 7552792e-fdb9-46a4-873f-e5eca6ae5b53 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 01:03:58 GMT + date: Thu, 19 Nov 2020 21:35:47 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: '46' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/366c2e9b-b552-450c-ba09-1973ea396115 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/354a31c3-2d7d-4aba-a2d9-99f0cdf738eb version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml index 2a0af87fcb30..c1900d48cde3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_healthcare_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -11,44 +11,44 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint response: body: string: '' headers: - apim-request-id: 949606ed-bb25-4777-a785-751c1d91bb22 - date: Sat, 14 Nov 2020 01:03:59 GMT - operation-location: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/624faee6-1f10-47cc-8142-1cb12c179847 + apim-request-id: 2bf99736-3db6-4c22-b256-963c4ec198d9 + date: Thu, 19 Nov 2020 21:29:36 GMT + operation-location: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/60d7414d-ba70-4fee-86e4-1a3055f4d6a4 strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '102' + x-envoy-upstream-service-time: '120' status: code: 202 message: Accepted - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.3/entities/health/jobs?stringIndexType=UnicodeCodePoint - request: body: null headers: User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.7.9 (Windows-10-10.0.19041-SP0) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: GET - uri: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/624faee6-1f10-47cc-8142-1cb12c179847 + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/60d7414d-ba70-4fee-86e4-1a3055f4d6a4 response: body: - string: '{"jobId":"624faee6-1f10-47cc-8142-1cb12c179847","lastUpdateDateTime":"2020-11-14T01:04:01Z","createdDateTime":"2020-11-14T01:04:00Z","expirationDateTime":"2020-11-15T01:04:00Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":17,"length":3,"text":"cat","category":"TreatmentName","confidenceScore":0.74,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0280589"},{"dataSource":"CHV","id":"0000027342"},{"dataSource":"NCI","id":"C10277"},{"dataSource":"PDQ","id":"CDR0000040974"}]},{"offset":28,"length":12,"text":"veterinarian","category":"HealthcareProfession","confidenceScore":0.99,"isNegated":false}],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' + string: '{"jobId":"60d7414d-ba70-4fee-86e4-1a3055f4d6a4","lastUpdateDateTime":"2020-11-19T21:29:37Z","createdDateTime":"2020-11-19T21:29:37Z","expirationDateTime":"2020-11-20T21:29:37Z","status":"succeeded","errors":[],"results":{"documents":[{"id":"1","entities":[{"offset":17,"length":3,"text":"cat","category":"TreatmentName","confidenceScore":0.74,"isNegated":false,"links":[{"dataSource":"UMLS","id":"C0280589"},{"dataSource":"CHV","id":"0000027342"},{"dataSource":"NCI","id":"C10277"},{"dataSource":"PDQ","id":"CDR0000040974"}]},{"offset":28,"length":12,"text":"veterinarian","category":"HealthcareProfession","confidenceScore":0.99,"isNegated":false}],"relations":[],"warnings":[]},{"id":"2","entities":[],"relations":[],"warnings":[]}],"errors":[],"modelVersion":"2020-09-03"}}' headers: - apim-request-id: d161b6a7-ed49-460a-a68a-63397f738336 + apim-request-id: 7741e430-4570-4ad6-a6bc-271cf2406ab8 content-type: application/json; charset=utf-8 - date: Sat, 14 Nov 2020 01:04:31 GMT + date: Thu, 19 Nov 2020 21:29:41 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '85' + x-envoy-upstream-service-time: '37' status: code: 200 message: OK - url: https://textanalytics-westeurope.ppe.cognitiveservices.azure.com/text/analytics/v3.1-preview.3/entities/health/jobs/624faee6-1f10-47cc-8142-1cb12c179847 + url: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.3/entities/health/jobs/60d7414d-ba70-4fee-86e4-1a3055f4d6a4 version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_all_successful_passing_dict.yaml index 76dae56b178b..1849b617482b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_all_successful_passing_dict.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_all_successful_passing_dict.yaml @@ -17,9 +17,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":3,"validDocumentsCount":3,"erroneousDocumentsCount":0,"transactionsCount":3},"documents":[{"id":"1","sentiment":"neutral","statistics":{"charactersCount":51,"transactionsCount":1},"confidenceScores":{"positive":0.01,"neutral":0.99,"negative":0.0},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.01,"neutral":0.99,"negative":0.0},"offset":0,"length":51,"text":"Microsoft @@ -30,13 +30,13 @@ interactions: recommend you try it."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 760dfd8d-9039-457d-811c-ee791ba48db4 + - 16e2a847-4562-435e-8662-fdae62672a8d content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:03:04 GMT + - Thu, 19 Nov 2020 21:23:28 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -44,7 +44,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '94' + - '311' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_all_successful_passing_text_document_input.yaml index 489a472b38a3..c037e03462cd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_all_successful_passing_text_document_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_all_successful_passing_text_document_input.yaml @@ -17,9 +17,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.01,"neutral":0.99,"negative":0.0},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.01,"neutral":0.99,"negative":0.0},"offset":0,"length":51,"text":"Microsoft @@ -30,13 +30,13 @@ interactions: recommend you try it."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - ee1d0f3c-536a-4d65-967c-64a52046b2b5 + - ca6e8be4-cf71-4a4b-937b-bd8c9ead0892 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:33 GMT + - Thu, 19 Nov 2020 21:32:07 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -44,7 +44,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '181' + - '114' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_bad_credentials.yaml index e4bbee073882..f79088dde90e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_bad_credentials.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_bad_credentials.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -26,7 +26,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:02:19 GMT + - Thu, 19 Nov 2020 21:27:43 GMT status: code: 401 message: PermissionDenied diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_bad_model_version_error.yaml index 2c6029572dca..bef6e82183ed 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_bad_model_version_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_bad_model_version_error.yaml @@ -14,20 +14,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid Request.","innererror":{"code":"ModelVersionIncorrect","message":"Invalid model version. Possible values are: latest,2019-10-01,2020-04-01"}}}' headers: apim-request-id: - - f7ce80a8-7f87-49b2-be75-9ba8db2fd120 + - b2199245-8a2a-47d2-a7df-9f0c2f204d94 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:19 GMT + - Thu, 19 Nov 2020 21:35:48 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '4' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_batch_size_over_limit.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_batch_size_over_limit.yaml index b3c222f5f656..2960833b08ed 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_batch_size_over_limit.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_batch_size_over_limit.yaml @@ -758,20 +758,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 10 records are permitted."}}}' headers: apim-request-id: - - 77deb40c-a565-4b76-abb7-3b38510a32e8 + - e9a5e484-9b7c-4083-bdd7-3c281cab9fdf content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:19 GMT + - Thu, 19 Nov 2020 21:29:43 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -779,7 +779,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '11' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_batch_size_over_limit_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_batch_size_over_limit_error.yaml index a7f7683a0e8b..34cf1a58033e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_batch_size_over_limit_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_batch_size_over_limit_error.yaml @@ -723,20 +723,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 10 records are permitted."}}}' headers: apim-request-id: - - 05d5988f-0b0f-4c40-a1fe-bdecdeb55207 + - 4f005d22-2f1c-4832-b05a-67aa7df0b71a content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:05 GMT + - Thu, 19 Nov 2020 21:23:29 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -744,7 +744,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '15' + - '9' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_client_passed_default_language_hint.yaml index 04855f8f7d05..1b46047c5c22 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_client_passed_default_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_client_passed_default_language_hint.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.04,"neutral":0.95,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.04,"neutral":0.95,"negative":0.01},"offset":0,"length":22,"text":"I @@ -27,13 +27,13 @@ interactions: restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 394eaa2e-0b36-47fe-a1e5-6233b3c01f3f + - f920b86c-af2f-4673-a001-52be40697c1e content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:34 GMT + - Thu, 19 Nov 2020 21:32:08 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -41,7 +41,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '182' + - '119' status: code: 200 message: OK @@ -62,9 +62,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"offset":0,"length":22,"text":"I @@ -73,13 +73,13 @@ interactions: restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - e4d69340-ce8e-413a-8feb-44aa3c3207a1 + - 4e9e0a26-357a-43d0-a56d-a8be97e95c10 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:34 GMT + - Thu, 19 Nov 2020 21:32:08 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -87,7 +87,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '105' + - '80' status: code: 200 message: OK @@ -108,9 +108,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.04,"neutral":0.95,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.04,"neutral":0.95,"negative":0.01},"offset":0,"length":22,"text":"I @@ -119,13 +119,13 @@ interactions: restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - b17fce9e-8970-4bae-bbb5-db70b3fbd43d + - 64347142-8760-40f4-8fa0-a2a3e2d9863c content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:34 GMT + - Thu, 19 Nov 2020 21:32:09 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -133,7 +133,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '115' + - '123' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_document_attribute_error_no_result_attribute.yaml index ec8d58314653..46b9150ddafb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_document_attribute_error_no_result_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_document_attribute_error_no_result_attribute.yaml @@ -13,9 +13,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -23,11 +23,11 @@ interactions: text is empty."}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - f046fb80-8395-4ca9-a62b-226b1e55b14c + - 78a252af-ac57-49cb-8d5f-8ff16df8fe1f content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:21 GMT + - Thu, 19 Nov 2020 21:27:45 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1063' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_document_attribute_error_nonexistent_attribute.yaml index 52b99df0f660..c4dbbfd252a1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_document_attribute_error_nonexistent_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_document_attribute_error_nonexistent_attribute.yaml @@ -13,9 +13,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -23,11 +23,11 @@ interactions: text is empty."}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 57e49c2f-7b55-45b5-821c-0420bb52d89e + - df73abb8-60b4-4d27-af7b-0162c5f4c374 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:40 GMT + - Thu, 19 Nov 2020 21:25:30 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '2' + - '1' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_document_errors.yaml index a31745832859..c96835f11f80 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_document_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_document_errors.yaml @@ -16,27 +16,27 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid - language code. Supported languages: de,en,es,fr,it,ja,ko,nl,no,pt-PT,tr,zh-Hans,zh-Hant"}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: de,en,es,fr,hi,it,ja,ko,nl,no,pt-BR,pt-PT,tr,zh-Hans,zh-Hant"}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 993c1e31-6342-4cf6-a297-210c37eed8a7 + - 314251f8-277a-4206-8f26-f17b8fe23d7a content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:22 GMT + - Thu, 19 Nov 2020 21:35:50 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -44,7 +44,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1002' + - '1' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_document_warnings.yaml index c1f9478108de..6d2161139b65 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_document_warnings.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_document_warnings.yaml @@ -14,22 +14,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.02,"negative":0.98},"sentences":[{"sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.02,"negative":0.98},"offset":0,"length":40,"text":"This won''t actually create a warning :''("}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - e8f37ffa-41f5-45e7-9382-fcfb86d8cfbe + - b51cee74-04bd-4d93-a4af-95efd3704078 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:19 GMT + - Thu, 19 Nov 2020 21:29:45 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '198' + - '104' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_duplicate_ids_error.yaml index ceb81493a0b8..7a58c334821b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_duplicate_ids_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_duplicate_ids_error.yaml @@ -14,20 +14,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request contains duplicated Ids. Make sure each document has a unique Id."}}}' headers: apim-request-id: - - 4c51889c-cd26-4a66-a7c6-69b3d28a6974 + - 70a27398-2614-44ff-85b6-f0b9a4e4eac1 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:06 GMT + - Thu, 19 Nov 2020 21:23:31 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '5' + - '4' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_empty_credential_class.yaml index 7c9dfae3ee2d..bb1977738a56 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_empty_credential_class.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_empty_credential_class.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -26,7 +26,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:02:34 GMT + - Thu, 19 Nov 2020 21:32:10 GMT status: code: 401 message: PermissionDenied diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_input_with_all_errors.yaml index fac67a38d581..237604c9a7b4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_input_with_all_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_input_with_all_errors.yaml @@ -15,25 +15,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid - language code. Supported languages: de,en,es,fr,it,ja,ko,nl,no,pt-PT,tr,zh-Hans,zh-Hant"}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: de,en,es,fr,hi,it,ja,ko,nl,no,pt-BR,pt-PT,tr,zh-Hans,zh-Hant"}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 584fd424-d5f0-4457-a073-11e09b1e84f3 + - 1661f480-e76c-47c4-b4b3-b55b078a1652 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:22 GMT + - Thu, 19 Nov 2020 21:23:32 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_input_with_some_errors.yaml index 21a9c67ab31f..9e8c5a2ddf73 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_input_with_some_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_input_with_some_errors.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"3","sentiment":"positive","confidenceScores":{"positive":0.98,"neutral":0.02,"negative":0.0},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"offset":0,"length":36,"text":"The @@ -27,16 +27,16 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid - language code. Supported languages: de,en,es,fr,it,ja,ko,nl,no,pt-PT,tr,zh-Hans,zh-Hant"}}}],"modelVersion":"2020-04-01"}' + language code. Supported languages: de,en,es,fr,hi,it,ja,ko,nl,no,pt-BR,pt-PT,tr,zh-Hans,zh-Hant"}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - c407b9b7-a99b-481f-a5fe-cf475780ece8 + - 288ba093-bc06-4ae9-8d64-5d61d5a53c9e content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:03:41 GMT + - Thu, 19 Nov 2020 21:23:34 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -44,7 +44,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '94' + - '84' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_invalid_language_hint_docs.yaml index c7d31d1b0eba..15ffdbd3b4c1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_invalid_language_hint_docs.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_invalid_language_hint_docs.yaml @@ -14,21 +14,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid - language code. Supported languages: de,en,es,fr,it,ja,ko,nl,no,pt-PT,tr,zh-Hans,zh-Hant"}}}],"modelVersion":"2020-04-01"}' + language code. Supported languages: de,en,es,fr,hi,it,ja,ko,nl,no,pt-BR,pt-PT,tr,zh-Hans,zh-Hant"}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - bf402998-d457-450e-9888-e36beda2de55 + - f911ab30-c26c-492f-b677-49e625e1b777 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:22 GMT + - Thu, 19 Nov 2020 21:23:35 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_invalid_language_hint_method.yaml index a2b3f823b8b1..7e20d719cf79 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_invalid_language_hint_method.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_invalid_language_hint_method.yaml @@ -14,21 +14,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid - language code. Supported languages: de,en,es,fr,it,ja,ko,nl,no,pt-PT,tr,zh-Hans,zh-Hant"}}}],"modelVersion":"2020-04-01"}' + language code. Supported languages: de,en,es,fr,hi,it,ja,ko,nl,no,pt-BR,pt-PT,tr,zh-Hans,zh-Hant"}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - ecc63542-275f-4a90-b80d-b06424360386 + - 265e4a34-8043-4095-bee9-3230e5beb394 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:20 GMT + - Thu, 19 Nov 2020 21:23:37 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1032' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_language_kwarg_spanish.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_language_kwarg_spanish.yaml index 84ca902bf1a5..3307821b1daa 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_language_kwarg_spanish.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_language_kwarg_spanish.yaml @@ -14,22 +14,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":1,"validDocumentsCount":1,"erroneousDocumentsCount":0,"transactionsCount":1},"documents":[{"id":"0","sentiment":"neutral","statistics":{"charactersCount":35,"transactionsCount":1},"confidenceScores":{"positive":0.01,"neutral":0.98,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.01,"neutral":0.98,"negative":0.01},"offset":0,"length":35,"text":"Bill Gates is the CEO of Microsoft."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 3971c26a-b749-4c78-8ad2-7216efc27c79 + - c8247e11-9dc6-4494-ba93-6d4da4990e32 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:03:06 GMT + - Thu, 19 Nov 2020 21:23:38 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '85' + - '103' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_no_offset_v3_sentence_sentiment.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_no_offset_v3_sentence_sentiment.yaml index f6e5d364fe3d..a23e616046b4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_no_offset_v3_sentence_sentiment.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_no_offset_v3_sentence_sentiment.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.0/sentiment?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.0/sentiment?showStats=false response: body: string: '{"documents":[{"id":"0","sentiment":"mixed","confidenceScores":{"positive":0.44,"neutral":0.27,"negative":0.29},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.88,"neutral":0.11,"negative":0.01},"offset":0,"length":14,"text":"I @@ -24,13 +24,13 @@ interactions: do not like being inside"}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - eb00e126-2df4-4ea1-a8f8-3d3a79d1122c + - 75647352-f9d5-4a1c-8263-fdcd205e2865 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:03:43 GMT + - Thu, 19 Nov 2020 21:23:39 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1102' + - '84' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_offset.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_offset.yaml index a724c480571c..f9788ca5aff5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_offset.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_offset.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"mixed","confidenceScores":{"positive":0.44,"neutral":0.27,"negative":0.29},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.88,"neutral":0.11,"negative":0.01},"offset":0,"length":14,"text":"I @@ -24,13 +24,13 @@ interactions: do not like being inside"}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 25c8f1ca-b700-4baa-aa21-526b9bc22f42 + - 94ec8756-185a-477b-bc53-03bf4994d3aa content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:03:06 GMT + - Thu, 19 Nov 2020 21:23:41 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '103' + - '136' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_opinion_mining.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_opinion_mining.yaml index e994b39d67dd..ed807de28f33 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_opinion_mining.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_opinion_mining.yaml @@ -14,22 +14,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"positive","confidenceScores":{"positive":0.98,"neutral":0.02,"negative":0.0},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.98,"neutral":0.02,"negative":0.0},"offset":0,"length":74,"text":"It has a sleek premium aluminum design that makes it beautiful to look at.","aspects":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":32,"length":6,"text":"design","relations":[{"relationType":"opinion","ref":"#/documents/0/sentences/0/opinions/0"},{"relationType":"opinion","ref":"#/documents/0/sentences/0/opinions/1"}]}],"opinions":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":9,"length":5,"text":"sleek","isNegated":false},{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":15,"length":7,"text":"premium","isNegated":false}]}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - c746a334-e832-4c00-882b-727bc2a77e20 + - 70076df7-7cee-4f16-a5f8-91d5f814ae8c content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:35 GMT + - Thu, 19 Nov 2020 21:23:41 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '160' + - '90' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_opinion_mining_more_than_5_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_opinion_mining_more_than_5_documents.yaml index 28cbeaa03916..64302a106511 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_opinion_mining_more_than_5_documents.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_opinion_mining_more_than_5_documents.yaml @@ -21,9 +21,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.0,"negative":1.0},"sentences":[{"sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.0,"negative":1.0},"offset":0,"length":25,"text":"The @@ -34,17 +34,17 @@ interactions: this hotel - good breakfast - nice shuttle service - clean rooms.","aspects":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":11,"length":5,"text":"hotel","relations":[{"relationType":"opinion","ref":"#/documents/3/sentences/0/opinions/0"}]},{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":24,"length":9,"text":"breakfast","relations":[{"relationType":"opinion","ref":"#/documents/3/sentences/0/opinions/1"}]},{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":41,"length":15,"text":"shuttle service","relations":[{"relationType":"opinion","ref":"#/documents/3/sentences/0/opinions/2"}]},{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":65,"length":5,"text":"rooms","relations":[{"relationType":"opinion","ref":"#/documents/3/sentences/0/opinions/0"},{"relationType":"opinion","ref":"#/documents/3/sentences/0/opinions/1"},{"relationType":"opinion","ref":"#/documents/3/sentences/0/opinions/3"},{"relationType":"opinion","ref":"#/documents/3/sentences/0/opinions/2"}]}],"opinions":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":19,"length":4,"text":"good","isNegated":false},{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":36,"length":4,"text":"nice","isNegated":false},{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":0,"length":5,"text":"loved","isNegated":false},{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":59,"length":5,"text":"clean","isNegated":false}]}],"warnings":[]},{"id":"4","sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"offset":0,"length":56,"text":"I had a great unobstructed view of the Microsoft campus.","aspects":[{"sentiment":"positive","confidenceScores":{"positive":0.97,"negative":0.03},"offset":27,"length":4,"text":"view","relations":[{"relationType":"opinion","ref":"#/documents/4/sentences/0/opinions/0"},{"relationType":"opinion","ref":"#/documents/4/sentences/0/opinions/1"}]}],"opinions":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":8,"length":5,"text":"great","isNegated":false},{"sentiment":"positive","confidenceScores":{"positive":0.93,"negative":0.07},"offset":14,"length":12,"text":"unobstructed","isNegated":false}]}],"warnings":[]},{"id":"5","sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.0,"negative":1.0},"sentences":[{"sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.0,"negative":1.0},"offset":0,"length":75,"text":"Nice - rooms but bathrooms were old and the toilet was dirty when we arrived.","aspects":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":5,"length":5,"text":"rooms","relations":[{"relationType":"opinion","ref":"#/documents/0/sentences/0/opinions/0"}]},{"sentiment":"negative","confidenceScores":{"positive":0.0,"negative":1.0},"offset":15,"length":9,"text":"bathrooms","relations":[{"relationType":"opinion","ref":"#/documents/0/sentences/0/opinions/1"}]},{"sentiment":"negative","confidenceScores":{"positive":0.0,"negative":1.0},"offset":42,"length":6,"text":"toilet","relations":[{"relationType":"opinion","ref":"#/documents/0/sentences/0/opinions/2"}]}],"opinions":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":0,"length":4,"text":"nice","isNegated":false},{"sentiment":"negative","confidenceScores":{"positive":0.0,"negative":1.0},"offset":30,"length":3,"text":"old","isNegated":false},{"sentiment":"negative","confidenceScores":{"positive":0.0,"negative":1.0},"offset":53,"length":5,"text":"dirty","isNegated":false}]}],"warnings":[]},{"id":"6","sentiment":"neutral","confidenceScores":{"positive":0.03,"neutral":0.63,"negative":0.34},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.03,"neutral":0.63,"negative":0.34},"offset":0,"length":19,"text":"The - toilet smelled.","aspects":[{"sentiment":"negative","confidenceScores":{"positive":0.01,"negative":0.99},"offset":4,"length":6,"text":"toilet","relations":[{"relationType":"opinion","ref":"#/documents/1/sentences/0/opinions/0"}]}],"opinions":[{"sentiment":"negative","confidenceScores":{"positive":0.01,"negative":0.99},"offset":11,"length":7,"text":"smelled","isNegated":false}]}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' + rooms but bathrooms were old and the toilet was dirty when we arrived.","aspects":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":5,"length":5,"text":"rooms","relations":[{"relationType":"opinion","ref":"#/documents/5/sentences/0/opinions/0"}]},{"sentiment":"negative","confidenceScores":{"positive":0.0,"negative":1.0},"offset":15,"length":9,"text":"bathrooms","relations":[{"relationType":"opinion","ref":"#/documents/5/sentences/0/opinions/1"}]},{"sentiment":"negative","confidenceScores":{"positive":0.0,"negative":1.0},"offset":42,"length":6,"text":"toilet","relations":[{"relationType":"opinion","ref":"#/documents/5/sentences/0/opinions/2"}]}],"opinions":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":0,"length":4,"text":"nice","isNegated":false},{"sentiment":"negative","confidenceScores":{"positive":0.0,"negative":1.0},"offset":30,"length":3,"text":"old","isNegated":false},{"sentiment":"negative","confidenceScores":{"positive":0.0,"negative":1.0},"offset":53,"length":5,"text":"dirty","isNegated":false}]}],"warnings":[]},{"id":"6","sentiment":"neutral","confidenceScores":{"positive":0.03,"neutral":0.63,"negative":0.34},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.03,"neutral":0.63,"negative":0.34},"offset":0,"length":19,"text":"The + toilet smelled.","aspects":[{"sentiment":"negative","confidenceScores":{"positive":0.01,"negative":0.99},"offset":4,"length":6,"text":"toilet","relations":[{"relationType":"opinion","ref":"#/documents/6/sentences/0/opinions/0"}]}],"opinions":[{"sentiment":"negative","confidenceScores":{"positive":0.01,"negative":0.99},"offset":11,"length":7,"text":"smelled","isNegated":false}]}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 5becb7d5-b74c-4708-8e0a-cd6ca1cff272 + - 07d8a3d7-dd62-4052-9a46-8227dc90f7ae content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=7 date: - - Wed, 30 Sep 2020 16:02:22 GMT + - Thu, 19 Nov 2020 21:23:43 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -52,7 +52,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '434' + - '104' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_opinion_mining_no_mined_opinions.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_opinion_mining_no_mined_opinions.yaml index f06af9ae22d9..b7d664d9c2e2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_opinion_mining_no_mined_opinions.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_opinion_mining_no_mined_opinions.yaml @@ -13,22 +13,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"neutral","confidenceScores":{"positive":0.1,"neutral":0.88,"negative":0.02},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.1,"neutral":0.88,"negative":0.02},"offset":0,"length":18,"text":"today is a hot day","aspects":[],"opinions":[]}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 43537c26-25ed-446f-b194-a7a714930159 + - 9101a1ce-49a7-4f28-b3f9-322c195ad69d content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:03:42 GMT + - Thu, 19 Nov 2020 21:23:45 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '207' + - '84' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_opinion_mining_with_negated_opinion.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_opinion_mining_with_negated_opinion.yaml index 1c14b817d098..b80e2e16b734 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_opinion_mining_with_negated_opinion.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_opinion_mining_with_negated_opinion.yaml @@ -14,22 +14,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.0,"negative":1.0},"sentences":[{"sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.0,"negative":1.0},"offset":0,"length":32,"text":"The food and service is not good","aspects":[{"sentiment":"negative","confidenceScores":{"positive":0.01,"negative":0.99},"offset":4,"length":4,"text":"food","relations":[{"relationType":"opinion","ref":"#/documents/0/sentences/0/opinions/0"}]},{"sentiment":"negative","confidenceScores":{"positive":0.01,"negative":0.99},"offset":13,"length":7,"text":"service","relations":[{"relationType":"opinion","ref":"#/documents/0/sentences/0/opinions/0"}]}],"opinions":[{"sentiment":"negative","confidenceScores":{"positive":0.01,"negative":0.99},"offset":28,"length":4,"text":"good","isNegated":true}]}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 8280643d-37ab-45db-b423-c51e89dcaad6 + - 21ff692a-21e4-4dbc-a19c-90989d108ad0 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:21 GMT + - Thu, 19 Nov 2020 21:23:47 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '370' + - '179' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_out_of_order_ids.yaml index 1b84e577e14d..138e0e4b3045 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_out_of_order_ids.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_out_of_order_ids.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"56","sentiment":"positive","confidenceScores":{"positive":0.89,"neutral":0.1,"negative":0.01},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.89,"neutral":0.1,"negative":0.01},"offset":0,"length":2,"text":":)"}],"warnings":[]},{"id":"0","sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.02,"negative":0.98},"sentences":[{"sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.02,"negative":0.98},"offset":0,"length":2,"text":":("}],"warnings":[]},{"id":"19","sentiment":"neutral","confidenceScores":{"positive":0.3,"neutral":0.67,"negative":0.03},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.3,"neutral":0.67,"negative":0.03},"offset":0,"length":2,"text":":P"}],"warnings":[]},{"id":"1","sentiment":"positive","confidenceScores":{"positive":0.89,"neutral":0.1,"negative":0.01},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.89,"neutral":0.1,"negative":0.01},"offset":0,"length":2,"text":":D"}],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid @@ -26,13 +26,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 18345b56-1a85-416f-8ece-56744eab7de5 + - fee3b868-e38e-456e-a877-5fac14857260 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=4 date: - - Wed, 30 Sep 2020 16:03:07 GMT + - Thu, 19 Nov 2020 21:23:48 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '77' + - '109' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_output_same_order_as_input.yaml index 9314e5ccfed1..a299df7fe96e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_output_same_order_as_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_output_same_order_as_input.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.06,"neutral":0.9,"negative":0.04},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.06,"neutral":0.9,"negative":0.04},"offset":0,"length":3,"text":"one"}],"warnings":[]},{"id":"2","sentiment":"neutral","confidenceScores":{"positive":0.01,"neutral":0.97,"negative":0.02},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.01,"neutral":0.97,"negative":0.02},"offset":0,"length":3,"text":"two"}],"warnings":[]},{"id":"3","sentiment":"neutral","confidenceScores":{"positive":0.05,"neutral":0.93,"negative":0.02},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.05,"neutral":0.93,"negative":0.02},"offset":0,"length":5,"text":"three"}],"warnings":[]},{"id":"4","sentiment":"neutral","confidenceScores":{"positive":0.03,"neutral":0.96,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.03,"neutral":0.96,"negative":0.01},"offset":0,"length":4,"text":"four"}],"warnings":[]},{"id":"5","sentiment":"neutral","confidenceScores":{"positive":0.05,"neutral":0.93,"negative":0.02},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.05,"neutral":0.93,"negative":0.02},"offset":0,"length":4,"text":"five"}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 4e6557f7-8c67-46a1-aec8-d99be2382d72 + - a15595a9-ce40-4d13-bb3c-8fffaf3eeca9 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=5 date: - - Wed, 30 Sep 2020 16:02:36 GMT + - Thu, 19 Nov 2020 21:23:49 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '90' + - '84' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_pass_cls.yaml index 93fef0b919e8..7fcbb93c506f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_pass_cls.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_pass_cls.yaml @@ -14,22 +14,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"neutral","confidenceScores":{"positive":0.32,"neutral":0.65,"negative":0.03},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.32,"neutral":0.65,"negative":0.03},"offset":0,"length":28,"text":"Test passing cls to endpoint"}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - d1e75145-8615-4b9f-a9db-169d8e67ea85 + - 66d1be2b-393a-40b6-81b1-97b604bec307 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:23 GMT + - Thu, 19 Nov 2020 21:23:50 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '193' + - '86' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_passing_only_string.yaml index db9f143c6840..cad532772a3e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_passing_only_string.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_passing_only_string.yaml @@ -17,9 +17,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"neutral","confidenceScores":{"positive":0.01,"neutral":0.99,"negative":0.0},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.01,"neutral":0.99,"negative":0.0},"offset":0,"length":51,"text":"Microsoft @@ -32,13 +32,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - e553389c-5e76-4f94-bb96-1a81d6667425 + - 3fbc1481-b6ec-4859-ac6d-730076af6ef6 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:23 GMT + - Thu, 19 Nov 2020 21:23:52 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -46,7 +46,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '92' + - '89' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_per_item_dont_use_language_hint.yaml index 92d4b6d31e8b..edd3e66c3964 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_per_item_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_per_item_dont_use_language_hint.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"offset":0,"length":22,"text":"I @@ -27,13 +27,13 @@ interactions: restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 93a4f99d-5185-4bc2-a7db-1d69a83c827f + - 1a10a7ba-8529-4ef6-b446-e218ee583634 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:22 GMT + - Thu, 19 Nov 2020 21:23:53 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -41,7 +41,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '169' + - '121' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_rotate_subscription_key.yaml index 4db019d40996..0aad99f66ca2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_rotate_subscription_key.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_rotate_subscription_key.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"offset":0,"length":22,"text":"I @@ -27,13 +27,13 @@ interactions: restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 234cf3d8-13df-4a26-af77-f7977a88ffdd + - b8dfbf81-d5b1-4722-9446-0dca66f86bb0 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:03:08 GMT + - Thu, 19 Nov 2020 21:23:55 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -41,7 +41,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '114' + - '81' status: code: 200 message: OK @@ -62,9 +62,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -74,7 +74,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:03:08 GMT + - Thu, 19 Nov 2020 21:23:55 GMT status: code: 401 message: PermissionDenied @@ -95,9 +95,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"offset":0,"length":22,"text":"I @@ -106,13 +106,13 @@ interactions: restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - eed0647d-5c91-40a8-aa44-f00ffa9b5ba2 + - c92ed87e-fe8a-4004-8344-3dd75062fcc4 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:03:08 GMT + - Thu, 19 Nov 2020 21:23:55 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -120,7 +120,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '79' + - '115' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_show_stats_and_model_version.yaml index a9b0df7798e5..f0170daeb87c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_show_stats_and_model_version.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_show_stats_and_model_version.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","sentiment":"positive","statistics":{"charactersCount":2,"transactionsCount":1},"confidenceScores":{"positive":0.89,"neutral":0.1,"negative":0.01},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.89,"neutral":0.1,"negative":0.01},"offset":0,"length":2,"text":":)"}],"warnings":[]},{"id":"0","sentiment":"negative","statistics":{"charactersCount":2,"transactionsCount":1},"confidenceScores":{"positive":0.0,"neutral":0.02,"negative":0.98},"sentences":[{"sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.02,"negative":0.98},"offset":0,"length":2,"text":":("}],"warnings":[]},{"id":"19","sentiment":"neutral","statistics":{"charactersCount":2,"transactionsCount":1},"confidenceScores":{"positive":0.3,"neutral":0.67,"negative":0.03},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.3,"neutral":0.67,"negative":0.03},"offset":0,"length":2,"text":":P"}],"warnings":[]},{"id":"1","sentiment":"positive","statistics":{"charactersCount":2,"transactionsCount":1},"confidenceScores":{"positive":0.89,"neutral":0.1,"negative":0.01},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.89,"neutral":0.1,"negative":0.01},"offset":0,"length":2,"text":":D"}],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid @@ -26,13 +26,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 35623fe9-4583-4d0e-a677-b86334cef51f + - b7a9046a-5424-4e52-919a-c162391fa06d content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=4 date: - - Wed, 30 Sep 2020 16:02:36 GMT + - Thu, 19 Nov 2020 21:25:31 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '89' + - '80' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_string_index_type_not_fail_v3.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_string_index_type_not_fail_v3.yaml index 056b1f5e1dce..e3a23351164a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_string_index_type_not_fail_v3.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_string_index_type_not_fail_v3.yaml @@ -13,22 +13,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.0/sentiment?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.0/sentiment?showStats=false response: body: string: '{"documents":[{"id":"0","sentiment":"positive","confidenceScores":{"positive":0.99,"neutral":0.0,"negative":0.01},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.99,"neutral":0.0,"negative":0.01},"offset":0,"length":17,"text":"please don''t fail"}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 3c4f4173-6783-48e5-ab8e-7ea49f2d98d2 + - b4faa9b6-8a51-478a-9492-4cf22f65b783 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:24 GMT + - Thu, 19 Nov 2020 21:25:32 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1136' + - '84' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_too_many_documents.yaml index e7241ff6b9c4..b2023527f970 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_too_many_documents.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_too_many_documents.yaml @@ -19,20 +19,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 10 records are permitted."}}}' headers: apim-request-id: - - bcf32409-a02a-4189-97c7-24ceb264d98f + - 280667e2-16cf-42cf-b0cc-fa443cc8f3da content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:43 GMT + - Thu, 19 Nov 2020 21:25:34 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_user_agent.yaml index d84bafc78d86..3c5c0cf182d4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_user_agent.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_user_agent.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"offset":0,"length":22,"text":"I @@ -27,13 +27,13 @@ interactions: restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 1e1fd659-1ace-4141-b4e0-dd432bcf8d0c + - 249c2db9-e5e3-4327-bf5d-5ce8bda96001 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:23 GMT + - Thu, 19 Nov 2020 21:25:36 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -41,7 +41,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '113' + - '114' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_dont_use_language_hint.yaml index 6c49590de04b..6380ee3be710 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_dont_use_language_hint.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"offset":0,"length":33,"text":"This @@ -28,13 +28,13 @@ interactions: restaurant was not as good as I hoped."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 0b5b7ce0-80c4-4928-ad36-acd63ff4be20 + - cf77b088-238a-4b35-8bed-be4d3ec69d46 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:23 GMT + - Thu, 19 Nov 2020 21:25:37 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -42,7 +42,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '284' + - '85' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint.yaml index e88fffa08ab4..656c943c4a19 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"neutral","confidenceScores":{"positive":0.07,"neutral":0.93,"negative":0.0},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.07,"neutral":0.93,"negative":0.0},"offset":0,"length":33,"text":"This @@ -28,13 +28,13 @@ interactions: restaurant was not as good as I hoped."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 69bf9efa-98bf-42d6-ade4-fb8842adec71 + - 023069b5-3238-4544-8eb5-31fc46210e82 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:03:08 GMT + - Thu, 19 Nov 2020 21:25:39 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -42,7 +42,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '84' + - '122' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint_and_dict_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint_and_dict_input.yaml index 2e3ff26a9508..be8c175cb5e6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint_and_dict_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint_and_dict_input.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.04,"neutral":0.95,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.04,"neutral":0.95,"negative":0.01},"offset":0,"length":22,"text":"I @@ -27,13 +27,13 @@ interactions: restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 9bc0b24d-cf84-470f-a579-ae7ed2449075 + - c47dc19c-0f68-49b4-8b93-99ac94daf90c content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:36 GMT + - Thu, 19 Nov 2020 21:25:39 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -41,7 +41,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '88' + - '109' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint_and_dict_per_item_hints.yaml index 43d327ba809e..e87d68cb6532 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint_and_dict_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.04,"neutral":0.95,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.04,"neutral":0.95,"negative":0.01},"offset":0,"length":22,"text":"I @@ -27,13 +27,13 @@ interactions: restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 12cf6c18-8795-4c6a-8822-c5c1b11a2c2c + - f34a4519-5b73-428f-8541-f1d8fb43fe58 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:25 GMT + - Thu, 19 Nov 2020 21:25:41 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -41,7 +41,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '157' + - '95' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint_and_obj_input.yaml index 5ff3a264baf7..981ffaf1f40f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint_and_obj_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint_and_obj_input.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"id\":\"1\",\"sentiment\":\"neutral\",\"confidenceScores\"\ @@ -37,13 +37,13 @@ interactions: warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}" headers: apim-request-id: - - 12db3e8c-d4e0-4c27-a0fb-3a54a537e3f8 + - c560fadc-959d-449a-b60e-07df969f7736 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:03:44 GMT + - Thu, 19 Nov 2020 21:25:42 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -51,7 +51,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '82' + - '105' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint_and_obj_per_item_hints.yaml index ca23ad5eb3ed..7e808ab5584f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint_and_obj_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"id\":\"1\",\"sentiment\":\"neutral\",\"confidenceScores\"\ @@ -37,13 +37,13 @@ interactions: warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}" headers: apim-request-id: - - ce54a6d5-936f-42b6-9885-1668e687dc27 + - 7f552bcb-a1d1-4db9-a931-9201955b067b content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:23 GMT + - Thu, 19 Nov 2020 21:25:44 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -51,7 +51,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '113' + - '99' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_all_successful_passing_dict.yaml index ae0064109df9..5eed9dabd297 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_all_successful_passing_dict.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_all_successful_passing_dict.yaml @@ -13,9 +13,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":3,"validDocumentsCount":3,"erroneousDocumentsCount":0,"transactionsCount":3},"documents":[{"id":"1","sentiment":"neutral","statistics":{"charactersCount":51,"transactionsCount":1},"confidenceScores":{"positive":0.01,"neutral":0.99,"negative":0.0},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.01,"neutral":0.99,"negative":0.0},"offset":0,"length":51,"text":"Microsoft @@ -25,16 +25,16 @@ interactions: restaurant had really good food."},{"sentiment":"positive","confidenceScores":{"positive":0.96,"neutral":0.03,"negative":0.01},"offset":37,"length":23,"text":"I recommend you try it."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: d19ca7ca-0583-4f3f-9e81-93752e665458 + apim-request-id: ae1d710d-b371-4be3-b730-dd05c7b2f7f2 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:23 GMT + date: Thu, 19 Nov 2020 21:25:45 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '85' + x-envoy-upstream-service-time: '92' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_all_successful_passing_text_document_input.yaml index 01c2c8d70b9d..dbc92df8f02b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_all_successful_passing_text_document_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_all_successful_passing_text_document_input.yaml @@ -13,9 +13,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.01,"neutral":0.99,"negative":0.0},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.01,"neutral":0.99,"negative":0.0},"offset":0,"length":51,"text":"Microsoft @@ -25,16 +25,16 @@ interactions: restaurant had really good food."},{"sentiment":"positive","confidenceScores":{"positive":0.96,"neutral":0.03,"negative":0.01},"offset":37,"length":23,"text":"I recommend you try it."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 995814c2-d18c-4b0b-8650-9a21f4a321c7 + apim-request-id: 178e45f7-07ed-46a3-b502-4a8bbf463093 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:08 GMT + date: Thu, 19 Nov 2020 21:25:46 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: '111' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_bad_credentials.yaml index 40e8e68dd6b5..f6a6d7b23d7a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_bad_credentials.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_bad_credentials.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -20,9 +20,9 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:02:36 GMT + date: Thu, 19 Nov 2020 21:25:48 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_bad_model_version_error.yaml index 4e745709db9b..56dad62cd6a3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_bad_model_version_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_bad_model_version_error.yaml @@ -10,17 +10,17 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid Request.","innererror":{"code":"ModelVersionIncorrect","message":"Invalid model version. Possible values are: latest,2019-10-01,2020-04-01"}}}' headers: - apim-request-id: fe01fbca-fa5d-493a-a458-ec8c62919dcc + apim-request-id: 5766cf79-71ee-4f25-95e7-9a86c7685ff2 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:44 GMT + date: Thu, 19 Nov 2020 21:25:49 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -28,5 +28,5 @@ interactions: status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_batch_size_over_limit.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_batch_size_over_limit.yaml index 493776c75d60..578ecd76a8a8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_batch_size_over_limit.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_batch_size_over_limit.yaml @@ -754,23 +754,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 10 records are permitted."}}}' headers: - apim-request-id: 68cc6a05-5d60-4d19-9f45-dcc26340aade + apim-request-id: 9235215b-b80e-4b5e-85ab-f2c9082868f5 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:24 GMT + date: Thu, 19 Nov 2020 21:25:51 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: '9' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_batch_size_over_limit_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_batch_size_over_limit_error.yaml index 7b0400fdc50c..6eb0c79c4ed8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_batch_size_over_limit_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_batch_size_over_limit_error.yaml @@ -719,23 +719,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 10 records are permitted."}}}' headers: - apim-request-id: 37bc384b-f522-468e-956a-855d559cca86 + apim-request-id: 5b9670ab-6c08-4ba8-9891-68ffd8130c58 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:24 GMT + date: Thu, 19 Nov 2020 21:25:52 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '14' + x-envoy-upstream-service-time: '10' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_client_passed_default_language_hint.yaml index 94c80d4707da..d859b3f452a5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_client_passed_default_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_client_passed_default_language_hint.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.04,"neutral":0.95,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.04,"neutral":0.95,"negative":0.01},"offset":0,"length":22,"text":"I @@ -22,18 +22,18 @@ interactions: did not like the hotel we stayed at."}],"warnings":[]},{"id":"3","sentiment":"positive","confidenceScores":{"positive":0.97,"neutral":0.02,"negative":0.01},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.97,"neutral":0.02,"negative":0.01},"offset":0,"length":36,"text":"The restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 4b93005a-65d5-4a71-8120-696ae7f5d331 + apim-request-id: 250f6444-b671-44c1-b268-acdd0b20b7b8 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:09 GMT + date: Thu, 19 Nov 2020 21:25:54 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: '111' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -47,9 +47,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"offset":0,"length":22,"text":"I @@ -57,18 +57,18 @@ interactions: did not like the hotel we stayed at."}],"warnings":[]},{"id":"3","sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"offset":0,"length":36,"text":"The restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 986d345d-f5fe-4b39-9c7d-f3f94256eca1 + apim-request-id: 854c8033-4004-4297-8340-8efe62ba2d74 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:09 GMT + date: Thu, 19 Nov 2020 21:25:54 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '100' + x-envoy-upstream-service-time: '86' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "es"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -82,9 +82,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.04,"neutral":0.95,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.04,"neutral":0.95,"negative":0.01},"offset":0,"length":22,"text":"I @@ -92,16 +92,16 @@ interactions: did not like the hotel we stayed at."}],"warnings":[]},{"id":"3","sentiment":"positive","confidenceScores":{"positive":0.97,"neutral":0.02,"negative":0.01},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.97,"neutral":0.02,"negative":0.01},"offset":0,"length":36,"text":"The restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: da1dffd7-0d85-4ae2-b088-a26ab00bb656 + apim-request-id: 9b941ef0-5dbe-4f9b-9739-91d599b48a2c content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:09 GMT + date: Thu, 19 Nov 2020 21:25:54 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '95' + x-envoy-upstream-service-time: '103' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_document_attribute_error_no_result_attribute.yaml index 6f0530b95fb9..002e2ea28640 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_document_attribute_error_no_result_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_document_attribute_error_no_result_attribute.yaml @@ -9,24 +9,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 41f389f6-ce36-452b-9955-aa0070eb8720 + apim-request-id: d82eda82-5527-449c-879d-1d21f9bc82b0 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:36 GMT + date: Thu, 19 Nov 2020 21:25:55 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '4' + x-envoy-upstream-service-time: '1' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_document_attribute_error_nonexistent_attribute.yaml index 704c32ea6932..fd38a6ec5dec 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_document_attribute_error_nonexistent_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_document_attribute_error_nonexistent_attribute.yaml @@ -9,24 +9,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: bc457aa4-f4aa-4a0c-a590-6aab2004111c + apim-request-id: be11a41b-f354-4a03-84a8-58c940039502 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:25 GMT + date: Thu, 19 Nov 2020 21:25:57 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '1' + x-envoy-upstream-service-time: '2' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_document_errors.yaml index e1c638e916cc..7b5553df75df 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_document_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_document_errors.yaml @@ -12,30 +12,30 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid - language code. Supported languages: de,en,es,fr,it,ja,ko,nl,no,pt-PT,tr,zh-Hans,zh-Hant"}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: de,en,es,fr,hi,it,ja,ko,nl,no,pt-BR,pt-PT,tr,zh-Hans,zh-Hant"}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: eacad78c-fbc8-464e-89f2-217b599356a0 + apim-request-id: d940bd40-b1d3-4c2b-8cc0-2a47949bfffc content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:44 GMT + date: Thu, 19 Nov 2020 21:25:59 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: '4' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_document_warnings.yaml index 2f88d694ea55..7ece6fa89b80 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_document_warnings.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_document_warnings.yaml @@ -10,24 +10,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.02,"negative":0.98},"sentences":[{"sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.02,"negative":0.98},"offset":0,"length":40,"text":"This won''t actually create a warning :''("}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: a0846331-ccdf-40cd-a6c9-439a02007bfa + apim-request-id: 8cb5ad81-13f7-429e-957b-26803e96c42d content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:25 GMT + date: Thu, 19 Nov 2020 21:26:00 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: '93' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_duplicate_ids_error.yaml index 79e036a46641..8de7e807a649 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_duplicate_ids_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_duplicate_ids_error.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request contains duplicated Ids. Make sure each document has a unique Id."}}}' headers: - apim-request-id: 19209575-12d9-4a77-b6fa-65ed76aac664 + apim-request-id: 2a763991-bb40-4df2-a4b2-f1858d6e6d64 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:24 GMT + date: Thu, 19 Nov 2020 21:26:01 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: '5' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_empty_credential_class.yaml index 618c86a94200..a2cd324b205c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_empty_credential_class.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_empty_credential_class.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -20,9 +20,9 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:03:10 GMT + date: Thu, 19 Nov 2020 21:26:02 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_input_with_all_errors.yaml index aca77ee400e4..5afb23eeb014 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_input_with_all_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_input_with_all_errors.yaml @@ -11,28 +11,28 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid - language code. Supported languages: de,en,es,fr,it,ja,ko,nl,no,pt-PT,tr,zh-Hans,zh-Hant"}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid + language code. Supported languages: de,en,es,fr,hi,it,ja,ko,nl,no,pt-BR,pt-PT,tr,zh-Hans,zh-Hant"}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: b1275141-862f-4a92-a2a0-2358cc342c74 + apim-request-id: 72498f6b-b5ea-43ec-b8c1-a8fe185e5ad9 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:36 GMT + date: Thu, 19 Nov 2020 21:29: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: '2' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_input_with_some_errors.yaml index 6f0bbd456d0c..2df16dfc9512 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_input_with_some_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_input_with_some_errors.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"3","sentiment":"positive","confidenceScores":{"positive":0.98,"neutral":0.02,"negative":0.0},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"offset":0,"length":36,"text":"The @@ -23,18 +23,18 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}},{"id":"2","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid - language code. Supported languages: de,en,es,fr,it,ja,ko,nl,no,pt-PT,tr,zh-Hans,zh-Hant"}}}],"modelVersion":"2020-04-01"}' + language code. Supported languages: de,en,es,fr,hi,it,ja,ko,nl,no,pt-BR,pt-PT,tr,zh-Hans,zh-Hant"}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 041ace39-b512-4bb9-a51c-04b192b1023f + apim-request-id: b7a6ddd4-28fe-4673-94ea-d4aa135e2fb9 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:26 GMT + date: Thu, 19 Nov 2020 21:29:48 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: '81' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_invalid_language_hint_docs.yaml index 7400aba4bb8c..556a1858d92f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_invalid_language_hint_docs.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_invalid_language_hint_docs.yaml @@ -10,18 +10,18 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid - language code. Supported languages: de,en,es,fr,it,ja,ko,nl,no,pt-PT,tr,zh-Hans,zh-Hant"}}}],"modelVersion":"2020-04-01"}' + language code. Supported languages: de,en,es,fr,hi,it,ja,ko,nl,no,pt-BR,pt-PT,tr,zh-Hans,zh-Hant"}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 6a0b2161-f4d1-478e-b761-45aa56d25728 + apim-request-id: ca604ddc-71e3-47ec-923b-43f46a418a89 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:44 GMT + date: Thu, 19 Nov 2020 21:29:48 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -29,5 +29,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_invalid_language_hint_method.yaml index 5531ab351ae2..f01b18d79353 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_invalid_language_hint_method.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_invalid_language_hint_method.yaml @@ -10,24 +10,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid - language code. Supported languages: de,en,es,fr,it,ja,ko,nl,no,pt-PT,tr,zh-Hans,zh-Hant"}}}],"modelVersion":"2020-04-01"}' + language code. Supported languages: de,en,es,fr,hi,it,ja,ko,nl,no,pt-BR,pt-PT,tr,zh-Hans,zh-Hant"}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 734c8381-2c23-4076-bb35-21b5c8bbf176 + apim-request-id: 0d96894d-0af3-43ee-8ae4-d271f23bb779 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:25 GMT + date: Thu, 19 Nov 2020 21:29:50 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '4' + x-envoy-upstream-service-time: '2' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_language_kwarg_spanish.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_language_kwarg_spanish.yaml index 855989af0356..2331e73e8e70 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_language_kwarg_spanish.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_language_kwarg_spanish.yaml @@ -10,24 +10,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":1,"validDocumentsCount":1,"erroneousDocumentsCount":0,"transactionsCount":1},"documents":[{"id":"0","sentiment":"neutral","statistics":{"charactersCount":35,"transactionsCount":1},"confidenceScores":{"positive":0.01,"neutral":0.98,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.01,"neutral":0.98,"negative":0.01},"offset":0,"length":35,"text":"Bill Gates is the CEO of Microsoft."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 536d9eac-595a-4ff3-a509-7460af6a84dc + apim-request-id: 633b351f-4eae-4660-b578-f54515bcf944 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:24 GMT + date: Thu, 19 Nov 2020 21:29:52 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '92' + x-envoy-upstream-service-time: '126' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_no_offset_v3_sentence_sentiment.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_no_offset_v3_sentence_sentiment.yaml index 08c2dd3388cf..b99849b3c116 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_no_offset_v3_sentence_sentiment.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_no_offset_v3_sentence_sentiment.yaml @@ -10,25 +10,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.0/sentiment?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.0/sentiment?showStats=false response: body: string: '{"documents":[{"id":"0","sentiment":"mixed","confidenceScores":{"positive":0.44,"neutral":0.27,"negative":0.29},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.88,"neutral":0.11,"negative":0.01},"offset":0,"length":14,"text":"I like nature."},{"sentiment":"negative","confidenceScores":{"positive":0.01,"neutral":0.43,"negative":0.56},"offset":15,"length":26,"text":"I do not like being inside"}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: b942d386-a5be-426d-93f7-d17e9e4c249e + apim-request-id: eae09d86-0044-4a90-9909-268dca6fd618 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:27 GMT + date: Thu, 19 Nov 2020 21:29:53 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '1169' + x-envoy-upstream-service-time: '91' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.0/sentiment?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.0/sentiment?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_offset.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_offset.yaml index c1f7c10941ca..1a30cfac066b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_offset.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_offset.yaml @@ -10,25 +10,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"mixed","confidenceScores":{"positive":0.44,"neutral":0.27,"negative":0.29},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.88,"neutral":0.11,"negative":0.01},"offset":0,"length":14,"text":"I like nature."},{"sentiment":"negative","confidenceScores":{"positive":0.01,"neutral":0.43,"negative":0.56},"offset":15,"length":26,"text":"I do not like being inside"}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 280dd776-a605-4cff-b1e2-a400e132db48 + apim-request-id: 2c30148b-b00f-4f10-b26c-0a73c325a768 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:25 GMT + date: Thu, 19 Nov 2020 21:29:54 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '81' + x-envoy-upstream-service-time: '121' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_opinion_mining.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_opinion_mining.yaml index 070c41fa9690..a4cd12839d50 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_opinion_mining.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_opinion_mining.yaml @@ -10,24 +10,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"positive","confidenceScores":{"positive":0.98,"neutral":0.02,"negative":0.0},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.98,"neutral":0.02,"negative":0.0},"offset":0,"length":74,"text":"It has a sleek premium aluminum design that makes it beautiful to look at.","aspects":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":32,"length":6,"text":"design","relations":[{"relationType":"opinion","ref":"#/documents/0/sentences/0/opinions/0"},{"relationType":"opinion","ref":"#/documents/0/sentences/0/opinions/1"}]}],"opinions":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":9,"length":5,"text":"sleek","isNegated":false},{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":15,"length":7,"text":"premium","isNegated":false}]}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: c01b6f65-8530-40ce-a378-ad92e5c8ade8 + apim-request-id: 946b7d79-9b9a-4c7b-926d-a9f5a4af5fdc content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:03:09 GMT + date: Thu, 19 Nov 2020 21:29:55 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '92' + x-envoy-upstream-service-time: '112' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_opinion_mining_more_than_5_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_opinion_mining_more_than_5_documents.yaml index 25d359dcd0c7..d398a382c8a9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_opinion_mining_more_than_5_documents.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_opinion_mining_more_than_5_documents.yaml @@ -17,9 +17,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.0,"negative":1.0},"sentences":[{"sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.0,"negative":1.0},"offset":0,"length":25,"text":"The @@ -30,19 +30,19 @@ interactions: this hotel - good breakfast - nice shuttle service - clean rooms.","aspects":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":11,"length":5,"text":"hotel","relations":[{"relationType":"opinion","ref":"#/documents/3/sentences/0/opinions/0"}]},{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":24,"length":9,"text":"breakfast","relations":[{"relationType":"opinion","ref":"#/documents/3/sentences/0/opinions/1"}]},{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":41,"length":15,"text":"shuttle service","relations":[{"relationType":"opinion","ref":"#/documents/3/sentences/0/opinions/2"}]},{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":65,"length":5,"text":"rooms","relations":[{"relationType":"opinion","ref":"#/documents/3/sentences/0/opinions/0"},{"relationType":"opinion","ref":"#/documents/3/sentences/0/opinions/1"},{"relationType":"opinion","ref":"#/documents/3/sentences/0/opinions/3"},{"relationType":"opinion","ref":"#/documents/3/sentences/0/opinions/2"}]}],"opinions":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":19,"length":4,"text":"good","isNegated":false},{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":36,"length":4,"text":"nice","isNegated":false},{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":0,"length":5,"text":"loved","isNegated":false},{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":59,"length":5,"text":"clean","isNegated":false}]}],"warnings":[]},{"id":"4","sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"offset":0,"length":56,"text":"I had a great unobstructed view of the Microsoft campus.","aspects":[{"sentiment":"positive","confidenceScores":{"positive":0.97,"negative":0.03},"offset":27,"length":4,"text":"view","relations":[{"relationType":"opinion","ref":"#/documents/4/sentences/0/opinions/0"},{"relationType":"opinion","ref":"#/documents/4/sentences/0/opinions/1"}]}],"opinions":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":8,"length":5,"text":"great","isNegated":false},{"sentiment":"positive","confidenceScores":{"positive":0.93,"negative":0.07},"offset":14,"length":12,"text":"unobstructed","isNegated":false}]}],"warnings":[]},{"id":"5","sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.0,"negative":1.0},"sentences":[{"sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.0,"negative":1.0},"offset":0,"length":75,"text":"Nice - rooms but bathrooms were old and the toilet was dirty when we arrived.","aspects":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":5,"length":5,"text":"rooms","relations":[{"relationType":"opinion","ref":"#/documents/0/sentences/0/opinions/0"}]},{"sentiment":"negative","confidenceScores":{"positive":0.0,"negative":1.0},"offset":15,"length":9,"text":"bathrooms","relations":[{"relationType":"opinion","ref":"#/documents/0/sentences/0/opinions/1"}]},{"sentiment":"negative","confidenceScores":{"positive":0.0,"negative":1.0},"offset":42,"length":6,"text":"toilet","relations":[{"relationType":"opinion","ref":"#/documents/0/sentences/0/opinions/2"}]}],"opinions":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":0,"length":4,"text":"nice","isNegated":false},{"sentiment":"negative","confidenceScores":{"positive":0.0,"negative":1.0},"offset":30,"length":3,"text":"old","isNegated":false},{"sentiment":"negative","confidenceScores":{"positive":0.0,"negative":1.0},"offset":53,"length":5,"text":"dirty","isNegated":false}]}],"warnings":[]},{"id":"6","sentiment":"neutral","confidenceScores":{"positive":0.03,"neutral":0.63,"negative":0.34},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.03,"neutral":0.63,"negative":0.34},"offset":0,"length":19,"text":"The - toilet smelled.","aspects":[{"sentiment":"negative","confidenceScores":{"positive":0.01,"negative":0.99},"offset":4,"length":6,"text":"toilet","relations":[{"relationType":"opinion","ref":"#/documents/1/sentences/0/opinions/0"}]}],"opinions":[{"sentiment":"negative","confidenceScores":{"positive":0.01,"negative":0.99},"offset":11,"length":7,"text":"smelled","isNegated":false}]}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' + rooms but bathrooms were old and the toilet was dirty when we arrived.","aspects":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":5,"length":5,"text":"rooms","relations":[{"relationType":"opinion","ref":"#/documents/5/sentences/0/opinions/0"}]},{"sentiment":"negative","confidenceScores":{"positive":0.0,"negative":1.0},"offset":15,"length":9,"text":"bathrooms","relations":[{"relationType":"opinion","ref":"#/documents/5/sentences/0/opinions/1"}]},{"sentiment":"negative","confidenceScores":{"positive":0.0,"negative":1.0},"offset":42,"length":6,"text":"toilet","relations":[{"relationType":"opinion","ref":"#/documents/5/sentences/0/opinions/2"}]}],"opinions":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"negative":0.0},"offset":0,"length":4,"text":"nice","isNegated":false},{"sentiment":"negative","confidenceScores":{"positive":0.0,"negative":1.0},"offset":30,"length":3,"text":"old","isNegated":false},{"sentiment":"negative","confidenceScores":{"positive":0.0,"negative":1.0},"offset":53,"length":5,"text":"dirty","isNegated":false}]}],"warnings":[]},{"id":"6","sentiment":"neutral","confidenceScores":{"positive":0.03,"neutral":0.63,"negative":0.34},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.03,"neutral":0.63,"negative":0.34},"offset":0,"length":19,"text":"The + toilet smelled.","aspects":[{"sentiment":"negative","confidenceScores":{"positive":0.01,"negative":0.99},"offset":4,"length":6,"text":"toilet","relations":[{"relationType":"opinion","ref":"#/documents/6/sentences/0/opinions/0"}]}],"opinions":[{"sentiment":"negative","confidenceScores":{"positive":0.01,"negative":0.99},"offset":11,"length":7,"text":"smelled","isNegated":false}]}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: f8a3477c-2f60-4e4f-90a0-c12926e1353f + apim-request-id: 4e858215-6f6c-436c-b10e-0c4af6fd2876 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=7 - date: Wed, 30 Sep 2020 16:02:37 GMT + date: Thu, 19 Nov 2020 21:29:57 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '97' + x-envoy-upstream-service-time: '120' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_opinion_mining_no_mined_opinions.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_opinion_mining_no_mined_opinions.yaml index ff188328aeae..3260f475aa48 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_opinion_mining_no_mined_opinions.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_opinion_mining_no_mined_opinions.yaml @@ -9,24 +9,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"neutral","confidenceScores":{"positive":0.1,"neutral":0.88,"negative":0.02},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.1,"neutral":0.88,"negative":0.02},"offset":0,"length":18,"text":"today is a hot day","aspects":[],"opinions":[]}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: b0b84248-9a34-4b01-bd73-7929ebb02566 + apim-request-id: 78a3c4ed-dba3-4766-acf4-b717189ee55c content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:28 GMT + date: Thu, 19 Nov 2020 21:29:58 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: '71' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_opinion_mining_with_negated_opinion.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_opinion_mining_with_negated_opinion.yaml index 6f58237aca92..d925d3eb4966 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_opinion_mining_with_negated_opinion.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_opinion_mining_with_negated_opinion.yaml @@ -10,24 +10,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.0,"negative":1.0},"sentences":[{"sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.0,"negative":1.0},"offset":0,"length":32,"text":"The food and service is not good","aspects":[{"sentiment":"negative","confidenceScores":{"positive":0.01,"negative":0.99},"offset":4,"length":4,"text":"food","relations":[{"relationType":"opinion","ref":"#/documents/0/sentences/0/opinions/0"}]},{"sentiment":"negative","confidenceScores":{"positive":0.01,"negative":0.99},"offset":13,"length":7,"text":"service","relations":[{"relationType":"opinion","ref":"#/documents/0/sentences/0/opinions/0"}]}],"opinions":[{"sentiment":"negative","confidenceScores":{"positive":0.01,"negative":0.99},"offset":28,"length":4,"text":"good","isNegated":true}]}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 95466465-9744-4b2c-94df-caf8ae7308bf + apim-request-id: fc5ddc65-2b28-43b8-bc0c-308b9d473798 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:25 GMT + date: Thu, 19 Nov 2020 21:29:59 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '295' + x-envoy-upstream-service-time: '101' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&opinionMining=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_out_of_order_ids.yaml index 7b7c34df56ff..9ee343eafa9a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_out_of_order_ids.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_out_of_order_ids.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"56","sentiment":"positive","confidenceScores":{"positive":0.89,"neutral":0.1,"negative":0.01},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.89,"neutral":0.1,"negative":0.01},"offset":0,"length":2,"text":":)"}],"warnings":[]},{"id":"0","sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.02,"negative":0.98},"sentences":[{"sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.02,"negative":0.98},"offset":0,"length":2,"text":":("}],"warnings":[]},{"id":"19","sentiment":"neutral","confidenceScores":{"positive":0.3,"neutral":0.67,"negative":0.03},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.3,"neutral":0.67,"negative":0.03},"offset":0,"length":2,"text":":P"}],"warnings":[]},{"id":"1","sentiment":"positive","confidenceScores":{"positive":0.89,"neutral":0.1,"negative":0.01},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.89,"neutral":0.1,"negative":0.01},"offset":0,"length":2,"text":":D"}],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 38352c14-9631-49e7-b604-2467e3078ad8 + apim-request-id: a7ad89cd-7fe7-4d4c-a4ac-dc1944293a6b content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=4 - date: Wed, 30 Sep 2020 16:02:25 GMT + date: Thu, 19 Nov 2020 21:30:02 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: '112' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_output_same_order_as_input.yaml index f78bb2508e8b..72725ef51643 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_output_same_order_as_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_output_same_order_as_input.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.06,"neutral":0.9,"negative":0.04},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.06,"neutral":0.9,"negative":0.04},"offset":0,"length":3,"text":"one"}],"warnings":[]},{"id":"2","sentiment":"neutral","confidenceScores":{"positive":0.01,"neutral":0.97,"negative":0.02},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.01,"neutral":0.97,"negative":0.02},"offset":0,"length":3,"text":"two"}],"warnings":[]},{"id":"3","sentiment":"neutral","confidenceScores":{"positive":0.05,"neutral":0.93,"negative":0.02},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.05,"neutral":0.93,"negative":0.02},"offset":0,"length":5,"text":"three"}],"warnings":[]},{"id":"4","sentiment":"neutral","confidenceScores":{"positive":0.03,"neutral":0.96,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.03,"neutral":0.96,"negative":0.01},"offset":0,"length":4,"text":"four"}],"warnings":[]},{"id":"5","sentiment":"neutral","confidenceScores":{"positive":0.05,"neutral":0.93,"negative":0.02},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.05,"neutral":0.93,"negative":0.02},"offset":0,"length":4,"text":"five"}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: cc354aaf-ab8b-43d0-90e7-7225951d3dcf + apim-request-id: 939103dc-43bf-4e45-aef4-cdf8a58b7c33 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=5 - date: Wed, 30 Sep 2020 16:03:10 GMT + date: Thu, 19 Nov 2020 21:30:02 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '114' + x-envoy-upstream-service-time: '102' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_pass_cls.yaml index a99d36c8bc22..711236bd4566 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_pass_cls.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_pass_cls.yaml @@ -10,24 +10,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"neutral","confidenceScores":{"positive":0.32,"neutral":0.65,"negative":0.03},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.32,"neutral":0.65,"negative":0.03},"offset":0,"length":28,"text":"Test passing cls to endpoint"}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 5bea01ea-1b1e-4b91-b634-90ec55bc3d71 + apim-request-id: ebd27f32-a164-4832-844c-1b8a7c81a3c9 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:37 GMT + date: Thu, 19 Nov 2020 21:30:04 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '106' + x-envoy-upstream-service-time: '110' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_passing_only_string.yaml index e82d80b149c1..1e41e5ab9e62 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_passing_only_string.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_passing_only_string.yaml @@ -13,9 +13,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"neutral","confidenceScores":{"positive":0.01,"neutral":0.99,"negative":0.0},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.01,"neutral":0.99,"negative":0.0},"offset":0,"length":51,"text":"Microsoft @@ -27,16 +27,16 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 92c8efbd-bfdd-42e8-8ee7-0d00510f2daa + apim-request-id: 0856b96b-f8f0-4b52-b3a7-5028e37126d4 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:45 GMT + date: Thu, 19 Nov 2020 21:30:06 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '90' + x-envoy-upstream-service-time: '80' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_per_item_dont_use_language_hint.yaml index 2fabfe2aff9a..7e804ed998ee 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_per_item_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_per_item_dont_use_language_hint.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"offset":0,"length":22,"text":"I @@ -22,16 +22,16 @@ interactions: did not like the hotel we stayed at."}],"warnings":[]},{"id":"3","sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"offset":0,"length":36,"text":"The restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 55a89036-e963-488a-9798-44017663f6df + apim-request-id: 85c672cb-0d15-4fb6-a1ec-44ef3f587a7b content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:26 GMT + date: Thu, 19 Nov 2020 21:27:46 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '186' + x-envoy-upstream-service-time: '88' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_rotate_subscription_key.yaml index 39d83b417775..ebd0422fdb4e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_rotate_subscription_key.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_rotate_subscription_key.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"offset":0,"length":22,"text":"I @@ -22,18 +22,18 @@ interactions: did not like the hotel we stayed at."}],"warnings":[]},{"id":"3","sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"offset":0,"length":36,"text":"The restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: dc01dbd3-cf78-4d0e-afab-29585d39dc8a + apim-request-id: 54205139-527b-4d17-843c-1daa17fe0c96 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:25 GMT + date: Thu, 19 Nov 2020 21:27:47 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: '83' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -47,9 +47,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -57,11 +57,11 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:02:26 GMT + date: Thu, 19 Nov 2020 21:27:47 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -75,9 +75,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"offset":0,"length":22,"text":"I @@ -85,16 +85,16 @@ interactions: did not like the hotel we stayed at."}],"warnings":[]},{"id":"3","sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"offset":0,"length":36,"text":"The restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: d60c1793-d472-4fff-9781-d114a4afe46b + apim-request-id: 34b24a1e-6f79-4d8e-84fb-ef7f560ba408 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:26 GMT + date: Thu, 19 Nov 2020 21:27:48 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '233' + x-envoy-upstream-service-time: '83' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_show_stats_and_model_version.yaml index c540e19dad3f..a89d164cb377 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_show_stats_and_model_version.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_show_stats_and_model_version.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","sentiment":"positive","statistics":{"charactersCount":2,"transactionsCount":1},"confidenceScores":{"positive":0.89,"neutral":0.1,"negative":0.01},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.89,"neutral":0.1,"negative":0.01},"offset":0,"length":2,"text":":)"}],"warnings":[]},{"id":"0","sentiment":"negative","statistics":{"charactersCount":2,"transactionsCount":1},"confidenceScores":{"positive":0.0,"neutral":0.02,"negative":0.98},"sentences":[{"sentiment":"negative","confidenceScores":{"positive":0.0,"neutral":0.02,"negative":0.98},"offset":0,"length":2,"text":":("}],"warnings":[]},{"id":"19","sentiment":"neutral","statistics":{"charactersCount":2,"transactionsCount":1},"confidenceScores":{"positive":0.3,"neutral":0.67,"negative":0.03},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.3,"neutral":0.67,"negative":0.03},"offset":0,"length":2,"text":":P"}],"warnings":[]},{"id":"1","sentiment":"positive","statistics":{"charactersCount":2,"transactionsCount":1},"confidenceScores":{"positive":0.89,"neutral":0.1,"negative":0.01},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.89,"neutral":0.1,"negative":0.01},"offset":0,"length":2,"text":":D"}],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 644d8020-e567-4fe3-bc71-5eeb5e834cee + apim-request-id: 91db8bee-e8fe-42b8-8491-40c92d39e56f content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=4 - date: Wed, 30 Sep 2020 16:03:11 GMT + date: Thu, 19 Nov 2020 21:27:49 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: '85' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_string_index_type_not_fail_v3.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_string_index_type_not_fail_v3.yaml index 68bd3360b0dd..a07c1d48f28d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_string_index_type_not_fail_v3.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_string_index_type_not_fail_v3.yaml @@ -9,24 +9,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.0/sentiment?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.0/sentiment?showStats=false response: body: string: '{"documents":[{"id":"0","sentiment":"positive","confidenceScores":{"positive":0.99,"neutral":0.0,"negative":0.01},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.99,"neutral":0.0,"negative":0.01},"offset":0,"length":17,"text":"please don''t fail"}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: fa76c52d-81ae-42e9-a5fc-d09033ff3a0f + apim-request-id: c2a2625d-4a95-41cd-819e-9c2854988981 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:38 GMT + date: Thu, 19 Nov 2020 21:27:50 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '95' + x-envoy-upstream-service-time: '78' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.0/sentiment?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.0/sentiment?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_too_many_documents.yaml index 864e1412dec1..6a2bea605cd3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_too_many_documents.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_too_many_documents.yaml @@ -15,23 +15,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 10 records are permitted."}}}' headers: - apim-request-id: 9f113f56-941a-472e-b412-3d1bf6264f2d + apim-request-id: db10300d-d6ed-4a3c-ad2f-a6696c7d50c8 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:27 GMT + date: Thu, 19 Nov 2020 21:27:51 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: '5' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_user_agent.yaml index ab1160c2b832..c63a2218d6ea 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_user_agent.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_user_agent.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.09,"neutral":0.9,"negative":0.01},"offset":0,"length":22,"text":"I @@ -22,10 +22,10 @@ interactions: did not like the hotel we stayed at."}],"warnings":[]},{"id":"3","sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"offset":0,"length":36,"text":"The restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: f207fda9-a3d6-4de7-b62c-82ea296f5200 + apim-request-id: f5ebc7cc-1034-4aef-96b5-a4b692ce2b21 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:46 GMT + date: Thu, 19 Nov 2020 21:27:53 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -33,5 +33,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_dont_use_language_hint.yaml index 90f42a7cadb4..0c3f13be4921 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_dont_use_language_hint.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"offset":0,"length":33,"text":"This @@ -23,16 +23,16 @@ interactions: was too expensive."}],"warnings":[]},{"id":"2","sentiment":"negative","confidenceScores":{"positive":0.01,"neutral":0.0,"negative":0.99},"sentences":[{"sentiment":"negative","confidenceScores":{"positive":0.01,"neutral":0.0,"negative":0.99},"offset":0,"length":42,"text":"The restaurant was not as good as I hoped."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: e788dfe2-0f5d-40ad-8cfd-0a233d6a4519 + apim-request-id: 434cdf17-ba59-4259-b229-cd1044eba2c4 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:26 GMT + date: Thu, 19 Nov 2020 21:27:54 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '81' + x-envoy-upstream-service-time: '115' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint.yaml index c550385c45ad..4c74355043aa 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","sentiment":"neutral","confidenceScores":{"positive":0.07,"neutral":0.93,"negative":0.0},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.07,"neutral":0.93,"negative":0.0},"offset":0,"length":33,"text":"This @@ -23,16 +23,16 @@ interactions: was too expensive."}],"warnings":[]},{"id":"2","sentiment":"negative","confidenceScores":{"positive":0.01,"neutral":0.32,"negative":0.67},"sentences":[{"sentiment":"negative","confidenceScores":{"positive":0.01,"neutral":0.32,"negative":0.67},"offset":0,"length":42,"text":"The restaurant was not as good as I hoped."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 8fe6878b-d92a-48c1-b7d8-b7c35487dac5 + apim-request-id: 86542752-f30f-4307-a589-a23987fc1138 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:26 GMT + date: Thu, 19 Nov 2020 21:27:56 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: '89' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint_and_dict_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint_and_dict_input.yaml index ad41c6f04bae..ab87d2a1705f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint_and_dict_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint_and_dict_input.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.04,"neutral":0.95,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.04,"neutral":0.95,"negative":0.01},"offset":0,"length":22,"text":"I @@ -22,16 +22,16 @@ interactions: did not like the hotel we stayed at."}],"warnings":[]},{"id":"3","sentiment":"positive","confidenceScores":{"positive":0.97,"neutral":0.02,"negative":0.01},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":0.97,"neutral":0.02,"negative":0.01},"offset":0,"length":36,"text":"The restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 15640c04-32b6-4e9f-ae04-986c5e6d03f8 + apim-request-id: bfa05346-742a-4a99-94f3-e685950099ca content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:11 GMT + date: Thu, 19 Nov 2020 21:27:57 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '224' + x-envoy-upstream-service-time: '391' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml index 8f2a23a15578..dfb5e21744b5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","sentiment":"neutral","confidenceScores":{"positive":0.04,"neutral":0.95,"negative":0.01},"sentences":[{"sentiment":"neutral","confidenceScores":{"positive":0.04,"neutral":0.95,"negative":0.01},"offset":0,"length":22,"text":"I @@ -22,16 +22,16 @@ interactions: did not like the hotel we stayed at."}],"warnings":[]},{"id":"3","sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"sentences":[{"sentiment":"positive","confidenceScores":{"positive":1.0,"neutral":0.0,"negative":0.0},"offset":0,"length":36,"text":"The restaurant had really good food."}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 9a22647b-d6c6-481d-81bc-eb334f88ce5a + apim-request-id: b69d511e-8d42-4d49-965c-27400047f77d content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:38 GMT + date: Thu, 19 Nov 2020 21:27:58 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: '115' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint_and_obj_input.yaml index 38a3f3d59440..e207925ab12a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint_and_obj_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint_and_obj_input.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"id\":\"1\",\"sentiment\":\"neutral\",\"confidenceScores\"\ @@ -32,16 +32,16 @@ interactions: :0.06},\"offset\":0,\"length\":4,\"text\":\"\u732B\u306F\u5E78\u305B\"}],\"\ warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}" headers: - apim-request-id: aa4f0143-ea60-4ed9-8f2f-746f970d460e + apim-request-id: 790edf75-0959-47c1-a305-4a9e793b0056 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:28 GMT + date: Thu, 19 Nov 2020 21:28:00 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '141' + x-envoy-upstream-service-time: '421' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml index 02ae4bb58d61..61b638d39516 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_analyze_sentiment_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"id\":\"1\",\"sentiment\":\"neutral\",\"confidenceScores\"\ @@ -32,16 +32,16 @@ interactions: :0.06},\"offset\":0,\"length\":4,\"text\":\"\u732B\u306F\u5E78\u305B\"}],\"\ warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"}" headers: - apim-request-id: 67199cdb-4c5c-4ba1-85f2-d7b3fa986647 + apim-request-id: 4d94346d-7ced-464e-9a97-3f153f3acc6d content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:46 GMT + date: Thu, 19 Nov 2020 21:28:02 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '95' + x-envoy-upstream-service-time: '99' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/sentiment?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_auth.test_active_directory_auth.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_auth.test_active_directory_auth.yaml deleted file mode 100644 index 1e9e08e70703..000000000000 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_auth.test_active_directory_auth.yaml +++ /dev/null @@ -1,142 +0,0 @@ -interactions: -- request: - body: null - headers: - Accept: - - '*/*' - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - azsdk-python-identity/1.5.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) - method: GET - uri: https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0/.well-known/openid-configuration - response: - body: - string: '{"token_endpoint":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/oauth2/v2.0/token","token_endpoint_auth_methods_supported":["client_secret_post","private_key_jwt","client_secret_basic"],"jwks_uri":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/discovery/v2.0/keys","response_modes_supported":["query","fragment","form_post"],"subject_types_supported":["pairwise"],"id_token_signing_alg_values_supported":["RS256"],"response_types_supported":["code","id_token","code - id_token","id_token token"],"scopes_supported":["openid","profile","email","offline_access"],"issuer":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/v2.0","request_uri_parameter_supported":false,"userinfo_endpoint":"https://graph.microsoft.com/oidc/userinfo","authorization_endpoint":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/oauth2/v2.0/authorize","device_authorization_endpoint":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/oauth2/v2.0/devicecode","http_logout_supported":true,"frontchannel_logout_supported":true,"end_session_endpoint":"https://login.microsoftonline.com/72f988bf-86f1-41af-91ab-2d7cd011db47/oauth2/v2.0/logout","claims_supported":["sub","iss","cloud_instance_name","cloud_instance_host_name","cloud_graph_host_name","msgraph_host","aud","exp","iat","auth_time","acr","nonce","preferred_username","name","tid","ver","at_hash","c_hash","email"],"tenant_region_scope":"WW","cloud_instance_name":"microsoftonline.com","cloud_graph_host_name":"graph.windows.net","msgraph_host":"graph.microsoft.com","rbac_url":"https://pas.windows.net"}' - headers: - access-control-allow-methods: - - GET, OPTIONS - access-control-allow-origin: - - '*' - cache-control: - - max-age=86400, private - content-length: - - '1651' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 30 Sep 2020 16:02:26 GMT - p3p: - - CP="DSP CUR OTPi IND OTRi ONL FIN" - set-cookie: - - fpc=Aho_hyD0hhRJkp4ItEw6HGo; expires=Fri, 30-Oct-2020 16:02:27 GMT; path=/; - secure; HttpOnly; SameSite=None - - esctx=AQABAAAAAAB2UyzwtQEKR7-rWbgdcBZIT6-LaceE1XpMTEp_JFs2_FoMdExU9doawu6bPhz1By2_LwHbFISGKIybA2Naxg3Ic4jTnh8S0L9HzVB2t1iQKMb86fg4DHpfb0ffxdNPbvuyimTIKVh_VAkc_V0favqsvHprFz-kgBXKc1YerGcgWysiHsmYHIu_---hv2VnA1MgAA; - domain=.login.microsoftonline.com; path=/; secure; HttpOnly; SameSite=None - - x-ms-gateway-slice=estsfd; path=/; secure; samesite=none; httponly - - stsservicecookie=estsfd; path=/; secure; samesite=none; httponly - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ests-server: - - 2.1.11086.7 - SCUS ProdSlices - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Cookie: - - esctx=AQABAAAAAAB2UyzwtQEKR7-rWbgdcBZIT6-LaceE1XpMTEp_JFs2_FoMdExU9doawu6bPhz1By2_LwHbFISGKIybA2Naxg3Ic4jTnh8S0L9HzVB2t1iQKMb86fg4DHpfb0ffxdNPbvuyimTIKVh_VAkc_V0favqsvHprFz-kgBXKc1YerGcgWysiHsmYHIu_---hv2VnA1MgAA; - fpc=Aho_hyD0hhRJkp4ItEw6HGo; stsservicecookie=estsfd; x-ms-gateway-slice=estsfd - User-Agent: - - azsdk-python-identity/1.5.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) - method: GET - uri: https://login.microsoftonline.com/common/discovery/instance?api-version=1.1&authorization_endpoint=https://login.microsoftonline.com/common/oauth2/authorize - response: - body: - string: '{"tenant_discovery_endpoint":"https://login.microsoftonline.com/common/.well-known/openid-configuration","api-version":"1.1","metadata":[{"preferred_network":"login.microsoftonline.com","preferred_cache":"login.windows.net","aliases":["login.microsoftonline.com","login.windows.net","login.microsoft.com","sts.windows.net"]},{"preferred_network":"login.partner.microsoftonline.cn","preferred_cache":"login.partner.microsoftonline.cn","aliases":["login.partner.microsoftonline.cn","login.chinacloudapi.cn"]},{"preferred_network":"login.microsoftonline.de","preferred_cache":"login.microsoftonline.de","aliases":["login.microsoftonline.de"]},{"preferred_network":"login.microsoftonline.us","preferred_cache":"login.microsoftonline.us","aliases":["login.microsoftonline.us","login.usgovcloudapi.net"]},{"preferred_network":"login-us.microsoftonline.com","preferred_cache":"login-us.microsoftonline.com","aliases":["login-us.microsoftonline.com"]}]}' - headers: - access-control-allow-methods: - - GET, OPTIONS - access-control-allow-origin: - - '*' - cache-control: - - max-age=86400, private - content-length: - - '945' - content-type: - - application/json; charset=utf-8 - date: - - Wed, 30 Sep 2020 16:02:27 GMT - p3p: - - CP="DSP CUR OTPi IND OTRi ONL FIN" - set-cookie: - - fpc=Aho_hyD0hhRJkp4ItEw6HGo; expires=Fri, 30-Oct-2020 16:02:27 GMT; path=/; - secure; HttpOnly; SameSite=None - - x-ms-gateway-slice=prod; path=/; secure; samesite=none; httponly - - stsservicecookie=estsfd; path=/; secure; samesite=none; httponly - strict-transport-security: - - max-age=31536000; includeSubDomains - x-content-type-options: - - nosniff - x-ms-ests-server: - - 2.1.11063.14 - EST ProdSlices - status: - code: 200 - message: OK -- request: - body: '{"documents": [{"id": "1", "text": "I should take my cat to the veterinarian.", - "countryHint": "US"}, {"id": "2", "text": "Este es un document escrito en Espa\u00f1ol.", - "countryHint": "US"}, {"id": "3", "text": "\u732b\u306f\u5e78\u305b", "countryHint": - "US"}, {"id": "4", "text": "Fahrt nach Stuttgart und dann zum Hotel zu Fu.", - "countryHint": "US"}]}' - headers: - Accept: - - application/json, text/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - Content-Length: - - '354' - Content-Type: - - application/json - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) - method: POST - uri: https://python-textanalytics.cognitiveservices.azure.com/text/analytics/v3.1-preview.2/languages?showStats=false - response: - body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]},{"id":"4","detectedLanguage":{"name":"German","iso6391Name":"de","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' - headers: - apim-request-id: - - 69b6b97f-73e8-442e-8f8e-420e15b98227 - content-type: - - application/json; charset=utf-8 - csp-billing-usage: - - CognitiveServices.TextAnalytics.BatchScoring=4 - date: - - Wed, 30 Sep 2020 16:02:28 GMT - strict-transport-security: - - max-age=31536000; includeSubDomains; preload - transfer-encoding: - - chunked - x-content-type-options: - - nosniff - x-envoy-upstream-service-time: - - '24' - status: - code: 200 - message: OK -version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_auth_async.test_active_directory_auth.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_auth_async.test_active_directory_auth.yaml deleted file mode 100644 index 638355892f3d..000000000000 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_auth_async.test_active_directory_auth.yaml +++ /dev/null @@ -1,35 +0,0 @@ -interactions: -- request: - body: '{"documents": [{"id": "1", "text": "I should take my cat to the veterinarian.", - "countryHint": "US"}, {"id": "2", "text": "Este es un document escrito en Espa\u00f1ol.", - "countryHint": "US"}, {"id": "3", "text": "\u732b\u306f\u5e78\u305b", "countryHint": - "US"}, {"id": "4", "text": "Fahrt nach Stuttgart und dann zum Hotel zu Fu.", - "countryHint": "US"}]}' - headers: - Accept: - - application/json, text/json - Content-Length: - - '354' - Content-Type: - - application/json - User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) - method: POST - uri: https://python-textanalytics.cognitiveservices.azure.com/text/analytics/v3.1-preview.2/languages?showStats=false - response: - body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]},{"id":"4","detectedLanguage":{"name":"German","iso6391Name":"de","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' - headers: - apim-request-id: cc5b9d4f-f9cb-48ba-adbd-feef0eccce02 - content-type: application/json; charset=utf-8 - csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=4 - date: Wed, 30 Sep 2020 16:03:47 GMT - strict-transport-security: max-age=31536000; includeSubDomains; preload - transfer-encoding: chunked - x-content-type-options: nosniff - x-envoy-upstream-service-time: '7' - status: - code: 200 - message: OK - url: https://python-textanalytics.cognitiveservices.azure.com//text/analytics/v3.1-preview.2/languages?showStats=false -version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_all_successful_passing_dict.yaml index efb1d61737b9..ea446ccdd2c8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_all_successful_passing_dict.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_all_successful_passing_dict.yaml @@ -17,21 +17,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=true + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=true response: body: - string: '{"statistics":{"documentsCount":4,"validDocumentsCount":4,"erroneousDocumentsCount":0,"transactionsCount":4},"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"statistics":{"charactersCount":41,"transactionsCount":1},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"statistics":{"charactersCount":39,"transactionsCount":1},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"statistics":{"charactersCount":4,"transactionsCount":1},"warnings":[]},{"id":"4","detectedLanguage":{"name":"German","iso6391Name":"de","confidenceScore":1.0},"statistics":{"charactersCount":46,"transactionsCount":1},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"statistics":{"documentsCount":4,"validDocumentsCount":4,"erroneousDocumentsCount":0,"transactionsCount":4},"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.97},"statistics":{"charactersCount":41,"transactionsCount":1},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"statistics":{"charactersCount":39,"transactionsCount":1},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"statistics":{"charactersCount":4,"transactionsCount":1},"warnings":[]},{"id":"4","detectedLanguage":{"name":"German","iso6391Name":"de","confidenceScore":1.0},"statistics":{"charactersCount":46,"transactionsCount":1},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - ae4746ff-c137-4f39-8468-d447702b7f86 + - 3e0d6467-6613-43cd-9e65-a12808ae8597 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=4 date: - - Wed, 30 Sep 2020 16:03:11 GMT + - Thu, 19 Nov 2020 21:23:57 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_all_successful_passing_text_document_input.yaml index 544a072ffa5a..0f311432b184 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_all_successful_passing_text_document_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_all_successful_passing_text_document_input.yaml @@ -17,21 +17,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]},{"id":"4","detectedLanguage":{"name":"German","iso6391Name":"de","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.97},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]},{"id":"4","detectedLanguage":{"name":"German","iso6391Name":"de","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - f1e0631e-38a1-4ff8-9d1a-1b31bb07bd58 + - 35c7dc03-f860-48e8-b43d-b20bef5e0096 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=4 date: - - Wed, 30 Sep 2020 16:02:39 GMT + - Thu, 19 Nov 2020 21:23:58 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '7' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_bad_credentials.yaml index 7ba060552acf..f91640d32cd1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_bad_credentials.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_bad_credentials.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -26,7 +26,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:02:29 GMT + - Thu, 19 Nov 2020 21:23:59 GMT status: code: 401 message: PermissionDenied diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_bad_model_version_error.yaml index f664f78b9142..690c7ea12c9c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_bad_model_version_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_bad_model_version_error.yaml @@ -14,20 +14,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?model-version=bad&showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?model-version=bad&showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid Request.","innererror":{"code":"ModelVersionIncorrect","message":"Invalid model version. Possible values are: latest,2019-10-01,2020-07-01,2020-09-01"}}}' headers: apim-request-id: - - daada024-5378-4d33-bc00-3aa915e9d893 + - 14d3d850-3b36-4532-acd9-4c2026339081 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:29 GMT + - Thu, 19 Nov 2020 21:24:01 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1084' + - '6' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_batch_size_over_limit.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_batch_size_over_limit.yaml index 87c10e59a1e0..a558de637e11 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_batch_size_over_limit.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_batch_size_over_limit.yaml @@ -763,20 +763,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 1000 records are permitted."}}}' headers: apim-request-id: - - 3a5eabcc-0e43-4f61-9e14-0d63e29e34f6 + - 6c78479e-82f9-40e2-aa9e-443789c4cddd content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:28 GMT + - Thu, 19 Nov 2020 21:24:02 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -784,7 +784,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1031' + - '12' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_batch_size_over_limit_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_batch_size_over_limit_error.yaml index bb5a60de2189..fb934af06f78 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_batch_size_over_limit_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_batch_size_over_limit_error.yaml @@ -728,20 +728,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 1000 records are permitted."}}}' headers: apim-request-id: - - 563b5d62-48d8-47d8-a418-58c37a865304 + - 434fa5bf-e957-407d-94d2-45370d5a3df8 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:12 GMT + - Thu, 19 Nov 2020 21:24:05 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -749,7 +749,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '9' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_client_passed_default_country_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_client_passed_default_country_hint.yaml index 457890ac8b8f..8da9ac6a237e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_client_passed_default_country_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_client_passed_default_country_hint.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 7e7c02e0-bb13-4709-a9c0-f77c9eed4b04 + - ec87071a-7d2a-422a-a661-32a01d49cc2e content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:39 GMT + - Thu, 19 Nov 2020 21:24:05 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '6' status: code: 200 message: OK @@ -59,21 +59,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - b1170d4a-6624-4436-a051-7c57bd60c95a + - ac9ddfdc-9ebd-44c7-b341-0c5a553c37f5 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:39 GMT + - Thu, 19 Nov 2020 21:24:05 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -102,21 +102,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 89a40f5c-6b39-4eea-8a7c-30e235fb94d4 + - db251594-b6a2-4310-a6c3-22e19dd6d4c6 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:39 GMT + - Thu, 19 Nov 2020 21:24:06 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -124,7 +124,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '6' + - '8' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_country_hint_kwarg.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_country_hint_kwarg.yaml index 2e1138cc7cd6..38b7552b34d1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_country_hint_kwarg.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_country_hint_kwarg.yaml @@ -14,21 +14,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?model-version=latest&showStats=true + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?model-version=latest&showStats=true response: body: - string: '{"statistics":{"documentsCount":1,"validDocumentsCount":1,"erroneousDocumentsCount":0,"transactionsCount":1},"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"statistics":{"charactersCount":26,"transactionsCount":1},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"statistics":{"documentsCount":1,"validDocumentsCount":1,"erroneousDocumentsCount":0,"transactionsCount":1},"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"statistics":{"charactersCount":26,"transactionsCount":1},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - f2525988-2978-4329-87c7-379956ff3734 + - bd0824d2-39e3-4610-8ef8-9c43c4c81e72 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:29 GMT + - Thu, 19 Nov 2020 21:24:07 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '254' + - '5' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_country_hint_none.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_country_hint_none.yaml index 3f731fd369e8..efd7a67f2f08 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_country_hint_none.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_country_hint_none.yaml @@ -14,21 +14,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - e2d5f040-99cc-4f11-a7b1-b7221c548d20 + - 00b2b83c-a755-4047-82e9-6934c876aae3 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:03:47 GMT + - Thu, 19 Nov 2020 21:24:09 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -55,21 +55,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 672343a6-88c1-4a2d-bcc9-e725f104052b + - f9cfeff7-89fe-4c4c-81c4-89b517b334c9 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:03:47 GMT + - Thu, 19 Nov 2020 21:24:09 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -96,21 +96,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 12684f68-2029-4188-ba9d-66e943c7e3cd + - 4ebab6bf-990d-486e-a873-2a7403d398f9 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:03:47 GMT + - Thu, 19 Nov 2020 21:24:09 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -118,7 +118,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '9' status: code: 200 message: OK @@ -137,21 +137,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 34acd295-29de-47bc-8213-4141089bc7e1 + - 0a18b618-89bd-4262-bf88-27ea36bca098 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:03:48 GMT + - Thu, 19 Nov 2020 21:24:10 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -159,7 +159,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '5' + - '6' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_document_attribute_error_no_result_attribute.yaml index 271c2cba5f64..076ac028bedb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_document_attribute_error_no_result_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_document_attribute_error_no_result_attribute.yaml @@ -13,21 +13,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document - text is empty."}}}],"modelVersion":"2020-07-01"}' + text is empty."}}}],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 0f323bb8-b404-4d04-89d5-35b8f9564a2c + - dcbe175c-224e-4336-a51e-6350f0fc5685 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:29 GMT + - Thu, 19 Nov 2020 21:24:11 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '3' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_document_attribute_error_nonexistent_attribute.yaml index d114f326a75e..ddaa94cdb78c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_document_attribute_error_nonexistent_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_document_attribute_error_nonexistent_attribute.yaml @@ -13,21 +13,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document - text is empty."}}}],"modelVersion":"2020-07-01"}' + text is empty."}}}],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 4680bc42-716b-4e81-9c70-19be3c0e5a2a + - 817c9118-9d65-498e-8cc6-9781f05bb660 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:28 GMT + - Thu, 19 Nov 2020 21:24:13 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '3' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_document_errors.yaml index 6c6eeca630ac..de3b200ccb25 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_document_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_document_errors.yaml @@ -15,9 +15,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -26,14 +26,14 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations - see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-07-01"}' + see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 972ff06e-5852-412a-932a-8a55cd35b7e8 + - 97d658d3-9fea-4c17-9baf-5974f99c74cf content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:12 GMT + - Thu, 19 Nov 2020 21:24:14 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -41,7 +41,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '3' + - '7' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_document_warnings.yaml index dd570977cd4a..689468d53bf6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_document_warnings.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_document_warnings.yaml @@ -14,21 +14,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 70c93132-4acc-472f-a0fc-6d365f24c422 + - 4086ae09-8b9c-42eb-a5ea-dd9f2ac3c83b content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:40 GMT + - Thu, 19 Nov 2020 21:24:15 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_duplicate_ids_error.yaml index d4d21908e4d2..2f32178e995c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_duplicate_ids_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_duplicate_ids_error.yaml @@ -15,20 +15,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request contains duplicated Ids. Make sure each document has a unique Id."}}}' headers: apim-request-id: - - 2f67cf81-30a2-4e0b-9715-9f6cfa260310 + - b2c4b7de-0263-459e-9503-2b7a3f766ba1 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:29 GMT + - Thu, 19 Nov 2020 21:24:17 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '6' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_empty_credential_class.yaml index d7d58eea69f3..5ba9eea6d6c1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_empty_credential_class.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_empty_credential_class.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -26,7 +26,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:03:48 GMT + - Thu, 19 Nov 2020 21:24:18 GMT status: code: 401 message: PermissionDenied diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_input_with_all_errors.yaml index 19a272e797aa..894e9076d4de 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_input_with_all_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_input_with_all_errors.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -31,14 +31,14 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations - see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-07-01"}' + see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 38d1c675-2c5c-43bf-a637-257b322f9084 + - 67171a01-f0f7-4813-a4c3-5ac93d24ab89 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:30 GMT + - Thu, 19 Nov 2020 21:24:19 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -46,7 +46,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '3' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_input_with_some_errors.yaml index 72ef8589ba34..bd625ba303e0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_input_with_some_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_input_with_some_errors.yaml @@ -17,9 +17,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"documents":[{"id":"2","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"4","detectedLanguage":{"name":"German","iso6391Name":"de","confidenceScore":1.0},"warnings":[]}],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -27,16 +27,16 @@ interactions: hint is not valid. Please specify an ISO 3166-1 alpha-2 two letter country code."}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text - is empty."}}}],"modelVersion":"2020-07-01"}' + is empty."}}}],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 7b74b067-d4c1-47ba-b5a2-87a2af2a273e + - eec02fba-ed3f-409c-b2f8-d411d4258d5f content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=2 date: - - Wed, 30 Sep 2020 16:02:28 GMT + - Thu, 19 Nov 2020 21:24:21 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -44,7 +44,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '170' + - '9' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_invalid_country_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_invalid_country_hint_docs.yaml index 1044471bca9d..30c8f607bf53 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_invalid_country_hint_docs.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_invalid_country_hint_docs.yaml @@ -14,22 +14,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid Country Hint.","innererror":{"code":"InvalidCountryHint","message":"Country hint is not valid. Please specify an ISO 3166-1 alpha-2 two letter country - code."}}}],"modelVersion":"2020-07-01"}' + code."}}}],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 6fc4f854-a0e4-4b2f-8536-8a4a6d6dbf20 + - 8e4c5692-ffd1-4688-a402-fb2590ead98c content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:13 GMT + - Thu, 19 Nov 2020 21:24:22 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '3' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_invalid_country_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_invalid_country_hint_method.yaml index e303d0dba605..d76f0846d33f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_invalid_country_hint_method.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_invalid_country_hint_method.yaml @@ -14,22 +14,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid Country Hint.","innererror":{"code":"InvalidCountryHint","message":"Country hint is not valid. Please specify an ISO 3166-1 alpha-2 two letter country - code."}}}],"modelVersion":"2020-07-01"}' + code."}}}],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 86b5d709-52a2-486d-a941-ae74032d8f57 + - e6630313-b1d8-407b-9baa-658b311221b3 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:30 GMT + - Thu, 19 Nov 2020 21:24:23 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '3' + - '1' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_out_of_order_ids.yaml index 631637f56558..662bebb8ca3f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_out_of_order_ids.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_out_of_order_ids.yaml @@ -16,23 +16,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"documents":[{"id":"56","detectedLanguage":{"name":"(Unknown)","iso6391Name":"(Unknown)","confidenceScore":0.0},"warnings":[]},{"id":"0","detectedLanguage":{"name":"(Unknown)","iso6391Name":"(Unknown)","confidenceScore":0.0},"warnings":[]},{"id":"19","detectedLanguage":{"name":"(Unknown)","iso6391Name":"(Unknown)","confidenceScore":0.0},"warnings":[]},{"id":"1","detectedLanguage":{"name":"(Unknown)","iso6391Name":"(Unknown)","confidenceScore":0.0},"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document - text is empty."}}}],"modelVersion":"2020-07-01"}' + text is empty."}}}],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 23ec509b-c7fc-4d06-a9f0-574ae4607a5f + - 6a8b40b7-2cfa-45b4-b619-b93269f9dd95 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=4 date: - - Wed, 30 Sep 2020 16:02:31 GMT + - Thu, 19 Nov 2020 21:24:25 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '350' + - '9' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_output_same_order_as_input.yaml index b45a0973489f..b0f17dbc1ab3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_output_same_order_as_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_output_same_order_as_input.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"4","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"5","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.96},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.98},"warnings":[]},{"id":"4","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.93},"warnings":[]},{"id":"5","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.98},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - b698f59f-faec-4e1b-994e-3c221505e1f7 + - d17162c3-b264-42a7-bf4a-9a9dfc23ecf3 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=5 date: - - Wed, 30 Sep 2020 16:02:31 GMT + - Thu, 19 Nov 2020 21:24:26 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '74' + - '12' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_pass_cls.yaml index 41554358cbda..46257860eeda 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_pass_cls.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_pass_cls.yaml @@ -14,21 +14,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - e37ede64-dba5-459a-aa63-896449ee3e38 + - 540c1e63-ef5a-4416-8921-a350abf44a99 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:31 GMT + - Thu, 19 Nov 2020 21:24:27 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '12' + - '9' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_passing_only_string.yaml index a4a834bb25ea..30081a0ab374 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_passing_only_string.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_passing_only_string.yaml @@ -17,23 +17,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"1","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"German","iso6391Name":"de","confidenceScore":1.0},"warnings":[]}],"errors":[{"id":"4","error":{"code":"InvalidArgument","message":"Invalid + string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.97},"warnings":[]},{"id":"1","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"German","iso6391Name":"de","confidenceScore":1.0},"warnings":[]}],"errors":[{"id":"4","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document - text is empty."}}}],"modelVersion":"2020-07-01"}' + text is empty."}}}],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - cda8a4bf-17e3-41e9-8412-0ef54819f285 + - c3053c1b-48d0-450a-9e86-7210591c869b content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=4 date: - - Wed, 30 Sep 2020 16:02:32 GMT + - Thu, 19 Nov 2020 21:24:29 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -41,7 +41,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '15' + - '9' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_per_item_dont_use_country_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_per_item_dont_use_country_hint.yaml index 9b736b77e134..b1a232f50bbc 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_per_item_dont_use_country_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_per_item_dont_use_country_hint.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 4a21aedb-3daa-4bf5-824a-8b39152e44ed + - c8d5c275-fd83-4781-b3d7-89ca2a31d48c content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:32 GMT + - Thu, 19 Nov 2020 21:24:30 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '6' + - '7' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_rotate_subscription_key.yaml index cc40f64928f5..82fd4cca4b28 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_rotate_subscription_key.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_rotate_subscription_key.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - d7ae8ffa-cb4c-405b-8b09-70916fcbe9d1 + - 23dca1ba-dbcb-4b5c-a62b-ae24763167c8 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:32 GMT + - Thu, 19 Nov 2020 21:24:31 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '14' + - '8' status: code: 200 message: OK @@ -59,9 +59,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -71,7 +71,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:02:32 GMT + - Thu, 19 Nov 2020 21:24:31 GMT status: code: 401 message: PermissionDenied @@ -92,21 +92,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - a3e59c2d-03d3-42af-b0de-fdda70529992 + - 22f80661-7240-494e-a077-f87dfe9e26a5 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:32 GMT + - Thu, 19 Nov 2020 21:24:31 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -114,7 +114,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '9' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_show_stats_and_model_version.yaml index 4e61193c38b3..bd9c37641b05 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_show_stats_and_model_version.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_show_stats_and_model_version.yaml @@ -16,23 +16,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?model-version=latest&showStats=true + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?model-version=latest&showStats=true response: body: string: '{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","detectedLanguage":{"name":"(Unknown)","iso6391Name":"(Unknown)","confidenceScore":0.0},"statistics":{"charactersCount":2,"transactionsCount":1},"warnings":[]},{"id":"0","detectedLanguage":{"name":"(Unknown)","iso6391Name":"(Unknown)","confidenceScore":0.0},"statistics":{"charactersCount":2,"transactionsCount":1},"warnings":[]},{"id":"19","detectedLanguage":{"name":"(Unknown)","iso6391Name":"(Unknown)","confidenceScore":0.0},"statistics":{"charactersCount":2,"transactionsCount":1},"warnings":[]},{"id":"1","detectedLanguage":{"name":"(Unknown)","iso6391Name":"(Unknown)","confidenceScore":0.0},"statistics":{"charactersCount":2,"transactionsCount":1},"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document - text is empty."}}}],"modelVersion":"2020-07-01"}' + text is empty."}}}],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 2bf03934-0f60-4486-b539-2498543eab66 + - cf682d69-d756-4d18-b233-20015df64eed content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=4 date: - - Wed, 30 Sep 2020 16:02:32 GMT + - Thu, 19 Nov 2020 21:24:33 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '14' + - '8' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_string_index_type_not_fail_v3.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_string_index_type_not_fail_v3.yaml index f2ec1b721c2d..786b20b995c5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_string_index_type_not_fail_v3.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_string_index_type_not_fail_v3.yaml @@ -14,21 +14,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.0/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.0/languages?showStats=false response: body: - string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 746cda41-2ccd-42be-bc4d-bdb61696d0f7 + - b7796c28-0a08-40a5-bdf1-2aa987e0e2dc content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:34 GMT + - Thu, 19 Nov 2020 21:24:35 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '17' + - '8' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_user_agent.yaml index 775dafb496b7..7bacf605904b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_user_agent.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_user_agent.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 63dcd96c-4e86-4a7c-861b-529c43e10d17 + - 3873a7ff-46f8-402f-b83c-28971709fdab content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:34 GMT + - Thu, 19 Nov 2020 21:24:35 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '7' + - '10' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint.yaml index 58eac2be5e2b..177054b653c8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - cbe5c7c5-5d8c-4adc-9900-d1245a17154e + - 7d7fd42e-f393-45c5-889b-fd0ef632b25b content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:33 GMT + - Thu, 19 Nov 2020 21:24:36 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '12' + - '7' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint_and_dict_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint_and_dict_input.yaml index e88aa32938ff..cefb006f404b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint_and_dict_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint_and_dict_input.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - a3b4cbb5-f845-4078-a6a5-569e54bde2ff + - a8a620fb-df0b-4919-850c-cccb13efc714 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:35 GMT + - Thu, 19 Nov 2020 21:24:39 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '18' + - '7' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint_and_dict_per_item_hints.yaml index b7605dc437e0..f3c30f31986a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint_and_dict_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint_and_dict_per_item_hints.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - ac505f16-1275-48e4-9ac8-f300e047a25f + - 0a4fd031-1304-4611-b2af-bc047f9a3447 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:35 GMT + - Thu, 19 Nov 2020 21:24:40 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint_and_obj_input.yaml index b1f3470cc2f8..857c5a268d56 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint_and_obj_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint_and_obj_input.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.97},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 076f9846-65ee-444f-9c6b-c76bc337921c + - cf15db39-602a-4ca0-80ae-6b5f1bf08448 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:35 GMT + - Thu, 19 Nov 2020 21:24:41 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '7' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint_and_obj_per_item_hints.yaml index cacd21938e53..84c0fc568974 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint_and_obj_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_country_hint_and_obj_per_item_hints.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"4","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.97},"warnings":[]},{"id":"4","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - 140e5f2f-bc71-4bfe-809d-be8ca8d5528e + - eb959941-4acf-47e4-91e6-32f398936b80 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:35 GMT + - Thu, 19 Nov 2020 21:24:42 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '7' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_dont_use_country_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_dont_use_country_hint.yaml index 2b1bef1057ad..8e89d20d4361 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_dont_use_country_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language.test_whole_batch_dont_use_country_hint.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: apim-request-id: - - d3b58362-c4b7-477c-aba4-996d6248239f + - e1ae9d71-babc-4f34-8c66-239834ce4782 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:35 GMT + - Thu, 19 Nov 2020 21:24:44 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_all_successful_passing_dict.yaml index 0b65feedadad..845038b2cd93 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_all_successful_passing_dict.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_all_successful_passing_dict.yaml @@ -13,23 +13,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=true + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=true response: body: - string: '{"statistics":{"documentsCount":4,"validDocumentsCount":4,"erroneousDocumentsCount":0,"transactionsCount":4},"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"statistics":{"charactersCount":41,"transactionsCount":1},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"statistics":{"charactersCount":39,"transactionsCount":1},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"statistics":{"charactersCount":4,"transactionsCount":1},"warnings":[]},{"id":"4","detectedLanguage":{"name":"German","iso6391Name":"de","confidenceScore":1.0},"statistics":{"charactersCount":46,"transactionsCount":1},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"statistics":{"documentsCount":4,"validDocumentsCount":4,"erroneousDocumentsCount":0,"transactionsCount":4},"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.97},"statistics":{"charactersCount":41,"transactionsCount":1},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"statistics":{"charactersCount":39,"transactionsCount":1},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"statistics":{"charactersCount":4,"transactionsCount":1},"warnings":[]},{"id":"4","detectedLanguage":{"name":"German","iso6391Name":"de","confidenceScore":1.0},"statistics":{"charactersCount":46,"transactionsCount":1},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 4b4811f8-c212-40b1-b795-b5e3e17ccc80 + apim-request-id: 7a02ff58-137f-4040-b9af-ce8d75898a6a content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=4 - date: Wed, 30 Sep 2020 16:02:35 GMT + date: Thu, 19 Nov 2020 21:24: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-envoy-upstream-service-time: '9' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=true + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=true version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_all_successful_passing_text_document_input.yaml index cc570448fc9f..2681c689707e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_all_successful_passing_text_document_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_all_successful_passing_text_document_input.yaml @@ -13,23 +13,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]},{"id":"4","detectedLanguage":{"name":"German","iso6391Name":"de","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.97},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]},{"id":"4","detectedLanguage":{"name":"German","iso6391Name":"de","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 110a15a2-c032-4082-b752-8fef8ae663ad + apim-request-id: 19c2053d-f439-460e-ab45-da0a750f24f8 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=4 - date: Wed, 30 Sep 2020 16:02:30 GMT + date: Thu, 19 Nov 2020 21:24:46 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '14' + x-envoy-upstream-service-time: '10' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_bad_credentials.yaml index f3637f0ea221..3215ada73760 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_bad_credentials.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_bad_credentials.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -20,9 +20,9 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:02:30 GMT + date: Thu, 19 Nov 2020 21:24:47 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_bad_model_version_error.yaml index 00b6737065b3..7a00e1546d08 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_bad_model_version_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_bad_model_version_error.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?model-version=bad&showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?model-version=bad&showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid Request.","innererror":{"code":"ModelVersionIncorrect","message":"Invalid model version. Possible values are: latest,2019-10-01,2020-07-01,2020-09-01"}}}' headers: - apim-request-id: 102fb780-2b93-4ffe-8223-b0729ad73742 + apim-request-id: f0f454bc-c200-401e-978a-d46bb0fa6454 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:30 GMT + date: Thu, 19 Nov 2020 21:24:48 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '5' + x-envoy-upstream-service-time: '4' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?model-version=bad&showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?model-version=bad&showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_batch_size_over_limit.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_batch_size_over_limit.yaml index 87eba61cb400..5674c0531ddf 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_batch_size_over_limit.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_batch_size_over_limit.yaml @@ -759,23 +759,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 1000 records are permitted."}}}' headers: - apim-request-id: 3fafa2ea-2234-4829-991c-199c15216871 + apim-request-id: 090b38c0-2b38-4f33-9ccf-7d01a3255e2e content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:31 GMT + date: Thu, 19 Nov 2020 21:24:50 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '13' + x-envoy-upstream-service-time: '16' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_batch_size_over_limit_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_batch_size_over_limit_error.yaml index 3f4384b6038d..3cc83c7e7a88 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_batch_size_over_limit_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_batch_size_over_limit_error.yaml @@ -724,23 +724,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 1000 records are permitted."}}}' headers: - apim-request-id: 61b05ed2-76a6-40e7-8d4c-9d56656ae9ec + apim-request-id: 38dae40c-dafa-41da-a8f6-277533795cbe content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:31 GMT + date: Thu, 19 Nov 2020 21:24:52 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: '9' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_client_passed_default_country_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_client_passed_default_country_hint.yaml index a33a975a9ceb..0db40c285391 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_client_passed_default_country_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_client_passed_default_country_hint.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: ea49f4bf-4852-4e7f-b38d-c27efb0111d8 + apim-request-id: 2c9c2332-3db4-4fc0-b996-b41c3041d431 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:32 GMT + date: Thu, 19 Nov 2020 21:24:54 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: '8' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "countryHint": "DE"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "countryHint": @@ -44,25 +44,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 16e6d7fc-72bc-4d7e-8ee8-8530bed80af3 + apim-request-id: d6968ad1-8ea8-41d0-83b8-af2742074ce1 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:32 GMT + date: Thu, 19 Nov 2020 21:24:54 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: '7' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "countryHint": "CA"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "countryHint": @@ -76,23 +76,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: d987ff84-52fb-4656-a185-a78b5f39c947 + apim-request-id: 3df5f8ff-8ba4-4eb3-8e7a-37608dc25592 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:32 GMT + date: Thu, 19 Nov 2020 21:24:54 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' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_country_hint_kwarg.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_country_hint_kwarg.yaml index 05d637652218..089ba99b706e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_country_hint_kwarg.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_country_hint_kwarg.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?model-version=latest&showStats=true + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?model-version=latest&showStats=true response: body: - string: '{"statistics":{"documentsCount":1,"validDocumentsCount":1,"erroneousDocumentsCount":0,"transactionsCount":1},"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"statistics":{"charactersCount":26,"transactionsCount":1},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"statistics":{"documentsCount":1,"validDocumentsCount":1,"erroneousDocumentsCount":0,"transactionsCount":1},"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"statistics":{"charactersCount":26,"transactionsCount":1},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: a242c654-5728-46fc-83c7-0c45a68781b2 + apim-request-id: 1f20d9cc-9148-4505-aacf-df24a1d5d6f7 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:32 GMT + date: Thu, 19 Nov 2020 21:24:55 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: '11' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?model-version=latest&showStats=true + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?model-version=latest&showStats=true version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_country_hint_none.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_country_hint_none.yaml index 97cfada0f688..54077681bad4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_country_hint_none.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_country_hint_none.yaml @@ -10,25 +10,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 3fa18e27-e9b2-471c-98ce-62f4bbf5c289 + apim-request-id: 18fc4af6-51a6-48c0-9fb0-e66142473e5d content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:33 GMT + date: Thu, 19 Nov 2020 21:24:56 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: '14' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false - request: body: '{"documents": [{"id": "1", "text": "This is written in English.", "countryHint": ""}]}' @@ -40,25 +40,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: d9ee6ca4-659d-413f-969e-496ac8ef4055 + apim-request-id: ea750c07-ef5d-46dc-ae14-199df8b6d058 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:33 GMT + date: Thu, 19 Nov 2020 21:24:57 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '14' + x-envoy-upstream-service-time: '8' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false - request: body: '{"documents": [{"id": "0", "text": "this is written in english", "countryHint": ""}]}' @@ -70,25 +70,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 79438eee-0773-43f6-9d36-5773811cbdbf + apim-request-id: 6ce2e59d-8123-4436-9778-9abc36cef887 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:33 GMT + date: Thu, 19 Nov 2020 21:24:57 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: '7' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false - request: body: '{"documents": [{"id": "0", "text": "this is written in english", "countryHint": ""}]}' @@ -100,23 +100,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 9e927b9e-f8cf-401f-aedd-318d30548128 + apim-request-id: 6046ea81-f52c-4fb6-b18e-df15faa3ef93 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:33 GMT + date: Thu, 19 Nov 2020 21:24: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-envoy-upstream-service-time: '8' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_document_attribute_error_no_result_attribute.yaml index e2b84d5bfdbc..6c10e54e79ba 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_document_attribute_error_no_result_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_document_attribute_error_no_result_attribute.yaml @@ -9,24 +9,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document - text is empty."}}}],"modelVersion":"2020-07-01"}' + text is empty."}}}],"modelVersion":"2020-09-01"}' headers: - apim-request-id: ede95125-62bf-4cec-9320-c998fbeb2a68 + apim-request-id: 6bd4e4d2-48e3-41fa-b3b2-cc4e66222f5e content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:33 GMT + date: Thu, 19 Nov 2020 21:24:59 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '1' + x-envoy-upstream-service-time: '2' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_document_attribute_error_nonexistent_attribute.yaml index dd488ca33884..2819b5677fd3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_document_attribute_error_nonexistent_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_document_attribute_error_nonexistent_attribute.yaml @@ -9,24 +9,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document - text is empty."}}}],"modelVersion":"2020-07-01"}' + text is empty."}}}],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 09999240-8199-4209-bb11-26bdcbb1862c + apim-request-id: adf1315d-d24a-4efb-a418-cd745631ef15 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:34 GMT + date: Thu, 19 Nov 2020 21:25:01 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '2' + x-envoy-upstream-service-time: '4' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_document_errors.yaml index 565032c7cf64..ec32fec8b40b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_document_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_document_errors.yaml @@ -11,9 +11,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -22,17 +22,17 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations - see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-07-01"}' + see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 82ac0360-cea6-4679-90f0-dc0a0813d1f2 + apim-request-id: a9676954-3c10-4e0f-bacf-c0f669e82111 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:34 GMT + date: Thu, 19 Nov 2020 21:25:02 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '2' + x-envoy-upstream-service-time: '1' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_document_warnings.yaml index 92145b724889..e393f2145ff5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_document_warnings.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_document_warnings.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: b4dab49c-90f0-4cf2-be55-20d0ce309436 + apim-request-id: 7b25cf9c-b8c4-4d73-ae8c-852fce318ad1 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:35 GMT + date: Thu, 19 Nov 2020 21:25: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: '7' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_duplicate_ids_error.yaml index adb6dcc2ef50..5b0a73a53764 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_duplicate_ids_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_duplicate_ids_error.yaml @@ -11,23 +11,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request contains duplicated Ids. Make sure each document has a unique Id."}}}' headers: - apim-request-id: af8cef73-0647-41b9-8184-e0383ff6e43d + apim-request-id: c7871e7e-562b-4906-b7bd-0d492c7866f6 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:35 GMT + date: Thu, 19 Nov 2020 21:25:04 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: '4' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_empty_credential_class.yaml index 873be26e5a94..6a0f361e5aed 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_empty_credential_class.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_empty_credential_class.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -20,9 +20,9 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:02:35 GMT + date: Thu, 19 Nov 2020 21:25:06 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_input_with_all_errors.yaml index 12ff7ed238c8..470b1cf55270 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_input_with_all_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_input_with_all_errors.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -27,17 +27,17 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"A document within the request was too large to be processed. Limit document size to: 5120 text elements. For additional details on the data limitations - see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-07-01"}' + see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 06d2a22a-79e3-485d-b2ea-82900f8c7d5c + apim-request-id: 5a2dcdef-ff82-40a1-91e9-90069dd6d7ff content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:35 GMT + date: Thu, 19 Nov 2020 21:25:07 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: '2' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_input_with_some_errors.yaml index e92b97b5d513..4afa8e5f230c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_input_with_some_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_input_with_some_errors.yaml @@ -13,9 +13,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"documents":[{"id":"2","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"4","detectedLanguage":{"name":"German","iso6391Name":"de","confidenceScore":1.0},"warnings":[]}],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -23,18 +23,18 @@ interactions: hint is not valid. Please specify an ISO 3166-1 alpha-2 two letter country code."}}},{"id":"3","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text - is empty."}}}],"modelVersion":"2020-07-01"}' + is empty."}}}],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 47c6f251-0081-4057-8256-4e059a98f2c4 + apim-request-id: 4a70bda9-1989-4e13-8c2b-46396ff25d68 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=2 - date: Wed, 30 Sep 2020 16:02:36 GMT + date: Thu, 19 Nov 2020 21:25:08 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '9' + x-envoy-upstream-service-time: '6' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_invalid_country_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_invalid_country_hint_docs.yaml index 3d27f253777b..a55841407fe9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_invalid_country_hint_docs.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_invalid_country_hint_docs.yaml @@ -10,19 +10,19 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid Country Hint.","innererror":{"code":"InvalidCountryHint","message":"Country hint is not valid. Please specify an ISO 3166-1 alpha-2 two letter country - code."}}}],"modelVersion":"2020-07-01"}' + code."}}}],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 3ab80d1f-37fc-4758-9371-f2f7aaecb66f + apim-request-id: 6afbb17f-8f5b-4e22-ab7c-856b2439212e content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:36 GMT + date: Thu, 19 Nov 2020 21:25:09 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -30,5 +30,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_invalid_country_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_invalid_country_hint_method.yaml index 6edbf3e5744e..26811343997d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_invalid_country_hint_method.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_invalid_country_hint_method.yaml @@ -10,25 +10,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid Country Hint.","innererror":{"code":"InvalidCountryHint","message":"Country hint is not valid. Please specify an ISO 3166-1 alpha-2 two letter country - code."}}}],"modelVersion":"2020-07-01"}' + code."}}}],"modelVersion":"2020-09-01"}' headers: - apim-request-id: bc20265e-6611-46ea-b03f-8bf894a4e7df + apim-request-id: 94afaed2-5c59-4395-87a6-bbb54c2b3f1d content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:29 GMT + date: Thu, 19 Nov 2020 21:25:11 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '14' + x-envoy-upstream-service-time: '2' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_out_of_order_ids.yaml index 6b32feffd2e7..fae2c7d90670 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_out_of_order_ids.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_out_of_order_ids.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"documents":[{"id":"56","detectedLanguage":{"name":"(Unknown)","iso6391Name":"(Unknown)","confidenceScore":0.0},"warnings":[]},{"id":"0","detectedLanguage":{"name":"(Unknown)","iso6391Name":"(Unknown)","confidenceScore":0.0},"warnings":[]},{"id":"19","detectedLanguage":{"name":"(Unknown)","iso6391Name":"(Unknown)","confidenceScore":0.0},"warnings":[]},{"id":"1","detectedLanguage":{"name":"(Unknown)","iso6391Name":"(Unknown)","confidenceScore":0.0},"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document - text is empty."}}}],"modelVersion":"2020-07-01"}' + text is empty."}}}],"modelVersion":"2020-09-01"}' headers: - apim-request-id: c2fb7637-e5b9-42ba-8f5a-6ebcc3a1d6c2 + apim-request-id: 386a13d0-beaf-444d-beb7-9eff045d31eb content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=4 - date: Wed, 30 Sep 2020 16:02:30 GMT + date: Thu, 19 Nov 2020 21:25:12 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: '7' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_output_same_order_as_input.yaml index dfff7c4e54a3..e409b92141f0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_output_same_order_as_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_output_same_order_as_input.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"4","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"5","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.96},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.98},"warnings":[]},{"id":"4","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.93},"warnings":[]},{"id":"5","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.98},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 48bc42e0-0745-4528-80af-df685fe20211 + apim-request-id: 4891bd1d-c9f2-44e6-ba73-ffaca3c82a4a content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=5 - date: Wed, 30 Sep 2020 16:02:31 GMT + date: Thu, 19 Nov 2020 21:25:13 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '1177' + x-envoy-upstream-service-time: '8' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_pass_cls.yaml index d81320a54a40..828a0bf3b8f6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_pass_cls.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_pass_cls.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: b0eb5c7c-116a-40ed-925c-9007e804df3c + apim-request-id: b175216e-054a-4494-b70c-d77f60a3479e content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:32 GMT + date: Thu, 19 Nov 2020 21:25:15 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: '8' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_passing_only_string.yaml index b668810496ba..2942331e96e5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_passing_only_string.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_passing_only_string.yaml @@ -13,25 +13,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"1","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"German","iso6391Name":"de","confidenceScore":1.0},"warnings":[]}],"errors":[{"id":"4","error":{"code":"InvalidArgument","message":"Invalid + string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.97},"warnings":[]},{"id":"1","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"German","iso6391Name":"de","confidenceScore":1.0},"warnings":[]}],"errors":[{"id":"4","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document - text is empty."}}}],"modelVersion":"2020-07-01"}' + text is empty."}}}],"modelVersion":"2020-09-01"}' headers: - apim-request-id: deb0a5b4-29e9-4b47-abf6-6dc47ff630de + apim-request-id: 83bc060e-e5ad-4b05-82c5-5ab2a6315515 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=4 - date: Wed, 30 Sep 2020 16:02:32 GMT + date: Thu, 19 Nov 2020 21:25:16 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: '8' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_per_item_dont_use_country_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_per_item_dont_use_country_hint.yaml index 59093a10bca0..49951d9f4154 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_per_item_dont_use_country_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_per_item_dont_use_country_hint.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: a7ca75df-e7b3-4163-9cf2-cd8984caa1f6 + apim-request-id: facf1c00-ee8b-47ef-84a3-16fc4baec27b content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:32 GMT + date: Thu, 19 Nov 2020 21:25:17 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: '8' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_rotate_subscription_key.yaml index 4faef2956a19..487fa763b730 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_rotate_subscription_key.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_rotate_subscription_key.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 0f4a3f80-f2f9-441a-9476-07623c75f40e + apim-request-id: b15d6638-38e9-4542-9c11-cce6a0477da0 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:33 GMT + date: Thu, 19 Nov 2020 21:25:19 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: '7' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "countryHint": "US"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "countryHint": @@ -44,9 +44,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -54,11 +54,11 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:02:33 GMT + date: Thu, 19 Nov 2020 21:25:19 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "countryHint": "US"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "countryHint": @@ -72,23 +72,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: a29da9b8-3fc1-46ce-aa20-1f68efa4aa7b + apim-request-id: 2b540ff8-d8ff-4064-9ce6-c886c66376d2 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:33 GMT + date: Thu, 19 Nov 2020 21:25:19 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '17' + x-envoy-upstream-service-time: '7' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_show_stats_and_model_version.yaml index be67ed26c71d..c82d4a549ef0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_show_stats_and_model_version.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_show_stats_and_model_version.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?model-version=latest&showStats=true + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?model-version=latest&showStats=true response: body: string: '{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","detectedLanguage":{"name":"(Unknown)","iso6391Name":"(Unknown)","confidenceScore":0.0},"statistics":{"charactersCount":2,"transactionsCount":1},"warnings":[]},{"id":"0","detectedLanguage":{"name":"(Unknown)","iso6391Name":"(Unknown)","confidenceScore":0.0},"statistics":{"charactersCount":2,"transactionsCount":1},"warnings":[]},{"id":"19","detectedLanguage":{"name":"(Unknown)","iso6391Name":"(Unknown)","confidenceScore":0.0},"statistics":{"charactersCount":2,"transactionsCount":1},"warnings":[]},{"id":"1","detectedLanguage":{"name":"(Unknown)","iso6391Name":"(Unknown)","confidenceScore":0.0},"statistics":{"charactersCount":2,"transactionsCount":1},"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document - text is empty."}}}],"modelVersion":"2020-07-01"}' + text is empty."}}}],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 26db4eed-cdd3-4a89-a93d-32ef56cd0ac6 + apim-request-id: c43ddc17-3cc6-4894-8332-e53731d8cd5b content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=4 - date: Wed, 30 Sep 2020 16:02:33 GMT + date: Thu, 19 Nov 2020 21:25:20 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: '8' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?model-version=latest&showStats=true + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?model-version=latest&showStats=true version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_string_index_type_not_fail_v3.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_string_index_type_not_fail_v3.yaml index 16c070a9a7a1..5e745e3f1166 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_string_index_type_not_fail_v3.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_string_index_type_not_fail_v3.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.0/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.0/languages?showStats=false response: body: - string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 6dfee82b-39c5-42a1-8013-52625ce987e1 + apim-request-id: 126c2e40-ad29-4af0-921c-0921e31c76cb content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:33 GMT + date: Thu, 19 Nov 2020 21:25:22 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: '7' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.0/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.0/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_user_agent.yaml index a86107acc912..e9ce398840f4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_user_agent.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_user_agent.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 9281058c-3163-447e-b821-0adc091c797d + apim-request-id: 5155983d-4dfb-461e-b2fe-8464069073a4 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:33 GMT + date: Thu, 19 Nov 2020 21:25:23 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: '8' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint.yaml index 677572ac334a..daf9e348733a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 32bd2637-d0e3-4f0c-b49b-a1baea0432ca + apim-request-id: 32f875ea-6796-46c4-bac1-dc90af78a58f content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:33 GMT + date: Thu, 19 Nov 2020 21:25:24 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '17' + x-envoy-upstream-service-time: '8' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint_and_dict_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint_and_dict_input.yaml index e2a448b4b3fb..ddc11015a116 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint_and_dict_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint_and_dict_input.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: db7111d4-bb55-4516-a401-796d948b6b33 + apim-request-id: 66226732-388f-47de-8f53-408760bb9c88 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:34 GMT + date: Thu, 19 Nov 2020 21:25: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-envoy-upstream-service-time: '11' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint_and_dict_per_item_hints.yaml index 964f06606b17..0edb228a489d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint_and_dict_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint_and_dict_per_item_hints.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.99},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 7730aa84-c6ee-44ac-b6bf-b411eb80f3b2 + apim-request-id: 95a3e823-7f95-4621-ab88-d7b102b31ac8 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:34 GMT + date: Thu, 19 Nov 2020 21:25:27 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' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint_and_obj_input.yaml index c2f05201740e..cccefdc9c604 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint_and_obj_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint_and_obj_input.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.97},"warnings":[]},{"id":"2","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 23f20388-4f1f-417f-890c-5443a81b706f + apim-request-id: 6a488f98-61a0-40b5-81a7-c85bc675f3f7 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:35 GMT + date: Thu, 19 Nov 2020 21:25:28 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '16' + x-envoy-upstream-service-time: '8' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint_and_obj_per_item_hints.yaml index f2df6a0f2810..db237154bad3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint_and_obj_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_country_hint_and_obj_per_item_hints.yaml @@ -12,17 +12,17 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"4","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":0.97},"warnings":[]},{"id":"4","detectedLanguage":{"name":"Spanish","iso6391Name":"es","confidenceScore":1.0},"warnings":[]},{"id":"3","detectedLanguage":{"name":"Japanese","iso6391Name":"ja","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 9ac325f6-c840-4499-85f4-f3617f2032ef + apim-request-id: e2e009f0-f0a7-4e91-ace7-5db791e90897 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:35 GMT + date: Thu, 19 Nov 2020 21:25:29 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -30,5 +30,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_dont_use_country_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_dont_use_country_hint.yaml index a4a65693030b..65aa0fad4aa4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_dont_use_country_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_detect_language_async.test_whole_batch_dont_use_country_hint.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/languages?showStats=false response: body: - string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' + string: '{"documents":[{"id":"0","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"1","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]},{"id":"2","detectedLanguage":{"name":"English","iso6391Name":"en","confidenceScore":1.0},"warnings":[]}],"errors":[],"modelVersion":"2020-09-01"}' headers: - apim-request-id: 14e45d2f-fb74-4ae2-94e0-9e4be38d22ff + apim-request-id: 177b6169-5cd7-4b76-8cec-e66723866858 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:35 GMT + date: Thu, 19 Nov 2020 21:25:30 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' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/languages?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_diacritics_nfc.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_diacritics_nfc.yaml index bb238514d4c6..bbcf6934aa9a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_diacritics_nfc.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_diacritics_nfc.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"a\xF1o SSN: ***********\",\"id\"\ @@ -25,13 +25,13 @@ interactions: warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}" headers: apim-request-id: - - 2ca9ee4c-6749-4dda-856c-6554ff189171 + - 464d0e2a-a287-41b1-8b23-ce760a8a1c45 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:37 GMT + - Thu, 19 Nov 2020 21:25:32 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '2027' + - '69' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_diacritics_nfd.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_diacritics_nfd.yaml index 2d44c6227e87..1de1f9448bec 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_diacritics_nfd.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_diacritics_nfd.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"an\u0303o SSN: ***********\",\"\ @@ -25,13 +25,13 @@ interactions: :0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}" headers: apim-request-id: - - 4fccb880-f99c-4fc8-8252-5dc400c43c2a + - 5722487d-d2fa-4a78-a07c-9d099fc2e058 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:40 GMT + - Thu, 19 Nov 2020 21:25:33 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '2114' + - '81' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_emoji.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_emoji.yaml index 7511350b604e..710409a227c1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_emoji.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_emoji.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"\U0001F469 SSN: ***********\",\"\ @@ -25,13 +25,13 @@ interactions: warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}" headers: apim-request-id: - - 80f64b69-8aa8-4fbf-8b97-d77c7ff5de52 + - 1437164c-d3ea-4a6c-be7e-4e866666cda0 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:38 GMT + - Thu, 19 Nov 2020 21:25:35 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '2080' + - '61' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_emoji_family.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_emoji_family.yaml index 1d5147e3f053..01a4e0ac3422 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_emoji_family.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_emoji_family.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"\U0001F469\u200D\U0001F469\u200D\ @@ -26,13 +26,13 @@ interactions: errors\":[],\"modelVersion\":\"2020-07-01\"}" headers: apim-request-id: - - 328f9c5b-ec26-46b6-9ce1-d84f76bd9016 + - 3fb2eb14-0670-4508-941d-9cb4d6a734e8 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:39 GMT + - Thu, 19 Nov 2020 21:25:36 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '72' + - '66' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_emoji_family_with_skin_tone_modifier.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_emoji_family_with_skin_tone_modifier.yaml index e33a76076442..e3525a05ccfd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_emoji_family_with_skin_tone_modifier.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_emoji_family_with_skin_tone_modifier.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"\U0001F469\U0001F3FB\u200D\U0001F469\ @@ -26,13 +26,13 @@ interactions: :0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}" headers: apim-request-id: - - 5a0bfa0e-115a-4ba4-b7d4-b60ac407433b + - c488c24c-6935-469b-ba7e-5b655f42eb77 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:39 GMT + - Thu, 19 Nov 2020 21:25:37 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '69' + - '76' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_emoji_with_skin_tone_modifier.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_emoji_with_skin_tone_modifier.yaml index 4cb73ff80445..8431161c1216 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_emoji_with_skin_tone_modifier.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_emoji_with_skin_tone_modifier.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"\U0001F469\U0001F3FB SSN: ***********\"\ @@ -25,13 +25,13 @@ interactions: :0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}" headers: apim-request-id: - - 7f5cd84c-3666-469e-8343-8c22f33571a4 + - c4888afa-de77-4d4e-b51e-85d4539bde64 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:40 GMT + - Thu, 19 Nov 2020 21:25:40 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '60' + - '64' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_korean_nfc.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_korean_nfc.yaml index e76d3cd67296..a130d957f492 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_korean_nfc.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_korean_nfc.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"\uC544\uAC00 SSN: ***********\"\ @@ -25,13 +25,13 @@ interactions: :0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}" headers: apim-request-id: - - b69d7f7d-e703-45d9-887c-c3a96183d721 + - b871bea4-85fa-4c29-824c-e847ce36e0bd content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:40 GMT + - Thu, 19 Nov 2020 21:25:40 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '63' + - '130' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_korean_nfd.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_korean_nfd.yaml index 4d9b0b70d0fe..9d1c3f6dd8e0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_korean_nfd.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_korean_nfd.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"\uC544\uAC00 SSN: ***********\"\ @@ -25,13 +25,13 @@ interactions: :0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}" headers: apim-request-id: - - be69d7bf-3690-4b43-93b3-a6d6b73ce4f2 + - 0a7d5148-201d-4f4d-85ee-13ac4c1ba033 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:40 GMT + - Thu, 19 Nov 2020 21:25:42 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '76' + - '71' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_zalgo_text.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_zalgo_text.yaml index fab612e7827b..723b157ed366 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_zalgo_text.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding.test_zalgo_text.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"o\u0335\u0308\u0307\u0312\u0303\ @@ -34,13 +34,13 @@ interactions: :[],\"modelVersion\":\"2020-07-01\"}" headers: apim-request-id: - - e827a14b-5a4a-4897-83e4-72738b75aad2 + - c75beacd-fbe6-4553-ae3f-920d0e6f009f content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:40 GMT + - Thu, 19 Nov 2020 21:25:43 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -48,7 +48,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '81' + - '94' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_diacritics_nfc.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_diacritics_nfc.yaml index 6a3a72f8f0f3..095585c48325 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_diacritics_nfc.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_diacritics_nfc.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"a\xF1o SSN: ***********\",\"id\"\ @@ -20,16 +20,16 @@ interactions: \ Security Number (SSN)\",\"offset\":9,\"length\":11,\"confidenceScore\":0.65}],\"\ warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}" headers: - apim-request-id: a4d59616-8dda-4bd1-8660-a01fcfc6b58e + apim-request-id: b3c44534-61a0-48a3-83ca-04f6342a4069 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:41 GMT + date: Thu, 19 Nov 2020 21:25:45 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '859' + x-envoy-upstream-service-time: '63' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_diacritics_nfd.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_diacritics_nfd.yaml index cd62f4d828de..d5cb2a113258 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_diacritics_nfd.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_diacritics_nfd.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"an\u0303o SSN: ***********\",\"\ @@ -20,16 +20,16 @@ interactions: \ Security Number (SSN)\",\"offset\":10,\"length\":11,\"confidenceScore\"\ :0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}" headers: - apim-request-id: 80cce96e-b5d0-4677-8896-f68048c42595 + apim-request-id: 32b3931d-b857-4291-811a-c41425562c81 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:42 GMT + date: Thu, 19 Nov 2020 21:25:46 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: '72' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_emoji.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_emoji.yaml index 3276b9392f71..4dc099db482e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_emoji.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_emoji.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"\U0001F469 SSN: ***********\",\"\ @@ -20,16 +20,16 @@ interactions: \ Security Number (SSN)\",\"offset\":7,\"length\":11,\"confidenceScore\":0.65}],\"\ warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}" headers: - apim-request-id: 46f59f5a-6444-4ede-8d32-cd7872f74faa + apim-request-id: 0da168fc-3e69-4036-a61f-eb2b9b4de141 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:42 GMT + date: Thu, 19 Nov 2020 21:25:48 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: '96' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_emoji_family.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_emoji_family.yaml index 4c3f652121cd..70e2d2b6aaaf 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_emoji_family.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_emoji_family.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"\U0001F469\u200D\U0001F469\u200D\ @@ -21,16 +21,16 @@ interactions: ,\"offset\":13,\"length\":11,\"confidenceScore\":0.65}],\"warnings\":[]}],\"\ errors\":[],\"modelVersion\":\"2020-07-01\"}" headers: - apim-request-id: 02799146-a013-48d7-b6b0-37b90eb68a49 + apim-request-id: 46dc0985-9bfc-42a4-aa5a-54144e0469f3 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:43 GMT + date: Thu, 19 Nov 2020 21:25:48 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: '63' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_emoji_family_with_skin_tone_modifier.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_emoji_family_with_skin_tone_modifier.yaml index c677772040aa..a373e3d58f2c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_emoji_family_with_skin_tone_modifier.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_emoji_family_with_skin_tone_modifier.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"\U0001F469\U0001F3FB\u200D\U0001F469\ @@ -21,16 +21,16 @@ interactions: \ Social Security Number (SSN)\",\"offset\":17,\"length\":11,\"confidenceScore\"\ :0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}" headers: - apim-request-id: 84891b0d-6bcc-4d25-ad89-2d462691fc8e + apim-request-id: 2b9fb26b-0fa3-45e8-a31d-7056f860351f content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:43 GMT + date: Thu, 19 Nov 2020 21:25:50 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: '80' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_emoji_with_skin_tone_modifier.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_emoji_with_skin_tone_modifier.yaml index 53d07fd37bc6..8f99fc846c05 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_emoji_with_skin_tone_modifier.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_emoji_with_skin_tone_modifier.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"\U0001F469\U0001F3FB SSN: ***********\"\ @@ -20,16 +20,16 @@ interactions: \ Social Security Number (SSN)\",\"offset\":8,\"length\":11,\"confidenceScore\"\ :0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}" headers: - apim-request-id: c80a6b8c-8d9d-4b37-8306-80071c258e9d + apim-request-id: 0d1084ee-c6e2-49c1-9a3c-0ecfcfb8f693 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:44 GMT + date: Thu, 19 Nov 2020 21:25:51 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: '72' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_korean_nfc.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_korean_nfc.yaml index 44973e6306dd..e0275f84101d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_korean_nfc.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_korean_nfc.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"\uC544\uAC00 SSN: ***********\"\ @@ -20,16 +20,16 @@ interactions: \ Social Security Number (SSN)\",\"offset\":8,\"length\":11,\"confidenceScore\"\ :0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}" headers: - apim-request-id: 8a27cf79-a8ff-4fda-819d-eb625c7c99bb + apim-request-id: 7c2f2082-0ab3-4053-bdbe-092a01a0e8a0 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:44 GMT + date: Thu, 19 Nov 2020 21:25:53 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '84' + x-envoy-upstream-service-time: '64' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_korean_nfd.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_korean_nfd.yaml index c003d2528921..6a801bc62017 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_korean_nfd.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_korean_nfd.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"\uC544\uAC00 SSN: ***********\"\ @@ -20,16 +20,16 @@ interactions: \ Social Security Number (SSN)\",\"offset\":8,\"length\":11,\"confidenceScore\"\ :0.65}],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-07-01\"}" headers: - apim-request-id: b73c16ae-74be-41b6-ab47-ee778da3ec33 + apim-request-id: 4eff5344-b250-4a7c-bd45-0482c5f8fc71 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:45 GMT + date: Thu, 19 Nov 2020 21:25:54 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: '58' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_zalgo_text.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_zalgo_text.yaml index 2688ee1466ea..4329fa800364 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_zalgo_text.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_encoding_async.test_zalgo_text.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"o\u0335\u0308\u0307\u0312\u0303\ @@ -29,16 +29,16 @@ interactions: :121,\"length\":11,\"confidenceScore\":0.65}],\"warnings\":[]}],\"errors\"\ :[],\"modelVersion\":\"2020-07-01\"}" headers: - apim-request-id: d97610e5-37d0-419a-9194-77b7b0be27aa + apim-request-id: 4c6d49bf-d2cd-40d1-873e-0acd5dc693f1 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:45 GMT + date: Thu, 19 Nov 2020 21:25:56 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '91' + x-envoy-upstream-service-time: '124' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_all_successful_passing_dict.yaml index 6f60ab9ee6a4..fc432fa00825 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_all_successful_passing_dict.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_all_successful_passing_dict.yaml @@ -15,9 +15,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=true + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=true response: body: string: '{"statistics":{"documentsCount":2,"validDocumentsCount":2,"erroneousDocumentsCount":0,"transactionsCount":2},"documents":[{"id":"1","keyPhrases":["Bill @@ -25,13 +25,13 @@ interactions: Gates","Paul Allen","Microsoft"],"statistics":{"charactersCount":49,"transactionsCount":1},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 80469fe6-6451-4d21-82c2-5fb2d9f0c278 + - 4933e255-03a8-4218-806f-929117f0c1d1 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=2 date: - - Wed, 30 Sep 2020 16:02:45 GMT + - Thu, 19 Nov 2020 21:25:57 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '287' + - '9' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_all_successful_passing_text_document_input.yaml index 2c5e0f452501..ed20a8651832 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_all_successful_passing_text_document_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_all_successful_passing_text_document_input.yaml @@ -15,22 +15,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"2","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 2f61e1f1-55ec-4869-bae5-6f4cff1d2bb8 + - 5496c75d-e54f-4a9d-9947-cecf64c64938 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=2 date: - - Wed, 30 Sep 2020 16:02:46 GMT + - Thu, 19 Nov 2020 21:25:58 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '18' + - '8' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_bad_credentials.yaml index 6560fe2175ca..667d1d1f9ba8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_bad_credentials.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_bad_credentials.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -26,7 +26,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:02:46 GMT + - Thu, 19 Nov 2020 21:26:00 GMT status: code: 401 message: PermissionDenied diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_bad_model_version_error.yaml index 539cd6617c24..4a97c0184f77 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_bad_model_version_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_bad_model_version_error.yaml @@ -14,20 +14,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?model-version=bad&showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?model-version=bad&showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid Request.","innererror":{"code":"ModelVersionIncorrect","message":"Invalid model version. Possible values are: latest,2019-10-01,2020-07-01"}}}' headers: apim-request-id: - - 5d136ab8-d25a-46e6-9bbc-9f5af919ce3a + - 2a2a4f82-e900-4cfe-977c-563972cc3f99 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:47 GMT + - Thu, 19 Nov 2020 21:26:01 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '6' + - '4' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_batch_size_over_limit.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_batch_size_over_limit.yaml index 712a2764be8b..eb72855585c5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_batch_size_over_limit.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_batch_size_over_limit.yaml @@ -758,20 +758,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 10 records are permitted."}}}' headers: apim-request-id: - - b355d124-102b-43a2-bee3-0baf54953130 + - 3bb0ab1e-ad98-4915-9739-4aef27c7b03f content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:47 GMT + - Thu, 19 Nov 2020 21:26:03 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -779,7 +779,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '12' + - '9' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_batch_size_over_limit_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_batch_size_over_limit_error.yaml index 959a4ab7bb27..8280e524aecf 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_batch_size_over_limit_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_batch_size_over_limit_error.yaml @@ -723,20 +723,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 10 records are permitted."}}}' headers: apim-request-id: - - f541bb4d-dbdf-4941-8458-edc8560f84e2 + - d71dcae1-fac7-4b01-ac55-f32e2910cfea content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:48 GMT + - Thu, 19 Nov 2020 21:26:04 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -744,7 +744,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '15' + - '12' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_client_passed_default_language_hint.yaml index 71a971190c2f..461980e7c77a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_client_passed_default_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_client_passed_default_language_hint.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["the park","I will go"],"warnings":[]},{"id":"2","keyPhrases":["I @@ -26,13 +26,13 @@ interactions: restaurant had really good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - d6f3ab5f-2310-40b4-8770-d5c391ac5719 + - f047d8e5-efbe-486f-8533-03d242d5617d content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:48 GMT + - Thu, 19 Nov 2020 21:26:06 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '9' status: code: 200 message: OK @@ -61,22 +61,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 5af41226-b556-49d1-9b27-1f051be9a01a + - fdeb519e-a317-4f32-b8cd-94f816692307 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:48 GMT + - Thu, 19 Nov 2020 21:26:06 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -84,7 +84,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '10' status: code: 200 message: OK @@ -105,9 +105,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["the park","I will go"],"warnings":[]},{"id":"2","keyPhrases":["I @@ -115,13 +115,13 @@ interactions: restaurant had really good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 579d8da7-f850-4425-9ef3-7dcad4776e6c + - acbc8666-0eab-4a11-a44e-8a6ebb472d9d content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:48 GMT + - Thu, 19 Nov 2020 21:26:06 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -129,7 +129,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '10' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_document_attribute_error_no_result_attribute.yaml index 83dfdb51e197..d3d5e2ccef15 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_document_attribute_error_no_result_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_document_attribute_error_no_result_attribute.yaml @@ -13,9 +13,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -23,11 +23,11 @@ interactions: text is empty."}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - cec91b5d-ed3d-4c56-a4e5-53fd18d13339 + - ee029c73-4a43-4e1e-a15e-5ff627e1e14b content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:48 GMT + - Thu, 19 Nov 2020 21:26:07 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '5' + - '1' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_document_attribute_error_nonexistent_attribute.yaml index 119b52be45e5..b3b401a747e1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_document_attribute_error_nonexistent_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_document_attribute_error_nonexistent_attribute.yaml @@ -13,9 +13,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -23,11 +23,11 @@ interactions: text is empty."}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 67dcc6d1-cfcf-43e7-a59c-6d9690c40a47 + - 26b455b8-3d34-44a6-ad2c-f47f68e5268a content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:38 GMT + - Thu, 19 Nov 2020 21:26:08 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1539' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_document_errors.yaml index a4855216d104..7368a77b4835 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_document_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_document_errors.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -32,11 +32,11 @@ interactions: see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - c085ae3e-1903-4029-a708-886ba41fb13a + - 8697fcdf-710b-4472-9b03-6734edc367f0 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:42 GMT + - Thu, 19 Nov 2020 21:26:10 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -44,7 +44,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '3' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_document_warnings.yaml index 7d0646dce2be..d5cf15b983d1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_document_warnings.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_document_warnings.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["Thisisaveryveryverylongtextwhichgoesonforalongtimeandwhichalmost"],"warnings":[{"code":"LongWordsInDocument","message":"The @@ -24,13 +24,13 @@ interactions: will be truncated and may result in unreliable model predictions."}]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - c326c776-1253-40e8-9de7-be4ff959c516 + - 7b6f5be9-c1f0-4407-bd53-6ea81dc7ab4d content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:43 GMT + - Thu, 19 Nov 2020 21:26:11 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '445' + - '7' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_duplicate_ids_error.yaml index 48d17b425db2..09de45616fb5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_duplicate_ids_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_duplicate_ids_error.yaml @@ -14,20 +14,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request contains duplicated Ids. Make sure each document has a unique Id."}}}' headers: apim-request-id: - - cd17081d-b4ad-4c6f-8777-998840a16f7d + - 62c07256-4e23-485e-ba93-04beaa94788f content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:43 GMT + - Thu, 19 Nov 2020 21:26:12 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '5' + - '4' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_empty_credential_class.yaml index ebfb525e25d1..37582ed62bc5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_empty_credential_class.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_empty_credential_class.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -26,7 +26,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:02:43 GMT + - Thu, 19 Nov 2020 21:26:14 GMT status: code: 401 message: PermissionDenied diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_input_with_all_errors.yaml index 5950b40f22a5..34dd8939d153 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_input_with_all_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_input_with_all_errors.yaml @@ -15,9 +15,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -27,11 +27,11 @@ interactions: text is empty."}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 0b0d82bc-45ce-447b-b302-de7e3a8dc678 + - f811b2e0-e3be-4c37-994f-c6aefa16ac6a content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:43 GMT + - Thu, 19 Nov 2020 21:26:15 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '2' + - '1' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_input_with_some_errors.yaml index d18a8c55d2f8..909cbde72d92 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_input_with_some_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_input_with_some_errors.yaml @@ -15,9 +15,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"2","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]}],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -25,13 +25,13 @@ interactions: language code. Supported languages: af,bg,ca,da,de,el,en,es,et,fi,fr,hr,hu,id,it,ja,ko,lv,nl,no,pl,pt-BR,pt-PT,ro,ru,sk,sl,sv,tr"}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 0177b3b7-90d4-40b9-94d9-86def149ad9e + - 9990899d-6eb5-44c3-82d7-2002306d2fa9 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:44 GMT + - Thu, 19 Nov 2020 21:26:16 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '9' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_invalid_language_hint_docs.yaml index d34b7fdacb51..f4876a3e0b95 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_invalid_language_hint_docs.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_invalid_language_hint_docs.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -24,11 +24,11 @@ interactions: language code. Supported languages: af,bg,ca,da,de,el,en,es,et,fi,fr,hr,hu,id,it,ja,ko,lv,nl,no,pl,pt-BR,pt-PT,ro,ru,sk,sl,sv,tr"}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 3417ac50-1e22-4d4e-9fc1-16442aa8ced0 + - cdd3f059-6a49-4f91-b52d-f64c07347983 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:44 GMT + - Thu, 19 Nov 2020 21:26:18 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '3' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_invalid_language_hint_method.yaml index fcca3de33243..26ef785f38eb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_invalid_language_hint_method.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_invalid_language_hint_method.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid @@ -24,11 +24,11 @@ interactions: language code. Supported languages: af,bg,ca,da,de,el,en,es,et,fi,fr,hr,hu,id,it,ja,ko,lv,nl,no,pl,pt-BR,pt-PT,ro,ru,sk,sl,sv,tr"}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - a9edc07c-165d-49cc-a5e5-f3f9d22b349f + - a5b08a18-3433-4512-9c67-4b2cad3e8a68 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:44 GMT + - Thu, 19 Nov 2020 21:26:19 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '3' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_language_kwarg_spanish.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_language_kwarg_spanish.yaml index b46d5b95caee..874d2f0a06af 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_language_kwarg_spanish.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_language_kwarg_spanish.yaml @@ -14,22 +14,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?model-version=latest&showStats=true + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?model-version=latest&showStats=true response: body: string: '{"statistics":{"documentsCount":1,"validDocumentsCount":1,"erroneousDocumentsCount":0,"transactionsCount":1},"documents":[{"id":"0","keyPhrases":["Bill Gates","the CEO of Microsoft"],"statistics":{"charactersCount":35,"transactionsCount":1},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 33bbe77e-97b6-419d-ac05-c13c73c54f14 + - 070317b9-db19-4716-82c0-2ccde57a8f7f content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:45 GMT + - Thu, 19 Nov 2020 21:26:20 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '10' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_out_of_order_ids.yaml index e8765703721c..e7341d94b2e7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_out_of_order_ids.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_out_of_order_ids.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid @@ -26,13 +26,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 5f2db849-0557-4e31-9057-0119d5f0b9ec + - 8dd7b420-0976-4b0c-9567-5167823f63c2 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=4 date: - - Wed, 30 Sep 2020 16:02:45 GMT + - Thu, 19 Nov 2020 21:26:04 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_output_same_order_as_input.yaml index e2b1bb1346dd..c31bc2017687 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_output_same_order_as_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_output_same_order_as_input.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 3424fce6-9d69-4417-a086-ad056fdd555a + - c0558bc8-6e0c-4239-871c-4c354af06b7f content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=5 date: - - Wed, 30 Sep 2020 16:02:46 GMT + - Thu, 19 Nov 2020 21:26:05 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '11' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_pass_cls.yaml index 6ca6a92cf0e0..657f32485b1a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_pass_cls.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_pass_cls.yaml @@ -14,21 +14,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 985647fe-ac9b-4619-a1a9-422242608459 + - a5c06014-3193-4956-b8f9-7df79d9601e4 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:46 GMT + - Thu, 19 Nov 2020 21:26:07 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '14' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_passing_only_string.yaml index 6736c730c8e0..aadd450d12c9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_passing_only_string.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_passing_only_string.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"0","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"1","keyPhrases":["Microsoft @@ -27,13 +27,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - c813b42f-a83b-4fa5-a02b-173a1c308cc2 + - 1c4eac00-b0a2-4080-862b-0e184edbfc99 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=2 date: - - Wed, 30 Sep 2020 16:02:46 GMT + - Thu, 19 Nov 2020 21:26:08 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -41,7 +41,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '8' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_per_item_dont_use_language_hint.yaml index 6e1b491ee2ff..e77953bdb555 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_per_item_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_per_item_dont_use_language_hint.yaml @@ -16,22 +16,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 527d4c28-5ffc-40c7-9f21-a0b9dada6da8 + - d2a7e337-c77b-469a-b5e7-5d003f57866e content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:46 GMT + - Thu, 19 Nov 2020 21:26:09 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '10' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_rotate_subscription_key.yaml index 764543e0809b..22ce651c433a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_rotate_subscription_key.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_rotate_subscription_key.yaml @@ -16,22 +16,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 9da8cd52-2a43-4ea6-9f35-10a781ff639e + - 5fb30ebb-fb6c-4370-aee6-6113290c975a content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:47 GMT + - Thu, 19 Nov 2020 21:26:10 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '10' + - '11' status: code: 200 message: OK @@ -60,9 +60,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -72,7 +72,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:02:47 GMT + - Thu, 19 Nov 2020 21:26:10 GMT status: code: 401 message: PermissionDenied @@ -93,22 +93,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - cb0bfb4c-5e13-460c-9f6b-dc42d5814e85 + - ae732ae7-fc65-4728-8497-502323c921ea content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:47 GMT + - Thu, 19 Nov 2020 21:26:10 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -116,7 +116,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '9' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_show_stats_and_model_version.yaml index cf4b3246ad7c..a13726be6f60 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_show_stats_and_model_version.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_show_stats_and_model_version.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?model-version=latest&showStats=true + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?model-version=latest&showStats=true response: body: string: '{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","keyPhrases":[],"statistics":{"charactersCount":2,"transactionsCount":1},"warnings":[]},{"id":"0","keyPhrases":[],"statistics":{"charactersCount":2,"transactionsCount":1},"warnings":[]},{"id":"19","keyPhrases":[],"statistics":{"charactersCount":2,"transactionsCount":1},"warnings":[]},{"id":"1","keyPhrases":[],"statistics":{"charactersCount":2,"transactionsCount":1},"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid @@ -26,13 +26,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - aeaf9e9c-439d-4c3d-9c12-981347100023 + - 4ebe14dc-2804-44f0-8059-0a80fed31a3c content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=4 date: - - Wed, 30 Sep 2020 16:02:47 GMT + - Thu, 19 Nov 2020 21:26:12 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '13' + - '10' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_string_index_type_not_fail_v3.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_string_index_type_not_fail_v3.yaml index 14287689ce32..6c8814559624 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_string_index_type_not_fail_v3.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_string_index_type_not_fail_v3.yaml @@ -13,21 +13,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.0/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.0/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"0","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - c21f5137-59f8-4e47-8866-736221be5352 + - fe0ba10c-7281-44aa-af80-860eb09dda6f content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:47 GMT + - Thu, 19 Nov 2020 21:26:13 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_too_many_documents.yaml index 7615712825b9..3b997cdd4b93 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_too_many_documents.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_too_many_documents.yaml @@ -19,20 +19,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 10 records are permitted."}}}' headers: apim-request-id: - - ee1f3b4e-8a55-4122-81d4-58dc4861611e + - 460e93f5-605e-4e67-bed7-34bcf606094c content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:40 GMT + - Thu, 19 Nov 2020 21:26:14 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '5' + - '4' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_user_agent.yaml index e5b5721e5323..5b40945314c8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_user_agent.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_user_agent.yaml @@ -16,22 +16,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 6b5a7f0c-ce77-4720-99d8-0f3ce30a86fe + - 49b4d3e8-767d-46d7-b443-ab32a0bd4dd7 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:41 GMT + - Thu, 19 Nov 2020 21:26:15 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1077' + - '14' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_dont_use_language_hint.yaml index aae09f4ffe6d..2f0ba37aaad6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_dont_use_language_hint.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 19af6c18-5283-4f1a-88f0-96f4fd772d51 + - 162046eb-ac0f-4bf5-86ea-2fd9b9a6cc26 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:42 GMT + - Thu, 19 Nov 2020 21:26:17 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '10' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_language_hint.yaml index 89fe08363d41..adddfe89bae0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_language_hint.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"0","keyPhrases":["This was the best day","my"],"warnings":[]},{"id":"1","keyPhrases":["like @@ -26,13 +26,13 @@ interactions: good as I hoped","The restaurant was"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - f55b3842-2416-42b0-bfc3-8c76f074c880 + - 150715cd-d54f-4943-90fb-b39df83d3bb9 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:43 GMT + - Thu, 19 Nov 2020 21:26:18 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1078' + - '7' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_language_hint_and_dict_per_item_hints.yaml index ad7a3c51afe1..d6d729d62faa 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_language_hint_and_dict_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["the park","I will go"],"warnings":[]},{"id":"2","keyPhrases":["I @@ -26,13 +26,13 @@ interactions: food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 6b9ba82c-e04a-4b9a-bf6d-019e73624d02 + - c038b64b-70ba-472f-8e91-6c0a732e252a content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:44 GMT + - Thu, 19 Nov 2020 21:26:20 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '24' + - '8' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_language_hint_and_obj_input.yaml index 0490e58ff858..f2dff1123499 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_language_hint_and_obj_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_language_hint_and_obj_input.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: "{\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"should take my cat\ @@ -28,13 +28,13 @@ interactions: :[],\"modelVersion\":\"2020-07-01\"}" headers: apim-request-id: - - 577a1493-d894-40b8-b367-f5a9570d8364 + - 9f8c7da4-0c43-4243-b4e9-739a93147bb8 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:43 GMT + - Thu, 19 Nov 2020 21:26:21 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -42,7 +42,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '16' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_language_hint_and_obj_per_item_hints.yaml index 2ad7aecf99c9..87d2e9f2f45a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_language_hint_and_obj_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: "{\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"I should take my cat\"\ @@ -28,13 +28,13 @@ interactions: :\"2020-07-01\"}" headers: apim-request-id: - - cdfa5cca-92a5-4b13-941b-298e62308d11 + - 5488853d-49c3-48f2-9150-a6dd362d721b content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:44 GMT + - Thu, 19 Nov 2020 21:26:22 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_all_successful_passing_dict.yaml index be0750b420de..a3f623666c5c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_all_successful_passing_dict.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_all_successful_passing_dict.yaml @@ -11,25 +11,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=true + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=true response: body: string: '{"statistics":{"documentsCount":2,"validDocumentsCount":2,"erroneousDocumentsCount":0,"transactionsCount":2},"documents":[{"id":"1","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"statistics":{"charactersCount":50,"transactionsCount":1},"warnings":[]},{"id":"2","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"statistics":{"charactersCount":49,"transactionsCount":1},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 337bb5d1-9f4d-40ca-ab98-141adde66ec3 + apim-request-id: 8c3d12ec-8874-45d3-ac35-280723398305 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=2 - date: Wed, 30 Sep 2020 16:02:44 GMT + date: Thu, 19 Nov 2020 21:26:23 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: '11' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=true + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=true version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_all_successful_passing_text_document_input.yaml index 585dc4ebcb17..d65a9a145d2e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_all_successful_passing_text_document_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_all_successful_passing_text_document_input.yaml @@ -11,24 +11,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"2","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 0e451742-0c5a-411e-aa35-e38b8e940fe2 + apim-request-id: 3e3735bf-0724-4b7c-9ddb-44577b11e590 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=2 - date: Wed, 30 Sep 2020 16:02:44 GMT + date: Thu, 19 Nov 2020 21:26:25 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '16' + x-envoy-upstream-service-time: '15' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_bad_credentials.yaml index 74cbe6df3065..aac7982836cb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_bad_credentials.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_bad_credentials.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -20,9 +20,9 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:02:46 GMT + date: Thu, 19 Nov 2020 21:26:26 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_bad_model_version_error.yaml index 4eddccd16c6e..c9f363e5f1c0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_bad_model_version_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_bad_model_version_error.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?model-version=bad&showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?model-version=bad&showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid Request.","innererror":{"code":"ModelVersionIncorrect","message":"Invalid model version. Possible values are: latest,2019-10-01,2020-07-01"}}}' headers: - apim-request-id: a2f79737-33d2-4b00-9ca7-ae01b2efc6ea + apim-request-id: d5d2f52a-53d0-45f1-ba95-04010863455c content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:46 GMT + date: Thu, 19 Nov 2020 21:26:27 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: '4' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?model-version=bad&showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?model-version=bad&showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_batch_size_over_limit.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_batch_size_over_limit.yaml index fcdba7170594..7298d03bcd95 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_batch_size_over_limit.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_batch_size_over_limit.yaml @@ -754,23 +754,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 10 records are permitted."}}}' headers: - apim-request-id: 84d500d0-1bfb-426b-8000-0523fc66d2d9 + apim-request-id: 375b5c2f-a261-49f7-84f6-e98cc960764d content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:47 GMT + date: Thu, 19 Nov 2020 21:26:29 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '16' + x-envoy-upstream-service-time: '10' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_batch_size_over_limit_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_batch_size_over_limit_error.yaml index 06830e7ffbfd..ddd1d2d1ec8f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_batch_size_over_limit_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_batch_size_over_limit_error.yaml @@ -719,23 +719,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 10 records are permitted."}}}' headers: - apim-request-id: c9788349-3a2b-4a24-b688-fc2f632317ee + apim-request-id: 22fbb545-1085-4355-a42b-26c286bf585f content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:40 GMT + date: Thu, 19 Nov 2020 21:26:31 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '14' + x-envoy-upstream-service-time: '12' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_client_passed_default_language_hint.yaml index 7007824b9295..f10010b56b92 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_client_passed_default_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_client_passed_default_language_hint.yaml @@ -12,27 +12,27 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["the park","I will go"],"warnings":[]},{"id":"2","keyPhrases":["I did not like the hotel we stayed at"],"warnings":[]},{"id":"3","keyPhrases":["The restaurant had really good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 1c887f5c-672e-4fbd-9d3c-8dcb18142f91 + apim-request-id: 8205628e-8634-4bae-a187-1d020be99ce1 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:41 GMT + date: Thu, 19 Nov 2020 21:26:32 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '293' + x-envoy-upstream-service-time: '9' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -46,26 +46,26 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: cf224e66-3bd1-4466-a90d-6a4b347cde7f + apim-request-id: 7f0050a6-fdef-4095-bb38-ca3d4d752c18 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:41 GMT + date: Thu, 19 Nov 2020 21:26:32 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '328' + x-envoy-upstream-service-time: '10' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "es"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -79,25 +79,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["the park","I will go"],"warnings":[]},{"id":"2","keyPhrases":["I did not like the hotel we stayed at"],"warnings":[]},{"id":"3","keyPhrases":["The restaurant had really good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: d90c6f1c-7dbb-41d1-b068-8016e9c2e65e + apim-request-id: 19fe884b-2ebb-4cf4-9aea-d996e188e9c8 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:42 GMT + date: Thu, 19 Nov 2020 21:26: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-envoy-upstream-service-time: '10' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_document_attribute_error_no_result_attribute.yaml index 78fbfb04b47b..f24307375425 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_document_attribute_error_no_result_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_document_attribute_error_no_result_attribute.yaml @@ -9,18 +9,18 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: e952ed8e-9a2f-45af-ab00-b826bfa87ba0 + apim-request-id: bf14d18f-d00a-4024-aa45-ad9a47499b94 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:42 GMT + date: Thu, 19 Nov 2020 21:26:34 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -28,5 +28,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_document_attribute_error_nonexistent_attribute.yaml index 96407baaa629..714a40f5bc89 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_document_attribute_error_nonexistent_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_document_attribute_error_nonexistent_attribute.yaml @@ -9,18 +9,18 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 14ae369d-e184-4773-ae2f-00b9829eba4f + apim-request-id: 6d4b0a3a-1086-4939-8514-d0ceaada453e content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:42 GMT + date: Thu, 19 Nov 2020 21:26:35 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -28,5 +28,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_document_errors.yaml index 2e8391a28798..9daad9d81ff1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_document_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_document_errors.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -27,15 +27,15 @@ interactions: size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 71618a27-f628-4dee-a5c1-866ee780f2fb + apim-request-id: 81f074fc-421e-4dea-874d-791edb684863 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:42 GMT + date: Thu, 19 Nov 2020 21:26:36 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: '3' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_document_warnings.yaml index c10c2bf6aa52..9ccb380f574a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_document_warnings.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_document_warnings.yaml @@ -10,25 +10,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["Thisisaveryveryverylongtextwhichgoesonforalongtimeandwhichalmost"],"warnings":[{"code":"LongWordsInDocument","message":"The document contains very long words (longer than 64 characters). These words will be truncated and may result in unreliable model predictions."}]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: e47b768d-c1d4-4e7a-bbc3-19cee8165061 + apim-request-id: 470eb43a-9a23-4806-a8b5-9cf686bece84 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:43 GMT + date: Thu, 19 Nov 2020 21:26:38 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: '32' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_duplicate_ids_error.yaml index 182e6475f94e..8488d78e9354 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_duplicate_ids_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_duplicate_ids_error.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request contains duplicated Ids. Make sure each document has a unique Id."}}}' headers: - apim-request-id: c196c453-0a12-41c8-bc7b-10b2cdceadf4 + apim-request-id: 9dd0bf55-d3f8-4fdc-9b34-b01e553f7782 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:43 GMT + date: Thu, 19 Nov 2020 21:26:39 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: '6' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_empty_credential_class.yaml index 78d33fd1a1b8..46e047181b4f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_empty_credential_class.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_empty_credential_class.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -20,9 +20,9 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:02:43 GMT + date: Thu, 19 Nov 2020 21:26:22 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_input_with_all_errors.yaml index c2831b603700..a1ede7e2124a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_input_with_all_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_input_with_all_errors.yaml @@ -11,9 +11,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -22,15 +22,15 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: aa62d75f-92f6-4947-bdba-c2a67e2688a6 + apim-request-id: 568e4e4c-633f-4e5a-ac23-699d25a4a6c4 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:44 GMT + date: Thu, 19 Nov 2020 21:26:22 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: '2' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_input_with_some_errors.yaml index d6e2464b1146..f5e761b4d00d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_input_with_some_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_input_with_some_errors.yaml @@ -11,25 +11,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"2","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]}],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: af,bg,ca,da,de,el,en,es,et,fi,fr,hr,hu,id,it,ja,ko,lv,nl,no,pl,pt-BR,pt-PT,ro,ru,sk,sl,sv,tr"}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: da02feee-1905-498e-8450-aa6594578614 + apim-request-id: f207b5c0-cabe-4145-b1c1-35ac390895f4 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:44 GMT + date: Thu, 19 Nov 2020 21:26:25 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '9' + x-envoy-upstream-service-time: '7' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_invalid_language_hint_docs.yaml index c426c46ad9f6..9377a9f9357a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_invalid_language_hint_docs.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_invalid_language_hint_docs.yaml @@ -10,24 +10,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: af,bg,ca,da,de,el,en,es,et,fi,fr,hr,hu,id,it,ja,ko,lv,nl,no,pl,pt-BR,pt-PT,ro,ru,sk,sl,sv,tr"}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: d268731e-a4c9-47bb-82f1-8dba7fd8ee97 + apim-request-id: 22fa30f2-cf5a-46a6-b047-dcf11936f7c5 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:44 GMT + date: Thu, 19 Nov 2020 21:26:26 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '4' + x-envoy-upstream-service-time: '2' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_invalid_language_hint_method.yaml index d2f602f8cca3..5902782c6c13 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_invalid_language_hint_method.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_invalid_language_hint_method.yaml @@ -10,24 +10,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: af,bg,ca,da,de,el,en,es,et,fi,fr,hr,hu,id,it,ja,ko,lv,nl,no,pl,pt-BR,pt-PT,ro,ru,sk,sl,sv,tr"}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: ad6caa3c-2d69-43ef-a730-a709ed38743f + apim-request-id: dbb2474e-03c9-434d-af33-fab05a1a5e5c content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:45 GMT + date: Thu, 19 Nov 2020 21:26:27 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '2' + x-envoy-upstream-service-time: '3' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_language_kwarg_spanish.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_language_kwarg_spanish.yaml index 5b7dc43a25d7..5c0c396560cf 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_language_kwarg_spanish.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_language_kwarg_spanish.yaml @@ -10,24 +10,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?model-version=latest&showStats=true + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?model-version=latest&showStats=true response: body: string: '{"statistics":{"documentsCount":1,"validDocumentsCount":1,"erroneousDocumentsCount":0,"transactionsCount":1},"documents":[{"id":"0","keyPhrases":["Bill Gates","the CEO of Microsoft"],"statistics":{"charactersCount":35,"transactionsCount":1},"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 6a44c225-ddfb-44cf-8d3c-db9093cb3469 + apim-request-id: 81358a7e-cac8-4bee-a308-bfca3173374c content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:46 GMT + date: Thu, 19 Nov 2020 21:26:28 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: '11' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?model-version=latest&showStats=true + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?model-version=latest&showStats=true version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_out_of_order_ids.yaml index 4489c8c45c0f..0a6b8102bd73 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_out_of_order_ids.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_out_of_order_ids.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"56","keyPhrases":[],"warnings":[]},{"id":"0","keyPhrases":[],"warnings":[]},{"id":"19","keyPhrases":[],"warnings":[]},{"id":"1","keyPhrases":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 6da8707a-4e58-46ee-b742-402092365d9d + apim-request-id: 88deff8a-5ef5-4743-8834-cf2f3a2f3009 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=4 - date: Wed, 30 Sep 2020 16:02:45 GMT + date: Thu, 19 Nov 2020 21:26:30 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' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_output_same_order_as_input.yaml index b0a76f9b88a2..d208e82850e2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_output_same_order_as_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_output_same_order_as_input.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":[],"warnings":[]},{"id":"2","keyPhrases":[],"warnings":[]},{"id":"3","keyPhrases":[],"warnings":[]},{"id":"4","keyPhrases":[],"warnings":[]},{"id":"5","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: b7016a87-2e6c-4eb2-8113-d0a5c6921706 + apim-request-id: b696adbe-38d8-4bcf-a7b6-8f3a5979d24e content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=5 - date: Wed, 30 Sep 2020 16:02:46 GMT + date: Thu, 19 Nov 2020 21:26:30 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '15' + x-envoy-upstream-service-time: '9' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_pass_cls.yaml index 27eb50ceec1e..a4777c25e97f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_pass_cls.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_pass_cls.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"0","keyPhrases":["Test","cls","endpoint"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 71fe158d-c21b-4c98-a82e-6b42a7f629f9 + apim-request-id: 1f7fbd6b-20ff-40de-ad92-1a53a14e8a45 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:46 GMT + date: Thu, 19 Nov 2020 21:26:32 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '9' + x-envoy-upstream-service-time: '7' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_passing_only_string.yaml index 22c5f0c9060e..1f9bb90d739c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_passing_only_string.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_passing_only_string.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"0","keyPhrases":["Bill Gates","Paul Allen","Microsoft"],"warnings":[]},{"id":"1","keyPhrases":["Microsoft @@ -22,16 +22,16 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 50a94351-8a94-4d06-8470-ddf2e0080c7d + apim-request-id: b46aad73-1ce0-42b7-998e-88f078639279 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=2 - date: Wed, 30 Sep 2020 16:02:46 GMT + date: Thu, 19 Nov 2020 21:26:34 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '9' + x-envoy-upstream-service-time: '10' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_per_item_dont_use_language_hint.yaml index 4e5adb31d92f..b3e70e673137 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_per_item_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_per_item_dont_use_language_hint.yaml @@ -12,18 +12,18 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: f69b80b0-f6cd-44dc-bd1a-612ad4641d78 + apim-request-id: c6192904-4d08-41f3-9008-0f126be10aa8 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:47 GMT + date: Thu, 19 Nov 2020 21:26:35 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -31,5 +31,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_rotate_subscription_key.yaml index ed0f66aabc01..613fdab56de0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_rotate_subscription_key.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_rotate_subscription_key.yaml @@ -12,26 +12,26 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 721526a9-3074-4f88-a1b0-bf8d61cd93a9 + apim-request-id: fcdcf56d-a7c2-42d2-aa81-858d8f62882f content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:47 GMT + date: Thu, 19 Nov 2020 21:26:35 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '9' + x-envoy-upstream-service-time: '10' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -45,9 +45,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -55,11 +55,11 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:02:47 GMT + date: Thu, 19 Nov 2020 21:26:35 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -73,24 +73,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: d382259d-391d-405f-b1bc-7873ae55fbbb + apim-request-id: 1391ff99-2952-43cf-ab2d-058f9502d75b content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:47 GMT + date: Thu, 19 Nov 2020 21:26:36 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: '11' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_show_stats_and_model_version.yaml index 01274296eb92..083f1a48ced1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_show_stats_and_model_version.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_show_stats_and_model_version.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?model-version=latest&showStats=true + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?model-version=latest&showStats=true response: body: string: '{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","keyPhrases":[],"statistics":{"charactersCount":2,"transactionsCount":1},"warnings":[]},{"id":"0","keyPhrases":[],"statistics":{"charactersCount":2,"transactionsCount":1},"warnings":[]},{"id":"19","keyPhrases":[],"statistics":{"charactersCount":2,"transactionsCount":1},"warnings":[]},{"id":"1","keyPhrases":[],"statistics":{"charactersCount":2,"transactionsCount":1},"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 767858db-b258-4a12-8213-609f95b834cd + apim-request-id: 72a1ceee-da5e-4513-add5-7cadffc1dc11 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=4 - date: Wed, 30 Sep 2020 16:02:47 GMT + date: Thu, 19 Nov 2020 21:26: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-envoy-upstream-service-time: '8' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?model-version=latest&showStats=true + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?model-version=latest&showStats=true version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_string_index_type_not_fail_v3.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_string_index_type_not_fail_v3.yaml index 3e9755bc8443..23034ed45fd6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_string_index_type_not_fail_v3.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_string_index_type_not_fail_v3.yaml @@ -9,17 +9,17 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.0/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.0/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"0","keyPhrases":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 402d1dae-7247-49ff-9f5b-811384486e7a + apim-request-id: 13b8b66f-fd87-46e3-ab0a-ffa2afc20f32 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:48 GMT + date: Thu, 19 Nov 2020 21:26:39 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -27,5 +27,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.0/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.0/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_too_many_documents.yaml index adc214342b2d..7486a9235757 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_too_many_documents.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_too_many_documents.yaml @@ -15,23 +15,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 10 records are permitted."}}}' headers: - apim-request-id: 957a7b6a-59a9-449e-ae5e-4cf3f6f3c493 + apim-request-id: dd415f9f-0b67-4bf3-9f35-f84954e8f136 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:48 GMT + date: Thu, 19 Nov 2020 21:26:40 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '5' + x-envoy-upstream-service-time: '6' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_user_agent.yaml index 73803e321920..4c38dcd08c56 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_user_agent.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_user_agent.yaml @@ -12,24 +12,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["park"],"warnings":[]},{"id":"2","keyPhrases":["hotel"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 5c217e69-8aa5-43c7-a889-4f71cc6f4d85 + apim-request-id: 69d306ca-6c9e-4408-90f4-7cc462208413 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:49 GMT + date: Thu, 19 Nov 2020 21:26:41 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: '11' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_dont_use_language_hint.yaml index a1d1d3eb0e73..d8bc659c6686 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_dont_use_language_hint.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"0","keyPhrases":["best day","life"],"warnings":[]},{"id":"1","keyPhrases":["hotel"],"warnings":[]},{"id":"2","keyPhrases":["restaurant"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 98a1e2a2-2feb-42f1-bcdb-42d8e01ed1e1 + apim-request-id: 3ecf2ccd-3a8d-4537-abd4-bf09116b755f content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:49 GMT + date: Thu, 19 Nov 2020 21:26:42 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: '13' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_language_hint.yaml index 1541939d77c2..2f08e9c96918 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_language_hint.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"0","keyPhrases":["This was the best day","my"],"warnings":[]},{"id":"1","keyPhrases":["like the hotel we stayed","It was too expensive","I did"],"warnings":[]},{"id":"2","keyPhrases":["as good as I hoped","The restaurant was"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: ba21bcd1-fe6b-4c26-a142-3cc9a9ad076a + apim-request-id: 97c97912-d9f8-41c0-9818-1f62dd1b72a1 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:48 GMT + date: Thu, 19 Nov 2020 21:26:41 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: '12' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml index dcb2beecdb9c..d6305c05381a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: '{"documents":[{"id":"1","keyPhrases":["the park","I will go"],"warnings":[]},{"id":"2","keyPhrases":["I did not like the hotel we stayed at"],"warnings":[]},{"id":"3","keyPhrases":["restaurant","good food"],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: e9f0382a-82b1-4021-ad6e-bdd7dcda24ef + apim-request-id: 5f024bb5-bb2e-4faa-b50d-b813ce7313b9 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:50 GMT + date: Thu, 19 Nov 2020 21:26:41 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '8' + x-envoy-upstream-service-time: '18' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_language_hint_and_obj_input.yaml index 06791264ff95..d935af3e91d2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_language_hint_and_obj_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_language_hint_and_obj_input.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: "{\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"should take my cat\ @@ -23,16 +23,16 @@ interactions: 3\",\"keyPhrases\":[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\"\ :[],\"modelVersion\":\"2020-07-01\"}" headers: - apim-request-id: cc3148a1-8958-4052-aa8f-7a6dad4d0e91 + apim-request-id: db44c3c0-b3a5-4ad5-b399-53e6e8272eba content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:50 GMT + date: Thu, 19 Nov 2020 21:26:43 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '8' + x-envoy-upstream-service-time: '12' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml index d8f1438a3912..62b4ab9b6233 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_extract_key_phrases_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/keyPhrases?showStats=false response: body: string: "{\"documents\":[{\"id\":\"1\",\"keyPhrases\":[\"I should take my cat\"\ @@ -23,16 +23,16 @@ interactions: :[\"\u732B\u306F\u5E78\u305B\"],\"warnings\":[]}],\"errors\":[],\"modelVersion\"\ :\"2020-07-01\"}" headers: - apim-request-id: fc437d8f-bdf4-492a-adbb-f439acb5c189 + apim-request-id: 2b2ffeeb-c1e7-4385-a9d0-62a7385b5ade content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:50 GMT + date: Thu, 19 Nov 2020 21:26: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-envoy-upstream-service-time: '8' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/keyPhrases?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_all_successful_passing_dict.yaml index 60c08de0274f..26cf4322ceec 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_all_successful_passing_dict.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_all_successful_passing_dict.yaml @@ -17,9 +17,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=2020-02-01&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=2020-02-01&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":3,"validDocumentsCount":3,"erroneousDocumentsCount":0,"transactionsCount":3},"documents":[{"id":"1","statistics":{"charactersCount":68,"transactionsCount":1},"entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":1.0},{"text":"Bill @@ -34,13 +34,13 @@ interactions: Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.98}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 8a390874-cce7-4349-93e5-7e3d5970da93 + - 6236d0c4-5af2-4d7a-aac5-760b697f2edf content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:45:39 GMT + - Thu, 19 Nov 2020 21:26:45 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -48,7 +48,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '62' + - '69' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_all_successful_passing_text_document_input.yaml index b5fe5953bf47..ad8719425bfb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_all_successful_passing_text_document_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_all_successful_passing_text_document_input.yaml @@ -17,9 +17,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=2020-02-01&showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=2020-02-01&showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":1.0},{"text":"Bill @@ -34,13 +34,13 @@ interactions: Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.98}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - d25ac209-7300-40a4-ad27-6d6c07eed937 + - 2f8e5ff5-efc6-4b17-b208-60ad1ea2c77d content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:45:40 GMT + - Thu, 19 Nov 2020 21:26:44 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -48,7 +48,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '60' + - '89' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_bad_credentials.yaml index e4be6067205f..ed5159b58f0c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_bad_credentials.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_bad_credentials.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -26,7 +26,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:45:39 GMT + - Thu, 19 Nov 2020 21:26:45 GMT status: code: 401 message: PermissionDenied diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_bad_model_version_error.yaml index 2cd83a107e3d..866e9900aef1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_bad_model_version_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_bad_model_version_error.yaml @@ -14,20 +14,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid Request.","innererror":{"code":"ModelVersionIncorrect","message":"Invalid model version. Possible values are: latest,2019-10-01,2020-02-01,2020-04-01"}}}' headers: apim-request-id: - - 4ae5e0be-5c6c-44c8-be62-c643b2fadb3c + - 4f576fe9-0a98-43d0-98e2-925d3b7f9134 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:45:40 GMT + - Thu, 19 Nov 2020 21:26:47 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_batch_size_over_limit.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_batch_size_over_limit.yaml index 01c98f8aa218..5988ea3a07fb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_batch_size_over_limit.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_batch_size_over_limit.yaml @@ -758,20 +758,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: apim-request-id: - - bcb32890-77b0-4383-849f-2773f89804d1 + - 00ce9d86-13d4-4969-b2e7-730d0bcf8e5f content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:45:45 GMT + - Thu, 19 Nov 2020 21:26:48 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -779,7 +779,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '99' + - '10' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_batch_size_over_limit_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_batch_size_over_limit_error.yaml index a439a80dede8..19f098ad1143 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_batch_size_over_limit_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_batch_size_over_limit_error.yaml @@ -723,20 +723,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: apim-request-id: - - 1eabfb2b-98fc-42bc-a02c-d5d44c0715ef + - c46af1f9-5a0d-4f53-95d2-bc4220d60e49 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:45:45 GMT + - Thu, 19 Nov 2020 21:26:50 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_client_passed_default_language_hint.yaml index d1f1e25d877b..9218ddf463e6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_client_passed_default_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_client_passed_default_language_hint.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"I will go to the park","category":"Product","offset":0,"length":21,"confidenceScore":0.5}],"warnings":[]},{"id":"2","entities":[{"text":"hotel @@ -26,13 +26,13 @@ interactions: restaurant had really good food","category":"Organization","offset":0,"length":35,"confidenceScore":0.47}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - a0ddb37c-e780-4a67-8436-bb974905180b + - 66882086-e579-4205-8661-f8d84057f92b content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:45:46 GMT + - Thu, 19 Nov 2020 21:26:52 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '54' + - '58' status: code: 200 message: OK @@ -61,21 +61,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - b59f1fcc-e85a-4b41-b768-27e57e98e2b9 + - 9af1d8b3-70e5-48a6-8297-736e4635abd5 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:45:46 GMT + - Thu, 19 Nov 2020 21:26:52 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -83,7 +83,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '84' + - '142' status: code: 200 message: OK @@ -104,9 +104,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"I will go to the park","category":"Product","offset":0,"length":21,"confidenceScore":0.5}],"warnings":[]},{"id":"2","entities":[{"text":"hotel @@ -114,13 +114,13 @@ interactions: restaurant had really good food","category":"Organization","offset":0,"length":35,"confidenceScore":0.47}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 3ff2751f-5a64-456b-bcd4-112e3031545f + - aadf05a6-3ede-4f29-bca6-77b9a5d06ea1 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:45:46 GMT + - Thu, 19 Nov 2020 21:26:52 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -128,7 +128,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '58' + - '66' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_document_attribute_error_no_result_attribute.yaml index 78075688ecf4..392c52bad5c7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_document_attribute_error_no_result_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_document_attribute_error_no_result_attribute.yaml @@ -13,9 +13,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -23,11 +23,11 @@ interactions: text is empty."}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - a08258fe-6196-4a88-801d-5adfeb77127b + - 23e3f55e-d78e-448f-8946-d21a089daaca content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:45:47 GMT + - Thu, 19 Nov 2020 21:26:53 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_document_attribute_error_nonexistent_attribute.yaml index c195b1b03257..e6b8ecbdb637 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_document_attribute_error_nonexistent_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_document_attribute_error_nonexistent_attribute.yaml @@ -13,9 +13,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -23,11 +23,11 @@ interactions: text is empty."}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - d8366e16-4d1d-41da-bba3-33e4dc46137d + - a0c2e1a6-549c-4d30-bde9-93e7dcce543a content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:45:47 GMT + - Thu, 19 Nov 2020 21:26:54 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '18' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_document_errors.yaml index baddcc124e55..d1cfcd0c4317 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_document_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_document_errors.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -32,11 +32,11 @@ interactions: see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - b71585d4-dcb1-4e0d-984d-fcf7a0d4af02 + - ae99268b-27a1-4301-9e3f-aa70a6997e27 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:45:47 GMT + - Thu, 19 Nov 2020 21:26:56 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -44,7 +44,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '3' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_document_warnings.yaml index 36e1e5c91319..e32ae7e6eab3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_document_warnings.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_document_warnings.yaml @@ -14,21 +14,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - f9a66e42-a683-4054-ae80-28f4f8427be2 + - 4fb2bd92-ce82-4b0e-a649-c26c1894bb6e content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:45:48 GMT + - Thu, 19 Nov 2020 21:26:57 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '58' + - '71' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_duplicate_ids_error.yaml index 0cbd7eaaba4d..3e0dd59a7a0f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_duplicate_ids_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_duplicate_ids_error.yaml @@ -14,20 +14,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request contains duplicated Ids. Make sure each document has a unique Id."}}}' headers: apim-request-id: - - 581bc55d-6fa8-409f-a8a6-e56cb0037ed9 + - 06d32c7b-e828-4ddb-94ed-23297c22f48e content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:45:48 GMT + - Thu, 19 Nov 2020 21:26:58 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '5' + - '4' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_empty_credential_class.yaml index e31cdf606439..97233658be46 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_empty_credential_class.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_empty_credential_class.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -26,7 +26,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:45:48 GMT + - Thu, 19 Nov 2020 21:27:00 GMT status: code: 401 message: PermissionDenied diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_input_with_all_errors.yaml index 56b971d7def9..67a98f974eac 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_input_with_all_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_input_with_all_errors.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -28,11 +28,11 @@ interactions: text is empty."}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 19405644-742a-4ed5-bbd0-7a4af7d2281e + - 57f94da5-4ffe-4379-b94f-67232491c819 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:45:48 GMT + - Thu, 19 Nov 2020 21:26:46 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '3' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_input_with_some_errors.yaml index 91e6f732cf66..43f93983894a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_input_with_some_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_input_with_some_errors.yaml @@ -15,9 +15,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill @@ -30,13 +30,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 75141336-3188-4386-be72-e35ffb34737d + - f9ea3ede-0e35-46db-8f33-30c37f88728e content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:45:49 GMT + - Thu, 19 Nov 2020 21:26:49 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -44,7 +44,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '66' + - '81' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_invalid_language_hint_docs.yaml index 739e1611816d..a6221a545cf4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_invalid_language_hint_docs.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_invalid_language_hint_docs.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -24,11 +24,11 @@ interactions: language code. Supported languages: ar,cs,da,de,en,es,fi,fr,hu,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv,tr,zh-Hans"}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 8f04a207-180d-49b1-b8f6-b40b2dd8cb09 + - 5e1d7f84-3a8f-4804-a46f-946396f46967 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:45:49 GMT + - Thu, 19 Nov 2020 21:26:50 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '2' + - '3' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_invalid_language_hint_method.yaml index 9907a80c5dcd..cc1c727f42f1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_invalid_language_hint_method.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_invalid_language_hint_method.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid @@ -24,11 +24,11 @@ interactions: language code. Supported languages: ar,cs,da,de,en,es,fi,fr,hu,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv,tr,zh-Hans"}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 8d32622d-1742-412f-9295-de18aa4eaf22 + - 2e97b1a6-1e67-460e-9b94-343a3c650cd8 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:45:49 GMT + - Thu, 19 Nov 2020 21:26:51 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_language_kwarg_spanish.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_language_kwarg_spanish.yaml index f447d8341b56..23327f60e4d5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_language_kwarg_spanish.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_language_kwarg_spanish.yaml @@ -14,22 +14,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":1,"validDocumentsCount":1,"erroneousDocumentsCount":0,"transactionsCount":1},"documents":[{"id":"0","statistics":{"charactersCount":35,"transactionsCount":1},"entities":[{"text":"Bill Gates","category":"Person","offset":0,"length":10,"confidenceScore":0.76},{"text":"CEO","category":"PersonType","offset":18,"length":3,"confidenceScore":0.66},{"text":"Microsoft","category":"Organization","offset":25,"length":9,"confidenceScore":0.38}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 6e4f1b2b-a231-4203-8d4e-99c3921f42cc + - eb9d0c30-1c7b-4f61-bb06-14f2dade9084 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:45:50 GMT + - Thu, 19 Nov 2020 21:26:52 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '49' + - '61' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_no_offset_v3_categorized_entities.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_no_offset_v3_categorized_entities.yaml index b8c0dab889a7..ff0e0581a2dc 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_no_offset_v3_categorized_entities.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_no_offset_v3_categorized_entities.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.0/entities/recognition/general?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.0/entities/recognition/general?showStats=false response: body: string: '{"documents":[{"id":"0","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.82},{"text":"Bill @@ -24,13 +24,13 @@ interactions: Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.89}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - facc0041-1575-4b28-93b1-a9232c9fabaf + - 2b8d60f4-c946-485f-9c7a-3572f3cad062 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:45:50 GMT + - Thu, 19 Nov 2020 21:26:54 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '57' + - '76' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_offset.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_offset.yaml index 1ae245c779fa..46d2ff002a01 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_offset.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_offset.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.82},{"text":"Bill @@ -24,13 +24,13 @@ interactions: Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.89}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - cf283acf-4394-49e6-858d-090e60df89af + - 05201fa4-b64b-444e-9f5d-ba43920ce400 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:45:51 GMT + - Thu, 19 Nov 2020 21:26:55 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '58' + - '76' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_out_of_order_ids.yaml index 15f93b1eb6ff..87bc18b42090 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_out_of_order_ids.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_out_of_order_ids.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid @@ -26,13 +26,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - f34c3883-74e0-4777-b27e-61d6f5c6a1be + - a59639c0-3921-445f-bfa1-11ac6f74f572 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=4 date: - - Wed, 30 Sep 2020 16:45:52 GMT + - Thu, 19 Nov 2020 21:26:57 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '68' + - '73' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_output_same_order_as_input.yaml index 7ac5c6dcec7f..e81f1220b641 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_output_same_order_as_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_output_same_order_as_input.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 24efcf27-dd66-4d8b-8052-ffe2e1898b9b + - 1747181e-1ad5-48ef-a1da-3641d267fdb8 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=5 date: - - Wed, 30 Sep 2020 16:45:53 GMT + - Thu, 19 Nov 2020 21:26:58 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '98' + - '81' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_pass_cls.yaml index 9449c67aba5c..766313615a76 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_pass_cls.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_pass_cls.yaml @@ -14,21 +14,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 182e18d8-72a8-4db5-803d-555d6903d5f6 + - 27fc9316-b0ca-4dcb-bc7e-bce14f2c68bc content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:45:53 GMT + - Thu, 19 Nov 2020 21:26:59 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '83' + - '74' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_passing_only_string.yaml index 64d815ccffe0..d48005852b8e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_passing_only_string.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_passing_only_string.yaml @@ -18,9 +18,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.81},{"text":"Bill @@ -34,13 +34,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 1aafe0a9-0644-49cc-aba3-1c40b764f147 + - 3bcc6a94-26b1-478a-8299-4a0c4635ef3d content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:45:53 GMT + - Thu, 19 Nov 2020 21:27:01 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -48,7 +48,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '79' + - '84' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_per_item_dont_use_language_hint.yaml index f54fe337e646..50757221abd0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_per_item_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_per_item_dont_use_language_hint.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 753c5072-d476-4213-80b5-e1632c0c1869 + - fc4ecda6-6664-4e84-9f3d-3099b456e59c content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:45:54 GMT + - Thu, 19 Nov 2020 21:27:02 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '68' + - '74' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_rotate_subscription_key.yaml index 71777c91a2f4..5b09d4091e20 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_rotate_subscription_key.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_rotate_subscription_key.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 5af4725c-3517-4b13-9156-e102ab1583b5 + - 5ccfbbc5-81cb-421d-9998-9d8ab84a0283 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:45:54 GMT + - Thu, 19 Nov 2020 21:27:04 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '63' + - '92' status: code: 200 message: OK @@ -59,9 +59,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -71,7 +71,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:45:55 GMT + - Thu, 19 Nov 2020 21:27:04 GMT status: code: 401 message: PermissionDenied @@ -92,21 +92,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - b91b1be7-b463-4922-8df4-a5da3b366ead + - 898916ab-b7a8-41cc-ad2a-91ec2a67e2b5 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:45:55 GMT + - Thu, 19 Nov 2020 21:27:04 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_show_stats_and_model_version.yaml index 0d66626ae23a..6d0434811071 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_show_stats_and_model_version.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_show_stats_and_model_version.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"id":"0","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"id":"19","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid @@ -26,13 +26,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - ea486fd4-dd14-4dd0-908a-d88858b2dcf8 + - 973c219b-444a-418f-b5db-8e05e3a78bae content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=4 date: - - Wed, 30 Sep 2020 16:45:55 GMT + - Thu, 19 Nov 2020 21:27:05 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '59' + - '91' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_string_index_type_not_fail_v3.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_string_index_type_not_fail_v3.yaml index af6fc9e37bb6..0caf9bd88b8e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_string_index_type_not_fail_v3.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_string_index_type_not_fail_v3.yaml @@ -13,21 +13,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.0/entities/recognition/general?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.0/entities/recognition/general?showStats=false response: body: string: '{"documents":[{"id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 46872493-9004-4796-b2a1-863406826ec6 + - 145d8a2f-4c28-4a93-b56a-f762dffdb465 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:45:56 GMT + - Thu, 19 Nov 2020 21:27:06 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '53' + - '73' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_too_many_documents.yaml index 5f94482a817b..6c04ffaa8fe5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_too_many_documents.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_too_many_documents.yaml @@ -16,20 +16,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: apim-request-id: - - 0a108166-95e3-4488-86ee-809f943ce9c7 + - 98b8fda3-e180-4f70-acaf-39f0f50342b2 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:45:56 GMT + - Thu, 19 Nov 2020 21:27:08 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '6' + - '4' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_user_agent.yaml index 2a6c8e6f60cf..4ad8064a9772 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_user_agent.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_user_agent.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 84ab9acf-73a9-4118-9dc8-c24db70201d5 + - c02488f7-c9d4-479f-bff6-f4fa5974c458 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:45:56 GMT + - Thu, 19 Nov 2020 21:27:09 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '93' + - '77' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_dont_use_language_hint.yaml index 9fcbbbf56f32..b17c8c937d1e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_dont_use_language_hint.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 342ff9e7-93ff-4d6d-93ab-b56b12c601f4 + - 3023a212-5846-44f1-8ce4-6cfcf558297a content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:45:56 GMT + - Thu, 19 Nov 2020 21:27:10 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '63' + - '91' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_language_hint.yaml index d8f8c9ebc4e5..3979a009a87c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_language_hint.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 58d71fb3-550b-4970-ab7b-1908d364ce4b + - cf3757ae-fb79-420b-a07e-14c32347e74f content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:45:58 GMT + - Thu, 19 Nov 2020 21:27:12 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '29' + - '23' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_language_hint_and_dict_per_item_hints.yaml index 27e9a2cea045..e97f64c2acf8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_language_hint_and_dict_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -16,22 +16,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"I will go to the park","category":"Product","offset":0,"length":21,"confidenceScore":0.5}],"warnings":[]},{"id":"2","entities":[{"text":"hotel we stayed at","category":"Location","offset":19,"length":18,"confidenceScore":0.69}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - a0c8552b-a569-44e6-a3f3-5dfba0707037 + - 8419180d-46c6-4c06-85c0-d749b0656383 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:45:58 GMT + - Thu, 19 Nov 2020 21:27:13 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -39,7 +39,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '78' + - '64' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_language_hint_and_obj_input.yaml index 8b0c53da48fe..c8ebbd61afc4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_language_hint_and_obj_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_language_hint_and_obj_input.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: apim-request-id: - - 10ad1a14-c4db-4397-94a3-7b42658d723f + - e91993be-bd6d-4b50-a0ee-40bc62770243 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:45:58 GMT + - Thu, 19 Nov 2020 21:27:01 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '23' + - '21' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_language_hint_and_obj_per_item_hints.yaml index 2ee76f5b3651..be63f349b224 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_language_hint_and_obj_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b1 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"id\":\"1\",\"entities\":[],\"warnings\":[]},{\"\ @@ -30,13 +30,13 @@ interactions: }" headers: apim-request-id: - - ec5ec1b0-7a2e-4846-beba-69c3e878273c + - 515bf9a5-0ec0-4839-a3c5-b43b36c3ee3e content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:45:58 GMT + - Thu, 19 Nov 2020 21:27:03 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -44,7 +44,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '54' + - '67' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_all_successful_passing_dict.yaml index 3cb391bffdb4..fb41d6d55c54 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_all_successful_passing_dict.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_all_successful_passing_dict.yaml @@ -13,9 +13,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=2020-02-01&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=2020-02-01&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":3,"validDocumentsCount":3,"erroneousDocumentsCount":0,"transactionsCount":3},"documents":[{"id":"1","statistics":{"charactersCount":68,"transactionsCount":1},"entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":1.0},{"text":"Bill @@ -29,16 +29,16 @@ interactions: Gates","category":"Person","offset":37,"length":10,"confidenceScore":0.86},{"text":"Paul Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.98}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: d807f30d-e5eb-487d-bcb4-236995a4f9c1 + apim-request-id: e5088bf0-f649-4715-93ae-468017bba94c content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:47 GMT + date: Thu, 19 Nov 2020 21:27:03 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: '67' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?model-version=2020-02-01&showStats=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?model-version=2020-02-01&showStats=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_all_successful_passing_text_document_input.yaml index 260bf2d131d8..d17ed222e100 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_all_successful_passing_text_document_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_all_successful_passing_text_document_input.yaml @@ -13,9 +13,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=2020-02-01&showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=2020-02-01&showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":1.0},{"text":"Bill @@ -29,16 +29,16 @@ interactions: Gates","category":"Person","offset":37,"length":10,"confidenceScore":0.86},{"text":"Paul Allen","category":"Person","offset":52,"length":10,"confidenceScore":0.98}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: e9314125-856d-4e91-b81d-ec01c6312cc1 + apim-request-id: 4fc3df61-4058-4e3f-8c7a-a7696bb6a2fe content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:48 GMT + date: Thu, 19 Nov 2020 21:27:05 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '92' + x-envoy-upstream-service-time: '79' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?model-version=2020-02-01&showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?model-version=2020-02-01&showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_bad_credentials.yaml index db4dbe7c0093..2f5572c3a0a0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_bad_credentials.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_bad_credentials.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -20,9 +20,9 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:02:48 GMT + date: Thu, 19 Nov 2020 21:27:06 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_bad_model_version_error.yaml index f458ab6dd50e..3d23c9bc1c47 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_bad_model_version_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_bad_model_version_error.yaml @@ -10,17 +10,17 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid Request.","innererror":{"code":"ModelVersionIncorrect","message":"Invalid model version. Possible values are: latest,2019-10-01,2020-02-01,2020-04-01"}}}' headers: - apim-request-id: 05c02639-288d-46fe-ba8b-7d0ee75ad9e8 + apim-request-id: 75afb6f0-f761-425b-afc1-4c06c1968dcb content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:47 GMT + date: Thu, 19 Nov 2020 21:27:07 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -28,5 +28,5 @@ interactions: status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_batch_size_over_limit.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_batch_size_over_limit.yaml index c59eaa71891b..0277db0733a7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_batch_size_over_limit.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_batch_size_over_limit.yaml @@ -754,23 +754,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: - apim-request-id: 1e796631-f6ca-4862-9f07-bda87b0a7406 + apim-request-id: 127d85f2-c61d-4e2e-87bb-fcfbc6fe3fcf content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:48 GMT + date: Thu, 19 Nov 2020 21:27:09 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: '9' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_batch_size_over_limit_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_batch_size_over_limit_error.yaml index 069db0fbdc16..0f0c22afa744 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_batch_size_over_limit_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_batch_size_over_limit_error.yaml @@ -719,23 +719,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: - apim-request-id: efcca05a-b7bd-4f4a-8bd7-1a70527b1d1d + apim-request-id: 579c9805-b2ea-4915-9bed-c9bc2ee0494e content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:50 GMT + date: Thu, 19 Nov 2020 21:27:11 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: '9' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_client_passed_default_language_hint.yaml index 21e62f10ea6a..0765fade38a2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_client_passed_default_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_client_passed_default_language_hint.yaml @@ -12,27 +12,27 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"I will go to the park","category":"Product","offset":0,"length":21,"confidenceScore":0.5}],"warnings":[]},{"id":"2","entities":[{"text":"hotel we stayed at","category":"Location","offset":19,"length":18,"confidenceScore":0.69}],"warnings":[]},{"id":"3","entities":[{"text":"The restaurant had really good food","category":"Organization","offset":0,"length":35,"confidenceScore":0.47}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 6e9610c8-3715-4792-809e-1c5069bf978e + apim-request-id: 6a9ad6c2-973f-4ac4-a961-6ebe4fb9f0af content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:50 GMT + date: Thu, 19 Nov 2020 21:27:13 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: '65' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -46,25 +46,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: e48ae042-e551-4403-a7ce-9ce69bd81f6d + apim-request-id: 9b96274b-f3de-419f-83cd-237335ce62df content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:50 GMT + date: Thu, 19 Nov 2020 21:27:13 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '81' + x-envoy-upstream-service-time: '67' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "es"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -78,25 +78,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"I will go to the park","category":"Product","offset":0,"length":21,"confidenceScore":0.5}],"warnings":[]},{"id":"2","entities":[{"text":"hotel we stayed at","category":"Location","offset":19,"length":18,"confidenceScore":0.69}],"warnings":[]},{"id":"3","entities":[{"text":"The restaurant had really good food","category":"Organization","offset":0,"length":35,"confidenceScore":0.47}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 0ccd78b1-aebb-4af0-8839-44959ae2022b + apim-request-id: 61949f32-449e-45b5-a157-64d112259954 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:50 GMT + date: Thu, 19 Nov 2020 21:27:13 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: '56' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_document_attribute_error_no_result_attribute.yaml index 7fe095f56da4..79ef796efd0a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_document_attribute_error_no_result_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_document_attribute_error_no_result_attribute.yaml @@ -9,18 +9,18 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: c9869d8c-eb2c-4044-aeb1-117f32ede6c1 + apim-request-id: 166d3327-b7df-4bad-911b-4503e99d0aea content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:47 GMT + date: Thu, 19 Nov 2020 21:27:14 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -28,5 +28,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_document_attribute_error_nonexistent_attribute.yaml index 049d3f95fc04..2e66069cab6c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_document_attribute_error_nonexistent_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_document_attribute_error_nonexistent_attribute.yaml @@ -9,18 +9,18 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 5e6a6ade-9221-4022-bbf7-58ada6ab626a + apim-request-id: 631fdd90-901f-4494-80d7-29bc1386b5e3 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:48 GMT + date: Thu, 19 Nov 2020 21:27:15 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -28,5 +28,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_document_errors.yaml index 031a3c8506dc..f06175680294 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_document_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_document_errors.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -27,15 +27,15 @@ interactions: size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 2d8b43d8-cc18-47eb-bb82-94403dddc7cc + apim-request-id: 3fa49e73-4682-4fd4-8a05-7d3416f1c684 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:49 GMT + date: Thu, 19 Nov 2020 21:27:17 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: '3' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_document_warnings.yaml index 824f42aa18e1..2c1257133683 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_document_warnings.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_document_warnings.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 5e88aa1c-421a-46a3-8cf0-1e0a10ff1a97 + apim-request-id: 6568e4e7-4713-4a75-aea5-445ce9d5e51a content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:49 GMT + date: Thu, 19 Nov 2020 21:27:18 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: '81' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_duplicate_ids_error.yaml index 8180d38de6b4..0d5ed5cee415 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_duplicate_ids_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_duplicate_ids_error.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request contains duplicated Ids. Make sure each document has a unique Id."}}}' headers: - apim-request-id: 373f9f2c-7f00-405b-adfa-caaff5347da9 + apim-request-id: 04bc1973-ddf4-4733-bf16-ce0e5f3c08bb content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:49 GMT + date: Thu, 19 Nov 2020 21:27:20 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '5' + x-envoy-upstream-service-time: '3' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_empty_credential_class.yaml index 7fc5df97fab0..67ee4d93ca63 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_empty_credential_class.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_empty_credential_class.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -20,9 +20,9 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:02:50 GMT + date: Thu, 19 Nov 2020 21:27:21 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_input_with_all_errors.yaml index bcb95f6b5f5b..f96d2e465679 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_input_with_all_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_input_with_all_errors.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -23,15 +23,15 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: a9bdd119-7391-483a-8cbd-58fcc1342958 + apim-request-id: e62f6488-f54a-4660-ba84-c0ee659e8441 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:50 GMT + date: Thu, 19 Nov 2020 21:27:22 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: '5' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_input_with_some_errors.yaml index f95e88d13149..af30661cd9ec 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_input_with_some_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_input_with_some_errors.yaml @@ -11,9 +11,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.8},{"text":"Bill @@ -25,16 +25,16 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 483b50e5-6666-415e-9c9d-7e9fb2d0041a + apim-request-id: 5ec400c4-1c03-44a5-a514-a5fc09902dfe content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:50 GMT + date: Thu, 19 Nov 2020 21:27:14 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: '88' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_invalid_language_hint_docs.yaml index 3dd2c6a348a1..488cadbd957c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_invalid_language_hint_docs.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_invalid_language_hint_docs.yaml @@ -10,24 +10,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: ar,cs,da,de,en,es,fi,fr,hu,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv,tr,zh-Hans"}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 07aaa2b9-f3d8-478b-ad5f-125915a9eb81 + apim-request-id: cd7a63d7-4857-4a9b-9497-7bfdb72c1345 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:51 GMT + date: Thu, 19 Nov 2020 21:27:16 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '1' + x-envoy-upstream-service-time: '2' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_invalid_language_hint_method.yaml index 8ed8c4b2aca9..f535df86620b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_invalid_language_hint_method.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_invalid_language_hint_method.yaml @@ -10,18 +10,18 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: ar,cs,da,de,en,es,fi,fr,hu,it,ja,ko,nl,no,pl,pt-BR,pt-PT,ru,sv,tr,zh-Hans"}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 78d9f3aa-df54-4e91-9cc3-5ad3c1238e27 + apim-request-id: 3e6bff87-378d-411b-945a-5e7f8b26c0a7 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:51 GMT + date: Thu, 19 Nov 2020 21:27:17 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -29,5 +29,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_language_kwarg_spanish.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_language_kwarg_spanish.yaml index 6d13348da102..b3d5bbc86797 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_language_kwarg_spanish.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_language_kwarg_spanish.yaml @@ -10,24 +10,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":1,"validDocumentsCount":1,"erroneousDocumentsCount":0,"transactionsCount":1},"documents":[{"id":"0","statistics":{"charactersCount":35,"transactionsCount":1},"entities":[{"text":"Bill Gates","category":"Person","offset":0,"length":10,"confidenceScore":0.76},{"text":"CEO","category":"PersonType","offset":18,"length":3,"confidenceScore":0.66},{"text":"Microsoft","category":"Organization","offset":25,"length":9,"confidenceScore":0.38}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 2a25205f-b8e6-47bc-8f7f-689f5e35170f + apim-request-id: facc9cb0-c3f6-4666-af7a-40f63035543a content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:51 GMT + date: Thu, 19 Nov 2020 21:27:18 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: '54' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_no_offset_v3_categorized_entities.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_no_offset_v3_categorized_entities.yaml index a5a91d076d98..85d3b2e3132e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_no_offset_v3_categorized_entities.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_no_offset_v3_categorized_entities.yaml @@ -10,25 +10,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.0/entities/recognition/general?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.0/entities/recognition/general?showStats=false response: body: string: '{"documents":[{"id":"0","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.82},{"text":"Bill Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.84},{"text":"Paul Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.89}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: d0a61b05-395b-48e2-9612-dc1af63a03c4 + apim-request-id: 78f7f5aa-d242-449a-bd27-8ce0c9a66430 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:48 GMT + date: Thu, 19 Nov 2020 21:27: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: '77' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.0/entities/recognition/general?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.0/entities/recognition/general?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_offset.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_offset.yaml index 4939c3d4ae87..e20355ec4eea 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_offset.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_offset.yaml @@ -10,25 +10,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.82},{"text":"Bill Gates","category":"Person","offset":25,"length":10,"confidenceScore":0.84},{"text":"Paul Allen","category":"Person","offset":40,"length":10,"confidenceScore":0.89}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 08359e2d-c42e-465a-a4f9-61989df8cf84 + apim-request-id: 481e9f19-e054-4fab-87f1-768d1e98d0e7 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:49 GMT + date: Thu, 19 Nov 2020 21:27: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-envoy-upstream-service-time: '68' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_out_of_order_ids.yaml index 9bd1a4bb8f8e..fabfa6b3a1e4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_out_of_order_ids.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_out_of_order_ids.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 98b057d0-7fd3-404e-b320-57b346a55878 + apim-request-id: e990ec75-8c1d-466f-9eae-35f892209564 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=4 - date: Wed, 30 Sep 2020 16:02:50 GMT + date: Thu, 19 Nov 2020 21:27:23 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: '66' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_output_same_order_as_input.yaml index d7ace4363c78..4dd42958ceaf 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_output_same_order_as_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_output_same_order_as_input.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"one","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"2","entities":[{"text":"two","category":"Quantity","subcategory":"Number","offset":0,"length":3,"confidenceScore":0.8}],"warnings":[]},{"id":"3","entities":[{"text":"three","category":"Quantity","subcategory":"Number","offset":0,"length":5,"confidenceScore":0.8}],"warnings":[]},{"id":"4","entities":[{"text":"four","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]},{"id":"5","entities":[{"text":"five","category":"Quantity","subcategory":"Number","offset":0,"length":4,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 199c5ed1-8097-4b57-b13c-056dcfa6e0ce + apim-request-id: 2fcf5520-c4e9-470d-be34-f519d0a96df9 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=5 - date: Wed, 30 Sep 2020 16:02:50 GMT + date: Thu, 19 Nov 2020 21:27: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: '74' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_pass_cls.yaml index c66dc9fd20ea..228c01f296c5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_pass_cls.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_pass_cls.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 2004fd65-58df-4be9-9fb9-2803bef499f0 + apim-request-id: 7acb99c4-9479-44e6-a4a3-43ab930c07a7 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:50 GMT + date: Thu, 19 Nov 2020 21:27:26 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: '95' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_passing_only_string.yaml index 016940d50ee6..e8695a4b2a6e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_passing_only_string.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_passing_only_string.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[{"text":"Microsoft","category":"Organization","offset":0,"length":9,"confidenceScore":0.81},{"text":"Bill @@ -29,16 +29,16 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 16cde8e3-b92f-42de-aab5-462364a7c033 + apim-request-id: b053c680-5afb-4c7c-a6e2-67d1ca8270e4 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:51 GMT + date: Thu, 19 Nov 2020 21:27:26 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: '114' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_per_item_dont_use_language_hint.yaml index 6cdf4403d98e..29dd3c432998 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_per_item_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_per_item_dont_use_language_hint.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: b4b48d3d-0646-4a5b-bb07-47ce15148b16 + apim-request-id: 5cd7e5dc-c621-4bf4-b1f9-a08185a3a6ff content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:51 GMT + date: Thu, 19 Nov 2020 21:27:28 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: '69' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_rotate_subscription_key.yaml index 773a3f9f88ca..335c1cf19511 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_rotate_subscription_key.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_rotate_subscription_key.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 3454556d-648c-4d09-bf61-aec1d640c230 + apim-request-id: 27e536c6-d8a6-4c55-b00e-05c32568e6a0 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:51 GMT + date: Thu, 19 Nov 2020 21:27:29 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: '88' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -44,9 +44,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -54,11 +54,11 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:02:51 GMT + date: Thu, 19 Nov 2020 21:27:29 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -72,23 +72,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 42518f20-72aa-4948-a6a0-ef57e90eb3e5 + apim-request-id: a008374e-da01-45bc-ad3f-4a179a3f5507 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:51 GMT + date: Thu, 19 Nov 2020 21:27:29 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: '86' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_show_stats_and_model_version.yaml index e8ed7c1484a6..1dafcf952f66 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_show_stats_and_model_version.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_show_stats_and_model_version.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"id":"0","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"id":"19","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 185811d0-508c-46dd-b170-c7317684bc33 + apim-request-id: 4c1eaa36-ecfa-4376-993f-c58142f27733 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=4 - date: Wed, 30 Sep 2020 16:02:51 GMT + date: Thu, 19 Nov 2020 21:27:30 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' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_string_index_type_not_fail_v3.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_string_index_type_not_fail_v3.yaml index bdd64d65a9a8..fe90eed42451 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_string_index_type_not_fail_v3.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_string_index_type_not_fail_v3.yaml @@ -9,23 +9,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.0/entities/recognition/general?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.0/entities/recognition/general?showStats=false response: body: string: '{"documents":[{"id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 1e7b62ee-fd89-4b0f-a19f-68973d7cdbd7 + apim-request-id: e72a1c91-1cfa-4297-9053-6b2f4392925f content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:52 GMT + date: Thu, 19 Nov 2020 21:27:33 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: '57' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.0/entities/recognition/general?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.0/entities/recognition/general?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_too_many_documents.yaml index 7a1aec6fc952..d0d28513d5a4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_too_many_documents.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_too_many_documents.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: - apim-request-id: 52a27645-1e16-486b-9bb1-ef5023b2d39a + apim-request-id: aca69485-cf52-46f9-95e6-7f61edac9024 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:52 GMT + date: Thu, 19 Nov 2020 21:27:33 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '8' + x-envoy-upstream-service-time: '4' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_user_agent.yaml index 9beca07717a1..588e08687d05 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_user_agent.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_user_agent.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"park","category":"Location","offset":17,"length":4,"confidenceScore":0.83}],"warnings":[]},{"id":"2","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: bbb9214f-1e57-406c-8540-14632c9e1373 + apim-request-id: a0d61872-2f89-4212-80c4-d0d12fb8ea87 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:52 GMT + date: Thu, 19 Nov 2020 21:27:34 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: '91' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_dont_use_language_hint.yaml index 51200460a00b..87eb0a074760 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_dont_use_language_hint.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[{"text":"hotel","category":"Location","offset":19,"length":5,"confidenceScore":0.76}],"warnings":[]},{"id":"2","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.71}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: eb538410-dea7-4495-95d1-0bbfad02beff + apim-request-id: cf14145a-c2e0-4cee-a7bc-cabbba44459a content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:55 GMT + date: Thu, 19 Nov 2020 21:27:36 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '77' + x-envoy-upstream-service-time: '149' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_language_hint.yaml index fc79e49fd523..890c90f3d216 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_language_hint.yaml @@ -12,17 +12,17 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 48157580-d870-436a-8bb1-e5026d214fa2 + apim-request-id: a4cb8ee2-338e-48d7-b809-fb8002c6a7d5 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:56 GMT + date: Thu, 19 Nov 2020 21:27:37 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -30,5 +30,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml index 8bd3cf18e933..51084229b3aa 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -12,24 +12,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"text":"I will go to the park","category":"Product","offset":0,"length":21,"confidenceScore":0.5}],"warnings":[]},{"id":"2","entities":[{"text":"hotel we stayed at","category":"Location","offset":19,"length":18,"confidenceScore":0.69}],"warnings":[]},{"id":"3","entities":[{"text":"restaurant","category":"Location","subcategory":"Structural","offset":4,"length":10,"confidenceScore":0.7}],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 6db51e4d-ecd5-438f-9f19-45bdf4317831 + apim-request-id: 07bc3232-dfdb-40d7-9cdd-c05b3e800e34 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:56 GMT + date: Thu, 19 Nov 2020 21:27:39 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: '67' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_language_hint_and_obj_input.yaml index 5b44df6dfd6d..4b1de2b443d4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_language_hint_and_obj_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_language_hint_and_obj_input.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-04-01"}' headers: - apim-request-id: 1930be84-0ff1-43d7-930e-1c2d415198fa + apim-request-id: 96dc896c-2d3d-4aff-86da-0d0f3d442b87 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:56 GMT + date: Thu, 19 Nov 2020 21:27:24 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '20' + x-envoy-upstream-service-time: '18' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml index aebd6f1efb32..cbed93094ccb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_entities_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"id\":\"1\",\"entities\":[],\"warnings\":[]},{\"\ @@ -25,16 +25,16 @@ interactions: ,\"entities\":[],\"warnings\":[]}],\"errors\":[],\"modelVersion\":\"2020-04-01\"\ }" headers: - apim-request-id: 16952c7f-3449-405d-b351-e9f2536c4af4 + apim-request-id: f8d7bdb4-8ce3-4832-a885-cb36add790d1 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:02:57 GMT + date: Thu, 19 Nov 2020 21:27:25 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '85' + x-envoy-upstream-service-time: '79' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/general?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_all_successful_passing_dict.yaml index a2806ace1a25..ffed162f4e82 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_all_successful_passing_dict.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_all_successful_passing_dict.yaml @@ -15,9 +15,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":2,"validDocumentsCount":2,"erroneousDocumentsCount":0,"transactionsCount":2},"documents":[{"id":"1","statistics":{"charactersCount":50,"transactionsCount":1},"entities":[{"bingId":"a093e9b9-90f5-a3d5-c4b8-5855e1b01f85","name":"Microsoft","matches":[{"text":"Microsoft","offset":0,"length":9,"confidenceScore":0.49}],"language":"en","id":"Microsoft","url":"https://en.wikipedia.org/wiki/Microsoft","dataSource":"Wikipedia"},{"bingId":"0d47c987-0042-5576-15e8-97af601614fa","name":"Bill @@ -31,13 +31,13 @@ interactions: Allen","url":"https://es.wikipedia.org/wiki/Paul_Allen","dataSource":"Wikipedia"}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 3f918cf9-6827-4459-8db8-d11c6076765f + - b055ccce-8fdc-432d-9414-21ca2465b595 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=2 date: - - Wed, 30 Sep 2020 16:02:57 GMT + - Thu, 19 Nov 2020 21:27:26 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -45,7 +45,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '439' + - '21' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_all_successful_passing_text_document_input.yaml index 690d99c72a76..d7b0f2139bf0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_all_successful_passing_text_document_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_all_successful_passing_text_document_input.yaml @@ -15,9 +15,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"bingId":"a093e9b9-90f5-a3d5-c4b8-5855e1b01f85","name":"Microsoft","matches":[{"text":"Microsoft","offset":0,"length":9,"confidenceScore":0.49}],"language":"en","id":"Microsoft","url":"https://en.wikipedia.org/wiki/Microsoft","dataSource":"Wikipedia"},{"bingId":"0d47c987-0042-5576-15e8-97af601614fa","name":"Bill @@ -31,13 +31,13 @@ interactions: Allen","url":"https://en.wikipedia.org/wiki/Paul_Allen","dataSource":"Wikipedia"}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 88fa4592-21d2-47ce-a60a-e99a0d75e206 + - 9743a4fb-4a56-4a53-95d9-634c1d94bffb content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=2 date: - - Wed, 30 Sep 2020 16:02:51 GMT + - Thu, 19 Nov 2020 21:27:27 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -45,7 +45,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '420' + - '36' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_bad_credentials.yaml index 9850b823ee53..8165ca5e8411 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_bad_credentials.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_bad_credentials.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -26,7 +26,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:02:51 GMT + - Thu, 19 Nov 2020 21:27:29 GMT status: code: 401 message: PermissionDenied diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_bad_model_version_error.yaml index 77bc4a656d99..2960f14e7a5e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_bad_model_version_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_bad_model_version_error.yaml @@ -14,20 +14,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid Request.","innererror":{"code":"ModelVersionIncorrect","message":"Invalid model version. Possible values are: latest,2019-10-01,2020-02-01"}}}' headers: apim-request-id: - - 8bacd03f-04c6-448d-a870-e5d8c0e42430 + - 1833c698-68c2-4d29-aa5d-b160f36df983 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:52 GMT + - Thu, 19 Nov 2020 21:27:30 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '6' + - '5' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_batch_size_over_limit.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_batch_size_over_limit.yaml index 9e2e31177a6d..905cc90fc4c1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_batch_size_over_limit.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_batch_size_over_limit.yaml @@ -758,20 +758,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: apim-request-id: - - c7bc1b7f-6d19-41df-9af2-eaecbbd558f0 + - fbc69b0e-68c6-4177-9e19-1b4c305b41dc content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:52 GMT + - Thu, 19 Nov 2020 21:27:32 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -779,7 +779,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '11' + - '9' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_batch_size_over_limit_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_batch_size_over_limit_error.yaml index 70509ee206f4..69d97ad40139 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_batch_size_over_limit_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_batch_size_over_limit_error.yaml @@ -723,20 +723,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: apim-request-id: - - 0b4f9b5a-b297-4082-82f5-91b31501986a + - 7a9b814a-2ff2-4509-a785-f498d4856747 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:54 GMT + - Thu, 19 Nov 2020 21:27:34 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -744,7 +744,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '954' + - '11' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_bing_id.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_bing_id.yaml index 0f53c9b16d98..248daecfefa0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_bing_id.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_bing_id.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[{"bingId":"a093e9b9-90f5-a3d5-c4b8-5855e1b01f85","name":"Microsoft","matches":[{"text":"Microsoft","offset":0,"length":9,"confidenceScore":0.49}],"language":"en","id":"Microsoft","url":"https://en.wikipedia.org/wiki/Microsoft","dataSource":"Wikipedia"},{"bingId":"0d47c987-0042-5576-15e8-97af601614fa","name":"Bill @@ -26,13 +26,13 @@ interactions: Allen","url":"https://en.wikipedia.org/wiki/Paul_Allen","dataSource":"Wikipedia"}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - dda49427-f906-41c2-852b-8896c132360c + - 818cf0cb-72e5-4adb-b677-26015b095432 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:54 GMT + - Thu, 19 Nov 2020 21:27:35 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '29' + - '17' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_client_passed_default_language_hint.yaml index 899179ff602d..8fffcc0f333d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_client_passed_default_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_client_passed_default_language_hint.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 365d2b7a-5523-4805-aaf9-1f75e0a98a57 + - 65bb92ae-0e77-4a31-9725-3db6d77d0fbe content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:54 GMT + - Thu, 19 Nov 2020 21:27:37 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '24' + - '53' status: code: 200 message: OK @@ -59,21 +59,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 39af02ab-be61-4774-9a08-10501ac4bf17 + - 58deb5fd-935d-4c43-85a8-200037e67c37 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:55 GMT + - Thu, 19 Nov 2020 21:27:37 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -81,7 +81,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '394' + - '23' status: code: 200 message: OK @@ -102,21 +102,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - b0621105-a6da-49c6-82b0-6a1783989f8d + - 99c3dd97-8dd8-4366-b2fd-8e5173528c1e content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:55 GMT + - Thu, 19 Nov 2020 21:27:37 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -124,7 +124,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '430' + - '70' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_document_attribute_error_no_result_attribute.yaml index b096ed5c083f..0c008400c485 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_document_attribute_error_no_result_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_document_attribute_error_no_result_attribute.yaml @@ -13,9 +13,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -23,11 +23,11 @@ interactions: text is empty."}}}],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - c7ffc698-78e6-4785-b6ca-6c6ee2ccde5e + - 88735344-0d2a-4924-882a-0270e8238801 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:55 GMT + - Thu, 19 Nov 2020 21:27:38 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_document_attribute_error_nonexistent_attribute.yaml index c67a2994e3c3..9573028a26da 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_document_attribute_error_nonexistent_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_document_attribute_error_nonexistent_attribute.yaml @@ -13,9 +13,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -23,11 +23,11 @@ interactions: text is empty."}}}],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - c1471f8f-8889-4ad6-a3f3-1e2f981556b0 + - db513fb4-f529-4df3-b843-303dc0e48a4f content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:56 GMT + - Thu, 19 Nov 2020 21:27:39 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '3' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_document_errors.yaml index 98af00c7ee3a..4e8da148756a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_document_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_document_errors.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -32,11 +32,11 @@ interactions: see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 2a6bf4e7-bd5a-4b34-8b65-e7c32f9d27fb + - 14b15504-e642-4000-8502-416cb7ccfcb4 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:56 GMT + - Thu, 19 Nov 2020 21:27:41 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -44,7 +44,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '5' + - '3' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_document_warnings.yaml index db5febfe0f21..cf5302236b0f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_document_warnings.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_document_warnings.yaml @@ -14,21 +14,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - b999f4b6-7d79-48a3-8fdd-bc2beddc0d0c + - ebe4eda3-6780-4d94-8f48-aeb9c82a30e0 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:56 GMT + - Thu, 19 Nov 2020 21:27:42 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '17' + - '16' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_duplicate_ids_error.yaml index 376227f6e1a3..cd1ea8b6a7d9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_duplicate_ids_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_duplicate_ids_error.yaml @@ -14,20 +14,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request contains duplicated Ids. Make sure each document has a unique Id."}}}' headers: apim-request-id: - - fca21990-d6a4-4785-abe0-f6b87bfe90e1 + - d65773cd-2480-4a6e-88b7-4159f7349f81 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:56 GMT + - Thu, 19 Nov 2020 21:27:43 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_empty_credential_class.yaml index 91cdfc015390..e735cd293c58 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_empty_credential_class.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_empty_credential_class.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -26,7 +26,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:02:52 GMT + - Thu, 19 Nov 2020 21:27:44 GMT status: code: 401 message: PermissionDenied diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_input_with_all_errors.yaml index 3e4002661ce0..42b95b156bc4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_input_with_all_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_input_with_all_errors.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -26,11 +26,11 @@ interactions: language code. Supported languages: en,es"}}}],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 3727da9b-5523-43d2-a222-5fad0a768c93 + - 15dee691-43e2-4b44-85e7-ce0d12c611ad content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:52 GMT + - Thu, 19 Nov 2020 21:27:45 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '5' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_input_with_some_errors.yaml index 8b0b9fbfde26..cbde075e89a7 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_input_with_some_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_input_with_some_errors.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"2","entities":[{"bingId":"a093e9b9-90f5-a3d5-c4b8-5855e1b01f85","name":"Microsoft","matches":[{"text":"Microsoft","offset":0,"length":9,"confidenceScore":0.38}],"language":"es","id":"Microsoft","url":"https://es.wikipedia.org/wiki/Microsoft","dataSource":"Wikipedia"},{"bingId":"0d47c987-0042-5576-15e8-97af601614fa","name":"Bill @@ -28,13 +28,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 80828bfb-dcf7-4179-b8e4-291a161e736e + - 9194677d-829d-4757-97b5-48c5d91078cd content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:53 GMT + - Thu, 19 Nov 2020 21:27:47 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -42,7 +42,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1090' + - '59' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_invalid_language_hint_docs.yaml index d2c653bd9c59..b21ba30d5ce1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_invalid_language_hint_docs.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_invalid_language_hint_docs.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -24,11 +24,11 @@ interactions: language code. Supported languages: en,es"}}}],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 783c7062-623f-47d4-bd1e-0e8809b78184 + - 7f117f55-078d-49b9-ae37-d3f6befe1e95 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:54 GMT + - Thu, 19 Nov 2020 21:27:48 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '2' + - '5' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_invalid_language_hint_method.yaml index 529727af2af9..4dd924f3459b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_invalid_language_hint_method.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_invalid_language_hint_method.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid @@ -24,11 +24,11 @@ interactions: language code. Supported languages: en,es"}}}],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 015d447c-7810-44e9-b4d5-c58ec4f7085e + - 429b081b-c2a6-4853-8148-1581b0264ced content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:54 GMT + - Thu, 19 Nov 2020 21:27:49 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '8' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_language_kwarg_spanish.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_language_kwarg_spanish.yaml index fecb712f05c4..87b3bf915392 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_language_kwarg_spanish.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_language_kwarg_spanish.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":1,"validDocumentsCount":1,"erroneousDocumentsCount":0,"transactionsCount":1},"documents":[{"id":"0","statistics":{"charactersCount":35,"transactionsCount":1},"entities":[{"bingId":"0d47c987-0042-5576-15e8-97af601614fa","name":"Bill @@ -26,13 +26,13 @@ interactions: ejecutivo","url":"https://es.wikipedia.org/wiki/Director_ejecutivo","dataSource":"Wikipedia"},{"bingId":"a093e9b9-90f5-a3d5-c4b8-5855e1b01f85","name":"Microsoft","matches":[{"text":"Microsoft","offset":25,"length":9,"confidenceScore":0.3}],"language":"es","id":"Microsoft","url":"https://es.wikipedia.org/wiki/Microsoft","dataSource":"Wikipedia"}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 260de694-5139-434b-af64-bd1aaeff44cf + - 83df25bd-55c0-44f2-9cd3-f0cb9c9791fb content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:54 GMT + - Thu, 19 Nov 2020 21:27:51 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '384' + - '18' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_no_offset_v3_linked_entity_match.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_no_offset_v3_linked_entity_match.yaml index 9f6234543623..f1e5acd4ed04 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_no_offset_v3_linked_entity_match.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_no_offset_v3_linked_entity_match.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.0/entities/linking?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.0/entities/linking?showStats=false response: body: string: '{"documents":[{"id":"0","entities":[{"name":"Microsoft","matches":[{"text":"Microsoft","offset":0,"length":9,"confidenceScore":0.49}],"language":"en","id":"Microsoft","url":"https://en.wikipedia.org/wiki/Microsoft","dataSource":"Wikipedia"},{"name":"Bill @@ -26,13 +26,13 @@ interactions: Allen","url":"https://en.wikipedia.org/wiki/Paul_Allen","dataSource":"Wikipedia"}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 68c7e6fe-8493-4608-8b16-f7f18f12c0d5 + - 6a764641-3490-4ee3-be6a-a09c31227afe content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:56 GMT + - Thu, 19 Nov 2020 21:27:52 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1083' + - '37' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_offset.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_offset.yaml index aa5c4114b7e0..c50e964c7981 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_offset.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_offset.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[{"bingId":"a093e9b9-90f5-a3d5-c4b8-5855e1b01f85","name":"Microsoft","matches":[{"text":"Microsoft","offset":0,"length":9,"confidenceScore":0.49}],"language":"en","id":"Microsoft","url":"https://en.wikipedia.org/wiki/Microsoft","dataSource":"Wikipedia"},{"bingId":"0d47c987-0042-5576-15e8-97af601614fa","name":"Bill @@ -26,13 +26,13 @@ interactions: Allen","url":"https://en.wikipedia.org/wiki/Paul_Allen","dataSource":"Wikipedia"}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 54e6363e-464e-452c-832c-fde67755a4d6 + - 76588d12-bdc5-4e6a-b455-baad1cd1bfff content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:53 GMT + - Thu, 19 Nov 2020 21:27:40 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1440' + - '22' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_out_of_order_ids.yaml index c769feb89fac..d4d4c33a41b8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_out_of_order_ids.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_out_of_order_ids.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid @@ -26,13 +26,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 7f5f0671-f800-41bb-9bcb-e526b951f1eb + - 7d97e98f-805e-4c55-9be5-18469f8eb9c8 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=4 date: - - Wed, 30 Sep 2020 16:02:53 GMT + - Thu, 19 Nov 2020 21:27:42 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '20' + - '16' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_output_same_order_as_input.yaml index ebda48ccdf47..baf521fc251f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_output_same_order_as_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_output_same_order_as_input.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 8aac210d-e5c7-4c57-a1a3-c5264e002e1f + - 49ec0fd5-c9ac-4394-948b-6c0c7564fcd6 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=5 date: - - Wed, 30 Sep 2020 16:02:54 GMT + - Thu, 19 Nov 2020 21:27:43 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '380' + - '21' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_pass_cls.yaml index 6de444b5a65d..c478476ad538 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_pass_cls.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_pass_cls.yaml @@ -14,21 +14,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[{"bingId":"9d84a0ad-fb96-8089-b2e7-9bdb0ee2551e","name":".test","matches":[{"text":"Test","offset":0,"length":4,"confidenceScore":0.02}],"language":"en","id":".test","url":"https://en.wikipedia.org/wiki/.test","dataSource":"Wikipedia"}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 4cd6c44c-9e26-4673-a686-a0c110a43675 + - e6c489a7-d1af-471d-a4c1-4cee4219842f content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:54 GMT + - Thu, 19 Nov 2020 21:27:45 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '22' + - '17' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_passing_only_string.yaml index 3b4e504d4150..f32882ed0fbe 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_passing_only_string.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_passing_only_string.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[{"bingId":"a093e9b9-90f5-a3d5-c4b8-5855e1b01f85","name":"Microsoft","matches":[{"text":"Microsoft","offset":0,"length":9,"confidenceScore":0.49}],"language":"en","id":"Microsoft","url":"https://en.wikipedia.org/wiki/Microsoft","dataSource":"Wikipedia"},{"bingId":"0d47c987-0042-5576-15e8-97af601614fa","name":"Bill @@ -34,13 +34,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - b1d2bc09-bab6-4b15-bc47-651bf48a8e85 + - 6b2f9279-8634-4214-a158-b8fe9bd8cfbd content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=2 date: - - Wed, 30 Sep 2020 16:02:55 GMT + - Thu, 19 Nov 2020 21:27:46 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -48,7 +48,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '20' + - '21' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_per_item_dont_use_language_hint.yaml index b27f910b85b4..0b08a0194cca 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_per_item_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_per_item_dont_use_language_hint.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 33d00f78-260c-4911-8806-db4a12932b9c + - d89d64eb-eb51-4e1e-b456-2d83a4a89347 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:55 GMT + - Thu, 19 Nov 2020 21:27:47 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '48' + - '21' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_rotate_subscription_key.yaml index cea943121dd0..94dcde514d38 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_rotate_subscription_key.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_rotate_subscription_key.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - db400a44-ea3e-408e-a48e-0148d878927f + - 1ddbf990-adac-406a-b645-74f2de13e034 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:55 GMT + - Thu, 19 Nov 2020 21:27:48 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '20' + - '22' status: code: 200 message: OK @@ -59,9 +59,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -71,7 +71,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:02:55 GMT + - Thu, 19 Nov 2020 21:27:48 GMT status: code: 401 message: PermissionDenied @@ -92,21 +92,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 2cd97c30-2a48-4288-afdf-2e09415ea3c4 + - 883a202f-a2a4-4c20-94f7-ee245a14113d content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:55 GMT + - Thu, 19 Nov 2020 21:27:48 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -114,7 +114,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '23' + - '18' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_show_stats_and_model_version.yaml index 0afd39b0d0b2..bae1cf66b734 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_show_stats_and_model_version.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_show_stats_and_model_version.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"id":"0","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"id":"19","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid @@ -26,13 +26,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 91209667-ef54-4577-bd3f-8c659861d5f9 + - 19711330-9910-4234-b4b2-c1726443be9d content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=4 date: - - Wed, 30 Sep 2020 16:02:56 GMT + - Thu, 19 Nov 2020 21:27:50 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '18' + - '21' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_string_index_type_not_fail_v3.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_string_index_type_not_fail_v3.yaml index d20a82758544..911d8fc5a19d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_string_index_type_not_fail_v3.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_string_index_type_not_fail_v3.yaml @@ -13,21 +13,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.0/entities/linking?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.0/entities/linking?showStats=false response: body: string: '{"documents":[{"id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 1f0e60fb-f963-4623-a7c4-0ad8a83c05b0 + - 45c1e967-58d2-4d2b-95e0-3ef4747d9cea content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:02:56 GMT + - Thu, 19 Nov 2020 21:27:51 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '22' + - '32' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_too_many_documents.yaml index 1e65539b9cdf..f3d33a25d561 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_too_many_documents.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_too_many_documents.yaml @@ -16,20 +16,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: apim-request-id: - - 47e14616-693e-4000-bf09-bf082adfdd2e + - 5ac9526f-6ab0-44c0-a453-4f80bb072b2e content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:56 GMT + - Thu, 19 Nov 2020 21:27:52 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '6' + - '4' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_user_agent.yaml index e8ac1571082f..8799bc62664a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_user_agent.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_user_agent.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 1daae407-cb98-41f5-aea0-4c7502835c82 + - 0d8406af-888f-44e2-90c1-d6eefb09f88e content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:56 GMT + - Thu, 19 Nov 2020 21:27:54 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '18' + - '26' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_dont_use_language_hint.yaml index 163616e53082..6f5a6d594cf4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_dont_use_language_hint.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 032f2250-d278-417a-8205-eeba7a777891 + - e9a29deb-dc69-4c24-974e-ee810f5bd7d4 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:56 GMT + - Thu, 19 Nov 2020 21:27:55 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '32' + - '28' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_language_hint.yaml index 44bd1389ec9f..bb0b24daee80 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_language_hint.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid @@ -30,11 +30,11 @@ interactions: language code. Supported languages: en,es"}}}],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - b1a31256-7d14-43ec-95f7-3bef2f0bf651 + - 31daf844-90ca-46c5-8cb5-a1a40d574d7a content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:57 GMT + - Thu, 19 Nov 2020 21:27:57 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -42,7 +42,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '3' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_language_hint_and_dict_per_item_hints.yaml index a11259582442..452df2a9c65e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_language_hint_and_dict_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - ce242af5-cbb6-4c59-8a5b-90f0b1ff78b6 + - d80428b3-5ab3-49fc-a567-be3e15a9d954 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:57 GMT + - Thu, 19 Nov 2020 21:27:57 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '21' + - '17' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_language_hint_and_obj_input.yaml index cbfcf443720a..7f8ec6c6f6d9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_language_hint_and_obj_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_language_hint_and_obj_input.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -30,11 +30,11 @@ interactions: language code. Supported languages: en,es"}}}],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - 972e239e-6d9a-48e2-9013-aae94acc29a5 + - 6a0e264f-e394-41f8-b53e-6a9ef789b2c1 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:02:57 GMT + - Thu, 19 Nov 2020 21:27:59 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -42,7 +42,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '1' + - '4' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_language_hint_and_obj_per_item_hints.yaml index 38148561497c..67e2e70ba477 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_language_hint_and_obj_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: apim-request-id: - - aa05cb83-f26e-4b93-bf4c-211f05958fbe + - 6926a4c6-df5d-414f-83ff-b2f799b564e2 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:02:59 GMT + - Thu, 19 Nov 2020 21:27:54 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '358' + - '18' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_all_successful_passing_dict.yaml index 155f440943d9..5d2cf2d650b9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_all_successful_passing_dict.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_all_successful_passing_dict.yaml @@ -11,9 +11,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":2,"validDocumentsCount":2,"erroneousDocumentsCount":0,"transactionsCount":2},"documents":[{"id":"1","statistics":{"charactersCount":50,"transactionsCount":1},"entities":[{"bingId":"a093e9b9-90f5-a3d5-c4b8-5855e1b01f85","name":"Microsoft","matches":[{"text":"Microsoft","offset":0,"length":9,"confidenceScore":0.49}],"language":"en","id":"Microsoft","url":"https://en.wikipedia.org/wiki/Microsoft","dataSource":"Wikipedia"},{"bingId":"0d47c987-0042-5576-15e8-97af601614fa","name":"Bill @@ -26,16 +26,16 @@ interactions: Allen","matches":[{"text":"Paul Allen","offset":39,"length":10,"confidenceScore":0.9}],"language":"es","id":"Paul Allen","url":"https://es.wikipedia.org/wiki/Paul_Allen","dataSource":"Wikipedia"}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 54a244af-2998-4a83-9408-ec4d64c69ddc + apim-request-id: 97ede135-016f-4170-9369-4c0dedc030c6 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=2 - date: Wed, 30 Sep 2020 16:02:59 GMT + date: Thu, 19 Nov 2020 21:27:55 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '403' + x-envoy-upstream-service-time: '26' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_all_successful_passing_text_document_input.yaml index e73ee607c236..44265bfaad27 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_all_successful_passing_text_document_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_all_successful_passing_text_document_input.yaml @@ -11,9 +11,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[{"bingId":"a093e9b9-90f5-a3d5-c4b8-5855e1b01f85","name":"Microsoft","matches":[{"text":"Microsoft","offset":0,"length":9,"confidenceScore":0.49}],"language":"en","id":"Microsoft","url":"https://en.wikipedia.org/wiki/Microsoft","dataSource":"Wikipedia"},{"bingId":"0d47c987-0042-5576-15e8-97af601614fa","name":"Bill @@ -26,16 +26,16 @@ interactions: Allen","matches":[{"text":"Paul Allen","offset":39,"length":10,"confidenceScore":0.55}],"language":"en","id":"Paul Allen","url":"https://en.wikipedia.org/wiki/Paul_Allen","dataSource":"Wikipedia"}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: bfefd680-6158-4135-853b-ed9c80944dc3 + apim-request-id: 066bc972-0e12-4cec-b1d2-683228a6a7e1 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=2 - date: Wed, 30 Sep 2020 16:02:56 GMT + date: Thu, 19 Nov 2020 21:27:56 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: '17' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_bad_credentials.yaml index e1ac6272f59a..09cd02ce3237 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_bad_credentials.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_bad_credentials.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -20,9 +20,9 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:02:57 GMT + date: Thu, 19 Nov 2020 21:27:58 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_bad_model_version_error.yaml index 0cae29ebd18a..cbc9c2e8d3a0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_bad_model_version_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_bad_model_version_error.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid Request.","innererror":{"code":"ModelVersionIncorrect","message":"Invalid model version. Possible values are: latest,2019-10-01,2020-02-01"}}}' headers: - apim-request-id: e87cf1bb-691f-4767-afc1-3ad5c991004b + apim-request-id: 77cf0d4e-f348-410b-b1c1-bf9d5e50788a content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:57 GMT + date: Thu, 19 Nov 2020 21:28:00 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '4' + x-envoy-upstream-service-time: '5' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_batch_size_over_limit.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_batch_size_over_limit.yaml index 4274e3c28ac5..845179eef521 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_batch_size_over_limit.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_batch_size_over_limit.yaml @@ -754,17 +754,17 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: - apim-request-id: 0c474e4e-2a57-4f77-8aa7-01f3053218f9 + apim-request-id: e637865e-be64-45f0-b23c-675d574456af content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:59 GMT + date: Thu, 19 Nov 2020 21:28:01 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -772,5 +772,5 @@ interactions: status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_batch_size_over_limit_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_batch_size_over_limit_error.yaml index 9a4269eebc83..fe57e4d7470e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_batch_size_over_limit_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_batch_size_over_limit_error.yaml @@ -719,23 +719,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: - apim-request-id: 027a6c1a-69bc-4904-b6b0-611b5026293b + apim-request-id: 2b5f29fa-d97d-452e-a7c0-9d96380d5cfc content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:00 GMT + date: Thu, 19 Nov 2020 21:28:03 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '14' + x-envoy-upstream-service-time: '10' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_bing_id.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_bing_id.yaml index 68fa18945490..dff650e67d9e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_bing_id.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_bing_id.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[{"bingId":"a093e9b9-90f5-a3d5-c4b8-5855e1b01f85","name":"Microsoft","matches":[{"text":"Microsoft","offset":0,"length":9,"confidenceScore":0.49}],"language":"en","id":"Microsoft","url":"https://en.wikipedia.org/wiki/Microsoft","dataSource":"Wikipedia"},{"bingId":"0d47c987-0042-5576-15e8-97af601614fa","name":"Bill @@ -21,16 +21,16 @@ interactions: Allen","matches":[{"text":"Paul Allen","offset":40,"length":10,"confidenceScore":0.54}],"language":"en","id":"Paul Allen","url":"https://en.wikipedia.org/wiki/Paul_Allen","dataSource":"Wikipedia"}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 0fe1a76e-b971-45d4-a920-93be10f8a1e0 + apim-request-id: 3557e233-66a8-4c4f-8f36-bef9ed519bef content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:03:00 GMT + date: Thu, 19 Nov 2020 21:28:04 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: '17' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_client_passed_default_language_hint.yaml index 2b6085b21075..02c620d34322 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_client_passed_default_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_client_passed_default_language_hint.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 3acb0a38-4ceb-4087-9931-66adf5854477 + apim-request-id: f7554cc9-cafd-49b1-8bf5-4acab64aa66c content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:01 GMT + date: Thu, 19 Nov 2020 21:28:06 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '508' + x-envoy-upstream-service-time: '25' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -44,25 +44,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 8ccfc26f-46e9-45f9-b8b2-9eaa9dc8fcb4 + apim-request-id: 411bd57f-119d-4503-aa51-380534e9d482 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:01 GMT + date: Thu, 19 Nov 2020 21:28:06 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '20' + x-envoy-upstream-service-time: '21' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "es"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -76,23 +76,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 62e47f5a-04a3-46d5-9780-0cb0c9d43d6e + apim-request-id: f7d5faea-5e79-4e1a-a4cb-4e03ee5e6cd5 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:01 GMT + date: Thu, 19 Nov 2020 21:28:06 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: '45' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_document_attribute_error_no_result_attribute.yaml index 8cbcbf2ba982..7d5649b33e5d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_document_attribute_error_no_result_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_document_attribute_error_no_result_attribute.yaml @@ -9,24 +9,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 177996d1-e73d-47a4-ac2a-9d92b3f24637 + apim-request-id: 47de2ca3-dd3b-4983-bba3-67e68d4549c6 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:01 GMT + date: Thu, 19 Nov 2020 21:28:07 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '4' + x-envoy-upstream-service-time: '2' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_document_attribute_error_nonexistent_attribute.yaml index 2c3d3748d4ba..26b0283c5413 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_document_attribute_error_nonexistent_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_document_attribute_error_nonexistent_attribute.yaml @@ -9,24 +9,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-02-01"}' headers: - apim-request-id: c5b42072-5cfb-4b2a-b324-224f722d6673 + apim-request-id: e9e85292-1fc7-4dde-8aa4-66f6e11c9b98 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:01 GMT + date: Thu, 19 Nov 2020 21:28:08 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '1' + x-envoy-upstream-service-time: '2' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_document_errors.yaml index f58659bb6b56..2e71078304b1 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_document_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_document_errors.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -27,15 +27,15 @@ interactions: size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-02-01"}' headers: - apim-request-id: a2fe9c5c-689c-4e6d-be33-0a55c52a5cf1 + apim-request-id: f10a0c84-d7d3-48da-a80b-0dca833fd33c content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:57 GMT + date: Thu, 19 Nov 2020 21:28:10 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: '2' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_document_warnings.yaml index c62c429135fa..0d514e7bedfb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_document_warnings.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_document_warnings.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: b34dd93f-0444-4b98-b9d5-e7532fbe90f1 + apim-request-id: bb8950ae-3117-475f-8d7d-e5ef15db5e53 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:57 GMT + date: Thu, 19 Nov 2020 21:28:11 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '21' + x-envoy-upstream-service-time: '15' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_duplicate_ids_error.yaml index 5a8f56310857..8b04adf2af24 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_duplicate_ids_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_duplicate_ids_error.yaml @@ -10,17 +10,17 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request contains duplicated Ids. Make sure each document has a unique Id."}}}' headers: - apim-request-id: e8b7ab0f-edd0-4d37-8cdb-3fc6cb680170 + apim-request-id: 3d8c7432-8c7f-47d7-b33d-766b7516377e content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:58 GMT + date: Thu, 19 Nov 2020 21:28:12 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -28,5 +28,5 @@ interactions: status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_empty_credential_class.yaml index 496a3d636c38..b64f887c465a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_empty_credential_class.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_empty_credential_class.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -20,9 +20,9 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:02:59 GMT + date: Thu, 19 Nov 2020 21:28:00 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_input_with_all_errors.yaml index 642be7eb0f9f..dd26065e2d39 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_input_with_all_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_input_with_all_errors.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -21,15 +21,15 @@ interactions: Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en,es"}}}],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 4dfe4dfb-26dd-479e-901e-317a6093d3b5 + apim-request-id: 6265e02d-964c-4b64-9caa-441c2d00b356 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:58 GMT + date: Thu, 19 Nov 2020 21:28:01 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '2' + x-envoy-upstream-service-time: '1' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_input_with_some_errors.yaml index 94cf4bf50d46..5e3d92255c84 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_input_with_some_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_input_with_some_errors.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"2","entities":[{"bingId":"a093e9b9-90f5-a3d5-c4b8-5855e1b01f85","name":"Microsoft","matches":[{"text":"Microsoft","offset":0,"length":9,"confidenceScore":0.38}],"language":"es","id":"Microsoft","url":"https://es.wikipedia.org/wiki/Microsoft","dataSource":"Wikipedia"},{"bingId":"0d47c987-0042-5576-15e8-97af601614fa","name":"Bill @@ -23,16 +23,16 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-02-01"}' headers: - apim-request-id: be0c49e9-3d35-4be3-a919-ed964564a4f6 + apim-request-id: 869ae404-52a1-45ba-b1dd-621ca442f5a4 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:58 GMT + date: Thu, 19 Nov 2020 21:28:03 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '22' + x-envoy-upstream-service-time: '26' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_invalid_language_hint_docs.yaml index 703c3a1988f8..4ed38adb5fed 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_invalid_language_hint_docs.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_invalid_language_hint_docs.yaml @@ -10,24 +10,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en,es"}}}],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 17cdbb46-96bf-40e7-be57-d8d309b1a5f6 + apim-request-id: 28262a8c-30d5-4a0c-b611-f08cd975713c content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:59 GMT + date: Thu, 19 Nov 2020 21:28:05 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '1' + x-envoy-upstream-service-time: '2' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_invalid_language_hint_method.yaml index f1cd3e3c9d87..07cc4549a1c6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_invalid_language_hint_method.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_invalid_language_hint_method.yaml @@ -10,18 +10,18 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en,es"}}}],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 6bc9d898-7907-4bdf-9375-c82825fc5e31 + apim-request-id: 3b8bf1f8-b04a-424e-b1fd-9d394879564a content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:02:59 GMT + date: Thu, 19 Nov 2020 21:28:05 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -29,5 +29,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_language_kwarg_spanish.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_language_kwarg_spanish.yaml index 967b99eb4a30..beee58cc6431 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_language_kwarg_spanish.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_language_kwarg_spanish.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":1,"validDocumentsCount":1,"erroneousDocumentsCount":0,"transactionsCount":1},"documents":[{"id":"0","statistics":{"charactersCount":35,"transactionsCount":1},"entities":[{"bingId":"0d47c987-0042-5576-15e8-97af601614fa","name":"Bill @@ -21,16 +21,16 @@ interactions: ejecutivo","matches":[{"text":"CEO","offset":18,"length":3,"confidenceScore":0.22}],"language":"es","id":"Director ejecutivo","url":"https://es.wikipedia.org/wiki/Director_ejecutivo","dataSource":"Wikipedia"},{"bingId":"a093e9b9-90f5-a3d5-c4b8-5855e1b01f85","name":"Microsoft","matches":[{"text":"Microsoft","offset":25,"length":9,"confidenceScore":0.3}],"language":"es","id":"Microsoft","url":"https://es.wikipedia.org/wiki/Microsoft","dataSource":"Wikipedia"}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 829583c7-8cf6-4b99-9072-1ff2957c856e + apim-request-id: 282d4604-d36c-4950-9a41-b464bea0e83c content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:03:01 GMT + date: Thu, 19 Nov 2020 21:28:07 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '769' + x-envoy-upstream-service-time: '15' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_no_offset_v3_linked_entity_match.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_no_offset_v3_linked_entity_match.yaml index 264a92ccf9c6..3a6ae814e676 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_no_offset_v3_linked_entity_match.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_no_offset_v3_linked_entity_match.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.0/entities/linking?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.0/entities/linking?showStats=false response: body: string: '{"documents":[{"id":"0","entities":[{"name":"Microsoft","matches":[{"text":"Microsoft","offset":0,"length":9,"confidenceScore":0.49}],"language":"en","id":"Microsoft","url":"https://en.wikipedia.org/wiki/Microsoft","dataSource":"Wikipedia"},{"name":"Bill @@ -21,16 +21,16 @@ interactions: Allen","matches":[{"text":"Paul Allen","offset":40,"length":10,"confidenceScore":0.54}],"language":"en","id":"Paul Allen","url":"https://en.wikipedia.org/wiki/Paul_Allen","dataSource":"Wikipedia"}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: a2da5911-61df-45bf-8063-212491044d01 + apim-request-id: 8c13eaac-6e8d-4e8e-886d-e9b7f38e4b94 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:58 GMT + date: Thu, 19 Nov 2020 21:28:09 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: '865' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.0/entities/linking?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.0/entities/linking?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_offset.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_offset.yaml index 9a6fe96f2e76..03b8d64004c5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_offset.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_offset.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[{"bingId":"a093e9b9-90f5-a3d5-c4b8-5855e1b01f85","name":"Microsoft","matches":[{"text":"Microsoft","offset":0,"length":9,"confidenceScore":0.49}],"language":"en","id":"Microsoft","url":"https://en.wikipedia.org/wiki/Microsoft","dataSource":"Wikipedia"},{"bingId":"0d47c987-0042-5576-15e8-97af601614fa","name":"Bill @@ -21,16 +21,16 @@ interactions: Allen","matches":[{"text":"Paul Allen","offset":40,"length":10,"confidenceScore":0.54}],"language":"en","id":"Paul Allen","url":"https://en.wikipedia.org/wiki/Paul_Allen","dataSource":"Wikipedia"}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 7c8b097d-563e-4dce-849e-9b25fc5b623a + apim-request-id: d22d3943-367d-4cd5-8ad8-aea901db2b76 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:58 GMT + date: Thu, 19 Nov 2020 21:28:03 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '26' + x-envoy-upstream-service-time: '16' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_out_of_order_ids.yaml index c81faf5b46b3..4153dc3fe84f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_out_of_order_ids.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_out_of_order_ids.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"56","entities":[],"warnings":[]},{"id":"0","entities":[],"warnings":[]},{"id":"19","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-02-01"}' headers: - apim-request-id: f867c64b-5348-4c2f-89ad-74158402628b + apim-request-id: 5082638d-7ea4-4bd0-b8a2-5102c4d6cf24 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=4 - date: Wed, 30 Sep 2020 16:02:59 GMT + date: Thu, 19 Nov 2020 21:28:05 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: '15' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_output_same_order_as_input.yaml index ca9c7af89654..a7b0c894c503 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_output_same_order_as_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_output_same_order_as_input.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]},{"id":"4","entities":[],"warnings":[]},{"id":"5","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 7280e655-c013-40bf-8f24-812110ec7f4c + apim-request-id: c9683102-c443-42c3-8899-4ded15b76dfb content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=5 - date: Wed, 30 Sep 2020 16:03:00 GMT + date: Thu, 19 Nov 2020 21:28:06 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '23' + x-envoy-upstream-service-time: '19' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_pass_cls.yaml index a3df0b3267bb..7889e0d425a8 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_pass_cls.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_pass_cls.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[{"bingId":"9d84a0ad-fb96-8089-b2e7-9bdb0ee2551e","name":".test","matches":[{"text":"Test","offset":0,"length":4,"confidenceScore":0.02}],"language":"en","id":".test","url":"https://en.wikipedia.org/wiki/.test","dataSource":"Wikipedia"}],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 37f4ca8a-d742-4aff-84ef-3e424b9a13cd + apim-request-id: 4ddd6ba9-1695-43b1-87da-9f1e9d891653 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:02:59 GMT + date: Thu, 19 Nov 2020 21:28:08 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: '16' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_passing_only_string.yaml index ef6b47a2af6b..c6937c20f250 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_passing_only_string.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_passing_only_string.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[{"bingId":"a093e9b9-90f5-a3d5-c4b8-5855e1b01f85","name":"Microsoft","matches":[{"text":"Microsoft","offset":0,"length":9,"confidenceScore":0.49}],"language":"en","id":"Microsoft","url":"https://en.wikipedia.org/wiki/Microsoft","dataSource":"Wikipedia"},{"bingId":"0d47c987-0042-5576-15e8-97af601614fa","name":"Bill @@ -29,16 +29,16 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-02-01"}' headers: - apim-request-id: b7edeb33-e3ed-4bbb-b7b1-33f99a77dc80 + apim-request-id: aa00331f-b485-4c0d-8426-9ffe59f5f154 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=2 - date: Wed, 30 Sep 2020 16:03:00 GMT + date: Thu, 19 Nov 2020 21:28:11 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: '21' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_per_item_dont_use_language_hint.yaml index 28459fc5b02f..1ec0885b72b9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_per_item_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_per_item_dont_use_language_hint.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 3f14c7de-567b-4a84-847e-0a3997b9cf36 + apim-request-id: 5db3b7b1-7f27-4d99-8695-23a811ddeb9c content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:01 GMT + date: Thu, 19 Nov 2020 21:28:12 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '15' + x-envoy-upstream-service-time: '20' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_rotate_subscription_key.yaml index 1692d97a61c9..49302f2e3582 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_rotate_subscription_key.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_rotate_subscription_key.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 323ec297-f998-40cc-9fb7-4436c8de9a06 + apim-request-id: 44401be4-bc9b-4702-9908-04734723c9d9 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:00 GMT + date: Thu, 19 Nov 2020 21:28:13 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '22' + x-envoy-upstream-service-time: '39' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -44,9 +44,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -54,11 +54,11 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:03:00 GMT + date: Thu, 19 Nov 2020 21:28:13 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -72,23 +72,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 585a51ea-a3c0-49de-a444-985ec6bf3fd6 + apim-request-id: 759624f8-4b70-4942-812b-9b9da6359dc3 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:00 GMT + date: Thu, 19 Nov 2020 21:28:13 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '22' + x-envoy-upstream-service-time: '18' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_show_stats_and_model_version.yaml index 3765a611ef00..176ece79693e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_show_stats_and_model_version.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_show_stats_and_model_version.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"id":"56","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"id":"0","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"id":"19","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"id":"1","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 4f004734-31c4-403d-84d3-2ac5b81ae3c8 + apim-request-id: 7f00af15-9d03-4c85-b840-377a253ca06e content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=4 - date: Wed, 30 Sep 2020 16:03:00 GMT + date: Thu, 19 Nov 2020 21:28:15 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: '17' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_string_index_type_not_fail_v3.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_string_index_type_not_fail_v3.yaml index 7de6b3be2525..72b5273a6e56 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_string_index_type_not_fail_v3.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_string_index_type_not_fail_v3.yaml @@ -9,23 +9,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.0/entities/linking?showStats=false + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.0/entities/linking?showStats=false response: body: string: '{"documents":[{"id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: a2f57565-a117-4fc8-a172-d092dc441a66 + apim-request-id: 216e2df2-f209-42a8-8edc-1a5cf95c97b3 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:03:00 GMT + date: Thu, 19 Nov 2020 21:28:16 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '20' + x-envoy-upstream-service-time: '52' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.0/entities/linking?showStats=false + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.0/entities/linking?showStats=false version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_too_many_documents.yaml index 72df928dadb8..cde8014eb99a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_too_many_documents.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_too_many_documents.yaml @@ -12,17 +12,17 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: - apim-request-id: f651dae6-e257-470e-bb4a-2805e6959522 + apim-request-id: e5d4e5a8-c7fa-4af8-918c-b86f32b9771a content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:00 GMT + date: Thu, 19 Nov 2020 21:28:17 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -30,5 +30,5 @@ interactions: status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_user_agent.yaml index f0faba95b0a2..d2b15e745e4d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_user_agent.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_user_agent.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 54b9a869-40cb-4e6d-a097-bfe52c99d627 + apim-request-id: 829e6bc3-c330-4bce-b8e3-0cce390a272c content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:01 GMT + date: Thu, 19 Nov 2020 21:28:09 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: '26' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_dont_use_language_hint.yaml index 8aeb62726b8f..55f4a3cd1bc4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_dont_use_language_hint.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"0","entities":[],"warnings":[]},{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: cac2a217-c82a-40f3-9935-aaeaefaa1774 + apim-request-id: 4dc2b455-2efa-4648-b387-09a24fa9b9b6 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:01 GMT + date: Thu, 19 Nov 2020 21:28:10 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '34' + x-envoy-upstream-service-time: '20' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_language_hint.yaml index abae66baf93f..bda81fa67541 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_language_hint.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid @@ -25,9 +25,9 @@ interactions: Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en,es"}}}],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 126ef5cd-77a8-484b-8912-aebba21e0bb9 + apim-request-id: 2e6c4173-c9fe-4d2b-b8b4-74db5734206e content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:01 GMT + date: Thu, 19 Nov 2020 21:28:11 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -35,5 +35,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml index 51a118619750..3ae0ecad6d79 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 6bd090b6-14fe-49b1-8c89-120b8f20234e + apim-request-id: 24b4b3fd-b8b3-44a2-b654-ee34fdd9196f content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:02 GMT + date: Thu, 19 Nov 2020 21:28:13 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '14' + x-envoy-upstream-service-time: '16' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_language_hint_and_obj_input.yaml index 6ec7f035fe24..45f3abbc3b17 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_language_hint_and_obj_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_language_hint_and_obj_input.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -25,15 +25,15 @@ interactions: Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en,es"}}}],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 84545f7f-a001-497a-91da-baf3ff189b3d + apim-request-id: 43d5d93d-3737-45d1-a713-e736aee48146 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:01 GMT + date: Thu, 19 Nov 2020 21:28:14 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: '2' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml index b704e3701221..8404884331d0 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_linked_entities_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"id":"1","entities":[],"warnings":[]},{"id":"2","entities":[],"warnings":[]},{"id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-02-01"}' headers: - apim-request-id: 9c37bfe3-e900-4af9-b734-6601ffb15e44 + apim-request-id: a8909a3f-842d-409b-9366-0b7e06528f84 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:01 GMT + date: Thu, 19 Nov 2020 21:28:15 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '28' + x-envoy-upstream-service-time: '56' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/linking?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_all_successful_passing_dict.yaml index 6fedd9b0fc08..fae3d3ba06fb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_all_successful_passing_dict.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_all_successful_passing_dict.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":3,"validDocumentsCount":3,"erroneousDocumentsCount":0,"transactionsCount":3},"documents":[{"redactedText":"My @@ -34,13 +34,13 @@ interactions: CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - b23abbed-3095-4528-b14d-bb22f758e131 + - 164bce07-9ada-4e2b-b20d-5851f2b6d317 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:03:01 GMT + - Thu, 19 Nov 2020 21:28:17 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -48,7 +48,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '90' + - '92' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_all_successful_passing_text_document_input.yaml index a9a8b08bfaab..51339f5fea2a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_all_successful_passing_text_document_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_all_successful_passing_text_document_input.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":3,"validDocumentsCount":3,"erroneousDocumentsCount":0,"transactionsCount":3},"documents":[{"redactedText":"My @@ -34,13 +34,13 @@ interactions: CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - f40159ef-7e5f-430e-9678-275b2cf8d006 + - e15676c3-ff7a-4336-8ae1-1053ce2fc03a content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:03:01 GMT + - Thu, 19 Nov 2020 21:28:14 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -48,7 +48,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '78' + - '118' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_bad_credentials.yaml index 5ecdd8dd6094..58c8adebdce2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_bad_credentials.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_bad_credentials.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -26,7 +26,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:03:02 GMT + - Thu, 19 Nov 2020 21:28:14 GMT status: code: 401 message: PermissionDenied diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_bad_model_version_error.yaml index 510943a2b49b..0edcf74218eb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_bad_model_version_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_bad_model_version_error.yaml @@ -14,20 +14,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid Request.","innererror":{"code":"ModelVersionIncorrect","message":"Invalid model version. Possible values are: latest,2019-10-01,2020-02-01,2020-04-01,2020-07-01"}}}' headers: apim-request-id: - - bbdfcc65-dadd-406a-a772-8f12283ec5c8 + - 492896d7-4227-40dc-80d4-47ae4aefbacf content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:01 GMT + - Thu, 19 Nov 2020 21:28:16 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '9' + - '7' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_batch_size_over_limit.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_batch_size_over_limit.yaml index 294bedec5a18..55135339de98 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_batch_size_over_limit.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_batch_size_over_limit.yaml @@ -758,20 +758,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: apim-request-id: - - 3f098a74-eac8-4fbf-9013-caa817b619c2 + - 27b2f2b3-cc10-4a62-90e7-46c54f5caeae content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:02 GMT + - Thu, 19 Nov 2020 21:28:18 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_batch_size_over_limit_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_batch_size_over_limit_error.yaml index 36c3231b8a6c..334fe5d78db2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_batch_size_over_limit_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_batch_size_over_limit_error.yaml @@ -723,20 +723,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: apim-request-id: - - e92345f6-ecd9-4edf-b35c-d89f2fc088e1 + - 82224f11-7634-423b-af3a-275a70ca17d6 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:03 GMT + - Thu, 19 Nov 2020 21:28:19 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -744,7 +744,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '15' + - '9' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_client_passed_default_language_hint.yaml index e9c0dd0e15ec..49321ada88bf 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_client_passed_default_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_client_passed_default_language_hint.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -30,11 +30,11 @@ interactions: language code. Supported languages: en"}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - a9d31149-d1a4-4189-a090-3a1ca6f957fb + - 1c400fe8-bbfb-4d1e-8f6e-15fe6b01a6f1 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:03 GMT + - Thu, 19 Nov 2020 21:28:18 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -42,7 +42,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '3' + - '2' status: code: 200 message: OK @@ -63,9 +63,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I @@ -73,13 +73,13 @@ interactions: restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - d12bea9d-7a3b-46e8-a908-9ad9837b7bb2 + - 3c248752-e41d-4466-a982-4f299527c728 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:03:04 GMT + - Thu, 19 Nov 2020 21:28:18 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -87,7 +87,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '120' + - '85' status: code: 200 message: OK @@ -108,9 +108,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -122,11 +122,11 @@ interactions: language code. Supported languages: en"}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - a20b1dfa-5360-4a84-9f68-34e976638621 + - 9fba80b5-f792-4dd5-9c70-af4810d26ed4 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:04 GMT + - Thu, 19 Nov 2020 21:28:18 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -134,7 +134,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '3' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_document_attribute_error_no_result_attribute.yaml index 28a89aa3fd1f..5aa508a09ae3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_document_attribute_error_no_result_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_document_attribute_error_no_result_attribute.yaml @@ -13,9 +13,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -23,11 +23,11 @@ interactions: text is empty."}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 4ecc7952-5600-4936-bc8a-0cd8c97fe62b + - 89309bde-ec28-4340-afc5-ab7241fc19da content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:04 GMT + - Thu, 19 Nov 2020 21:28:20 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_document_attribute_error_nonexistent_attribute.yaml index b2f0e3bb4deb..a903bfb7776e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_document_attribute_error_nonexistent_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_document_attribute_error_nonexistent_attribute.yaml @@ -13,9 +13,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -23,11 +23,11 @@ interactions: text is empty."}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 7da1f2de-d676-4936-b3ba-5cfb12c13006 + - fa34de13-1d73-4126-bd7d-dc3f2078be5e content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:04 GMT + - Thu, 19 Nov 2020 21:28:21 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -35,7 +35,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '2' + - '1' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_document_errors.yaml index d90a90f3cbf9..5ff94a8a0b92 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_document_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_document_errors.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -32,11 +32,11 @@ interactions: see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - b7dac9b5-8abf-47f1-aeed-2bdf21db482f + - 827ab84f-4009-436e-84ff-4d3b2adea3f5 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:02 GMT + - Thu, 19 Nov 2020 21:28:22 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_document_warnings.yaml index 56c6caf7f40a..a572050c4eb5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_document_warnings.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_document_warnings.yaml @@ -14,22 +14,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"This won''t actually create a warning :''(","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - a4ff22d9-136e-4f9d-831c-063c6cf6551e + - b20a3c00-dd16-4f71-9eab-1c4e35af5e72 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:03:02 GMT + - Thu, 19 Nov 2020 21:28:23 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '69' + - '77' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_duplicate_ids_error.yaml index 2bc5ee5cc8a6..580d7e8f364f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_duplicate_ids_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_duplicate_ids_error.yaml @@ -14,20 +14,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request contains duplicated Ids. Make sure each document has a unique Id."}}}' headers: apim-request-id: - - 63d21146-411e-42f0-8153-d021f38497bf + - 6d9e7141-6b56-4645-8a7b-ec4a59cab600 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:03 GMT + - Thu, 19 Nov 2020 21:28:25 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_empty_credential_class.yaml index 9e1c1dec1f78..4dca852c14bd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_empty_credential_class.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_empty_credential_class.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -26,7 +26,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:03:03 GMT + - Thu, 19 Nov 2020 21:28:18 GMT status: code: 401 message: PermissionDenied diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_input_with_all_errors.yaml index 8f35275beb1c..8bb66b1d2d86 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_input_with_all_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_input_with_all_errors.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -28,11 +28,11 @@ interactions: text is empty."}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 79bbef7d-0102-4697-9921-dc6b39873960 + - 5f00977f-9ca7-4dc9-b5ec-b41f2b6921f8 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:04 GMT + - Thu, 19 Nov 2020 21:28:20 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '3' + - '2' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_input_with_some_errors.yaml index 78937deabe73..f7bedd54ddce 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_input_with_some_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_input_with_some_errors.yaml @@ -15,9 +15,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"Is ************** your Brazilian CPF @@ -29,13 +29,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 05e5ceca-6761-4316-994e-595a8711e092 + - 67193492-69f3-425d-bd9a-5354afd9dd38 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:03:02 GMT + - Thu, 19 Nov 2020 21:28:21 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -43,7 +43,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '72' + - '71' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_invalid_language_hint_docs.yaml index 5dcae572478f..b0e828437479 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_invalid_language_hint_docs.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_invalid_language_hint_docs.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -24,11 +24,11 @@ interactions: language code. Supported languages: en"}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - d607d3f8-adae-47d3-86c0-f194b5462518 + - 46e5044c-6535-4e9c-913e-106e78ba5da4 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:03 GMT + - Thu, 19 Nov 2020 21:28:23 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_invalid_language_hint_method.yaml index c7c44e87373f..d87136a94999 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_invalid_language_hint_method.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_invalid_language_hint_method.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid @@ -24,11 +24,11 @@ interactions: language code. Supported languages: en"}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 3cff3b0d-739e-4ce0-bccc-97ea49e39112 + - 30d12574-5dc4-4059-b847-dcd9ae89b6c3 content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:02 GMT + - Thu, 19 Nov 2020 21:28:23 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_language_kwarg_english.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_language_kwarg_english.yaml index 3e62d8715c6c..808fec318eae 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_language_kwarg_english.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_language_kwarg_english.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":1,"validDocumentsCount":1,"erroneousDocumentsCount":0,"transactionsCount":1},"documents":[{"redactedText":"********** @@ -24,13 +24,13 @@ interactions: Gates","category":"Person","offset":0,"length":10,"confidenceScore":0.81},{"text":"Microsoft","category":"Organization","offset":25,"length":9,"confidenceScore":0.64}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - c0da681e-fe26-4508-8efc-d56db5885ec0 + - 2082e700-ac35-476d-8bff-d7034c513b6d content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:03:03 GMT + - Thu, 19 Nov 2020 21:28:21 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '60' + - '65' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_out_of_order_ids.yaml index 67eef776b0c1..5dd510c77a98 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_out_of_order_ids.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_out_of_order_ids.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid @@ -26,13 +26,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - fde0e138-b5e8-489b-a558-4dbcebb47ef6 + - 25044170-2b75-49f3-a98d-92967a6287b4 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=4 date: - - Wed, 30 Sep 2020 16:03:02 GMT + - Thu, 19 Nov 2020 21:28:22 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '81' + - '92' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_output_same_order_as_input.yaml index 19652fb18529..4ce8453e4519 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_output_same_order_as_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_output_same_order_as_input.yaml @@ -16,21 +16,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"one","id":"1","entities":[],"warnings":[]},{"redactedText":"two","id":"2","entities":[],"warnings":[]},{"redactedText":"three","id":"3","entities":[],"warnings":[]},{"redactedText":"four","id":"4","entities":[],"warnings":[]},{"redactedText":"five","id":"5","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 90fce560-c26d-45d4-a44d-88845e8f6674 + - 462976c7-cd32-437b-975d-582d1d71ac4a content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=5 date: - - Wed, 30 Sep 2020 16:03:04 GMT + - Thu, 19 Nov 2020 21:28:23 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '86' + - '66' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_pass_cls.yaml index 1b365734ee1e..acb8ac115c22 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_pass_cls.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_pass_cls.yaml @@ -14,21 +14,21 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"Test passing cls to endpoint","id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - a256fcd5-46ec-4097-aa47-ca41f11b8c09 + - 845e8168-4681-4464-9ee3-ede53608f8f3 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:03:04 GMT + - Thu, 19 Nov 2020 21:28:25 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -36,7 +36,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '54' + - '79' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_passing_only_string.yaml index 587d0d582208..b797021884e3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_passing_only_string.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_passing_only_string.yaml @@ -17,9 +17,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":4,"validDocumentsCount":3,"erroneousDocumentsCount":1,"transactionsCount":3},"documents":[{"redactedText":"My @@ -37,13 +37,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 500daca4-a43b-45fd-a7c0-7df7a7acb18f + - 63d5677c-59f9-4165-b1d3-72d3ab3ecfee content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:03:04 GMT + - Thu, 19 Nov 2020 21:28:25 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -51,7 +51,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '95' + - '94' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_per_item_dont_use_language_hint.yaml index d9ec72fda331..9c5b87d5d90c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_per_item_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_per_item_dont_use_language_hint.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I @@ -26,13 +26,13 @@ interactions: restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 8c051cc3-ed6b-419f-a844-4bd6927a2dfc + - 4da346c4-b59b-4bbd-9d31-1d43cb93d27f content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:03:05 GMT + - Thu, 19 Nov 2020 21:28:26 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '77' + - '84' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_phi_domain_filter.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_phi_domain_filter.yaml index 4392ecc7985f..bfed1c4191c5 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_phi_domain_filter.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_phi_domain_filter.yaml @@ -14,9 +14,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&domain=PHI&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&domain=PHI&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"I work at Microsoft and my phone number @@ -24,13 +24,13 @@ interactions: Number","offset":43,"length":12,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - a9a7d002-7d75-4be8-851e-0672387c6cbf + - d63baf74-36c7-443c-9488-8c817ff97dbe content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:03:03 GMT + - Thu, 19 Nov 2020 21:28:28 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -38,7 +38,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '91' + - '80' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_redacted_text.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_redacted_text.yaml index 8c13ba7f0d7e..784720ea15ad 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_redacted_text.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_redacted_text.yaml @@ -14,22 +14,22 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"My SSN is ***********.","id":"0","entities":[{"text":"859-98-0987","category":"U.S. Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 7942cd87-548d-4c14-a098-28edc224708e + - 33078f13-9626-4951-8a69-97b6f84e6e92 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:03:04 GMT + - Thu, 19 Nov 2020 21:28:27 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_rotate_subscription_key.yaml index 0cb1e155744b..9ec87733095f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_rotate_subscription_key.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_rotate_subscription_key.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I @@ -26,13 +26,13 @@ interactions: restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - edbe5254-e89a-448f-bf96-336a6e2cea9c + - 38c1ab97-3fea-4f8b-a73b-0e51fc3f4e88 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:03:04 GMT + - Thu, 19 Nov 2020 21:28:28 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '64' + - '71' status: code: 200 message: OK @@ -61,9 +61,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -73,7 +73,7 @@ interactions: content-length: - '224' date: - - Wed, 30 Sep 2020 16:03:04 GMT + - Thu, 19 Nov 2020 21:28:28 GMT status: code: 401 message: PermissionDenied @@ -94,9 +94,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I @@ -104,13 +104,13 @@ interactions: restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 7d8eb62e-102e-4693-8dd2-cd48f7fce6a7 + - 760442f2-f771-4cf2-b6ab-ede2a040db46 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:03:04 GMT + - Thu, 19 Nov 2020 21:28:28 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -118,7 +118,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '76' + - '81' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_show_stats_and_model_version.yaml index a45d2399d560..8840f8b4b58b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_show_stats_and_model_version.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_show_stats_and_model_version.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"redactedText":":)","id":"56","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"redactedText":":(","id":"0","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"redactedText":":P","id":"19","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"redactedText":":D","id":"1","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid @@ -26,13 +26,13 @@ interactions: text is empty."}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 35d24dc2-cc5a-49da-a00f-1fc542ffa555 + - 127e3f61-7e1e-4727-a738-4f0ba32ae96e content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=4 date: - - Wed, 30 Sep 2020 16:03:04 GMT + - Thu, 19 Nov 2020 21:28:29 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '51' + - '68' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_too_many_documents.yaml index 2069b9f3663b..1dced93e77f4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_too_many_documents.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_too_many_documents.yaml @@ -16,20 +16,20 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: apim-request-id: - - f34088e1-bae6-4e6d-90c7-587e9dc026ab + - 633a242e-8c4b-46b1-a61f-5c3b904027de content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:05 GMT + - Thu, 19 Nov 2020 21:28:30 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -37,7 +37,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '5' + - '6' status: code: 400 message: Bad Request diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_user_agent.yaml index dc839cf2a8e6..8d77a0b34afd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_user_agent.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_user_agent.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I @@ -26,13 +26,13 @@ interactions: restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 830143d5-f3fe-45e6-b8aa-3ad47b970dba + - 4b895367-b143-4e1a-a3b7-fd010372fac3 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:03:05 GMT + - Thu, 19 Nov 2020 21:28:27 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '70' + - '65' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_dont_use_language_hint.yaml index 0eec36d949aa..2dec0593297f 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_dont_use_language_hint.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"This was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I @@ -26,13 +26,13 @@ interactions: restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 5d5eeb50-4884-48b5-9765-cbf94b7a1bd0 + - dacddeea-f595-4e79-99c0-9992afb140cf content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=3 date: - - Wed, 30 Sep 2020 16:03:05 GMT + - Thu, 19 Nov 2020 21:28:28 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -40,7 +40,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '78' + - '95' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_language_hint.yaml index fa57af438964..b824d1c0c212 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_language_hint.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid @@ -30,11 +30,11 @@ interactions: language code. Supported languages: en"}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - cb369c14-9d8d-40b9-b2a2-e83b9122f495 + - 9a4f7555-d84e-4d44-b0e0-7bc8f36a606b content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:05 GMT + - Thu, 19 Nov 2020 21:28:30 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_language_hint_and_dict_per_item_hints.yaml index 1b5aa9cdee1b..e77b07b6c755 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_language_hint_and_dict_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"The restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -28,13 +28,13 @@ interactions: language code. Supported languages: en"}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 0d97bbeb-5ca6-4774-9a73-57f4dd1682bf + - 3c663cae-0bd6-477e-8fdd-d7bb1a35a3d0 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:03:05 GMT + - Thu, 19 Nov 2020 21:28:30 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -42,7 +42,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '73' + - '67' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_language_hint_and_obj_input.yaml index 963666891b37..2cbe80b4f47c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_language_hint_and_obj_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_language_hint_and_obj_input.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -30,11 +30,11 @@ interactions: language code. Supported languages: en"}}}],"modelVersion":"2020-07-01"}' headers: apim-request-id: - - 82b6e828-e86f-461f-9645-9490fedfcf62 + - 78b90ab1-1fd3-4ae8-a1d8-47ab4412424d content-type: - application/json; charset=utf-8 date: - - Wed, 30 Sep 2020 16:03:05 GMT + - Thu, 19 Nov 2020 21:28:30 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -42,7 +42,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '2' + - '3' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_language_hint_and_obj_per_item_hints.yaml index 15c66ebd9ce3..d7f2b37a189b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_language_hint_and_obj_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -16,9 +16,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"\u732B\u306F\u5E78\u305B\",\"id\"\ @@ -31,13 +31,13 @@ interactions: :\"2020-07-01\"}" headers: apim-request-id: - - 0c3526ac-359f-4241-8ac8-867d9a86004f + - aab77c31-10a8-4f75-9de6-f0726d3fa158 content-type: - application/json; charset=utf-8 csp-billing-usage: - CognitiveServices.TextAnalytics.BatchScoring=1 date: - - Wed, 30 Sep 2020 16:03:05 GMT + - Thu, 19 Nov 2020 21:28:32 GMT strict-transport-security: - max-age=31536000; includeSubDomains; preload transfer-encoding: @@ -45,7 +45,7 @@ interactions: x-content-type-options: - nosniff x-envoy-upstream-service-time: - - '54' + - '55' status: code: 200 message: OK diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_all_successful_passing_dict.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_all_successful_passing_dict.yaml index 677ebccc945a..d10bb33e63dc 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_all_successful_passing_dict.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_all_successful_passing_dict.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":3,"validDocumentsCount":3,"erroneousDocumentsCount":0,"transactionsCount":3},"documents":[{"redactedText":"My @@ -29,16 +29,16 @@ interactions: ************** your Brazilian CPF number?","id":"3","statistics":{"charactersCount":44,"transactionsCount":1},"entities":[{"text":"998.214.865-68","category":"Brazil CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: cc76cdcd-dc0c-4ac7-80d0-fdcb356a2a9b + apim-request-id: d375db50-7d5b-4a05-8f13-1906471cf8db content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:05 GMT + date: Thu, 19 Nov 2020 21:28:31 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '90' + x-envoy-upstream-service-time: '126' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_all_successful_passing_text_document_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_all_successful_passing_text_document_input.yaml index 7e3b005fc0b9..5f179b0fb2ae 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_all_successful_passing_text_document_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_all_successful_passing_text_document_input.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":3,"validDocumentsCount":3,"erroneousDocumentsCount":0,"transactionsCount":3},"documents":[{"redactedText":"My @@ -29,16 +29,16 @@ interactions: ************** your Brazilian CPF number?","id":"3","statistics":{"charactersCount":44,"transactionsCount":1},"entities":[{"text":"998.214.865-68","category":"Brazil CPF Number","offset":3,"length":14,"confidenceScore":0.85}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: ae100ad4-43e4-4b0c-ae75-cd72d0878795 + apim-request-id: c6605cc8-92ba-49d3-a599-e69ede8ccaa9 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:06 GMT + date: Thu, 19 Nov 2020 21:28:32 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: '87' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_bad_credentials.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_bad_credentials.yaml index 96ef24a12bf6..1a717e385c8d 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_bad_credentials.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_bad_credentials.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -20,9 +20,9 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:03:05 GMT + date: Thu, 19 Nov 2020 21:28:33 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_bad_model_version_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_bad_model_version_error.yaml index fb163447d4db..05ac927ed53e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_bad_model_version_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_bad_model_version_error.yaml @@ -10,17 +10,17 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid Request.","innererror":{"code":"ModelVersionIncorrect","message":"Invalid model version. Possible values are: latest,2019-10-01,2020-02-01,2020-04-01,2020-07-01"}}}' headers: - apim-request-id: 5718f0fd-83fb-4533-bea5-fdbb1eae5154 + apim-request-id: c0b6e6cd-848f-4c2a-a498-6940014af5a4 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:05 GMT + date: Thu, 19 Nov 2020 21:28:32 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -28,5 +28,5 @@ interactions: status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=bad&showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_batch_size_over_limit.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_batch_size_over_limit.yaml index f4b556d6adaa..33df4d695eb6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_batch_size_over_limit.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_batch_size_over_limit.yaml @@ -754,23 +754,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: - apim-request-id: 8aae3bb9-2944-4cab-9de8-7f9eccb6db37 + apim-request-id: 09171ae0-9a3f-4a89-bce6-6fcf0f76eeba content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:06 GMT + date: Thu, 19 Nov 2020 21:28:34 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '13' + x-envoy-upstream-service-time: '12' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_batch_size_over_limit_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_batch_size_over_limit_error.yaml index b3e807a91fc8..08d09ef48d88 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_batch_size_over_limit_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_batch_size_over_limit_error.yaml @@ -719,23 +719,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: - apim-request-id: 17e4c801-b03f-44e7-b34b-1f94000bf899 + apim-request-id: 2d741917-8530-4e6d-bf12-ffd866ef1f53 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:06 GMT + date: Thu, 19 Nov 2020 21:28:33 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' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_client_passed_default_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_client_passed_default_language_hint.yaml index f9fd4b6c6ddf..1ea33e0f621c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_client_passed_default_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_client_passed_default_language_hint.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -25,17 +25,17 @@ interactions: Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en"}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: ab7531f5-24d1-4af1-98ec-c9d9e7e2f887 + apim-request-id: 934ff383-5078-410b-9583-a31327ef4b59 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:05 GMT + date: Thu, 19 Nov 2020 21:28:35 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '1' + x-envoy-upstream-service-time: '2' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -49,27 +49,27 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: df88e2c5-be92-485f-ba9f-7c1cb1a54d7c + apim-request-id: 8e1cc037-bd19-4572-819c-dd50b29d8712 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:06 GMT + date: Thu, 19 Nov 2020 21:28:35 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: '84' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "es"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -83,9 +83,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -96,15 +96,15 @@ interactions: Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en"}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 6e5ce80b-99e3-4bff-b93c-201e7b442a0d + apim-request-id: 7f23aa20-e224-489f-9ee2-9bf32f5f972a content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:06 GMT + date: Thu, 19 Nov 2020 21:28:35 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '1' + x-envoy-upstream-service-time: '2' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_document_attribute_error_no_result_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_document_attribute_error_no_result_attribute.yaml index 318a01bff651..87a6e7169ac9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_document_attribute_error_no_result_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_document_attribute_error_no_result_attribute.yaml @@ -9,24 +9,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: abbf788d-73e9-416f-843a-ae5f5b41a123 + apim-request-id: 0563cd80-e68a-4f35-b614-8d34040a7270 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:06 GMT + date: Thu, 19 Nov 2020 21:28:35 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '1' + x-envoy-upstream-service-time: '3' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_document_attribute_error_nonexistent_attribute.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_document_attribute_error_nonexistent_attribute.yaml index 45618270cbd5..478ab779f6b6 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_document_attribute_error_nonexistent_attribute.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_document_attribute_error_nonexistent_attribute.yaml @@ -9,18 +9,18 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 68d00964-a7d5-4015-a245-1a9f47b962b1 + apim-request-id: b45ddeae-da9b-494b-9ec7-48a022f3fd54 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:06 GMT + date: Thu, 19 Nov 2020 21:28:36 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -28,5 +28,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_document_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_document_errors.yaml index 875c95139b6d..a99adc18c344 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_document_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_document_errors.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -27,9 +27,9 @@ interactions: size to: 5120 text elements. For additional details on the data limitations see https://aka.ms/text-analytics-data-limits"}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: d44f2454-12d8-4bed-a955-b56b575d2a30 + apim-request-id: 8eb25816-30e1-4d8e-8936-6cf5b4771231 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:06 GMT + date: Thu, 19 Nov 2020 21:28:35 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -37,5 +37,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_document_warnings.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_document_warnings.yaml index 2ca5557bc70a..8a482273e8eb 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_document_warnings.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_document_warnings.yaml @@ -10,24 +10,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"This won''t actually create a warning :''(","id":"1","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: a4ac2219-0c2a-46d4-9343-53f3521f1819 + apim-request-id: c660f81c-a492-4119-bc51-0cf9a1c407cb content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:03:06 GMT + date: Thu, 19 Nov 2020 21:28:36 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: '77' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_duplicate_ids_error.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_duplicate_ids_error.yaml index 72e55aae06eb..aa8076ac55be 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_duplicate_ids_error.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_duplicate_ids_error.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Request contains duplicated Ids. Make sure each document has a unique Id."}}}' headers: - apim-request-id: 1044b21e-6521-4cd2-85ee-b8178e2e7be4 + apim-request-id: e215a0b0-61a8-4e1f-b6aa-b24849d2f573 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:06 GMT + date: Thu, 19 Nov 2020 21:28:37 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '5' + x-envoy-upstream-service-time: '4' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_empty_credential_class.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_empty_credential_class.yaml index 9f86e9c0ff6b..6861723523ae 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_empty_credential_class.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_empty_credential_class.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -20,9 +20,9 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:03:06 GMT + date: Thu, 19 Nov 2020 21:28:37 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_input_with_all_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_input_with_all_errors.yaml index b62e67f689ce..325f73d7b537 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_input_with_all_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_input_with_all_errors.yaml @@ -10,9 +10,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -23,9 +23,9 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: c4130eba-af75-40e7-949e-d07771d0a92a + apim-request-id: b4bc2f44-a0d7-4250-b251-617bc03a9f56 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:07 GMT + date: Thu, 19 Nov 2020 21:28:37 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -33,5 +33,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_input_with_some_errors.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_input_with_some_errors.yaml index 6696484af935..be2d69631a68 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_input_with_some_errors.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_input_with_some_errors.yaml @@ -11,9 +11,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"Is ************** your Brazilian CPF @@ -24,16 +24,16 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 96d28798-4311-4f06-8f8f-211d5c078249 + apim-request-id: 5e992b08-3f26-40c8-b27a-9f329e68ffd4 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:03:06 GMT + date: Thu, 19 Nov 2020 21:28:38 GMT 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: '69' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_invalid_language_hint_docs.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_invalid_language_hint_docs.yaml index bcea84260f43..22f26efb204a 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_invalid_language_hint_docs.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_invalid_language_hint_docs.yaml @@ -10,24 +10,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en"}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 0107cf48-fe77-4996-9cb5-fe804d79f370 + apim-request-id: ad4d1aec-fa57-495e-9804-448244c8a333 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:06 GMT + date: Thu, 19 Nov 2020 21:28: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-envoy-upstream-service-time: '1' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_invalid_language_hint_method.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_invalid_language_hint_method.yaml index 493c14d8a208..0a881e5737a2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_invalid_language_hint_method.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_invalid_language_hint_method.yaml @@ -10,24 +10,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en"}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 45c72418-aff6-41b5-be2c-e2ac929c9714 + apim-request-id: a917a779-f94c-4fda-b732-a6eba95423b3 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:07 GMT + date: Thu, 19 Nov 2020 21:28:39 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '2' + x-envoy-upstream-service-time: '1' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_language_kwarg_english.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_language_kwarg_english.yaml index 9b9162402fbf..571a9107d1ff 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_language_kwarg_english.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_language_kwarg_english.yaml @@ -10,25 +10,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":1,"validDocumentsCount":1,"erroneousDocumentsCount":0,"transactionsCount":1},"documents":[{"redactedText":"********** is the CEO of *********.","id":"0","statistics":{"charactersCount":35,"transactionsCount":1},"entities":[{"text":"Bill Gates","category":"Person","offset":0,"length":10,"confidenceScore":0.81},{"text":"Microsoft","category":"Organization","offset":25,"length":9,"confidenceScore":0.64}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: c02a232a-051b-4b7f-9197-e7eed045d2f9 + apim-request-id: 2a3a5a3a-304e-4c85-8325-42aef4691579 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:03:06 GMT + date: Thu, 19 Nov 2020 21:28:39 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: '68' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_out_of_order_ids.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_out_of_order_ids.yaml index 45b322e43a04..ca2dc21f7d57 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_out_of_order_ids.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_out_of_order_ids.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":":)","id":"56","entities":[],"warnings":[]},{"redactedText":":(","id":"0","entities":[],"warnings":[]},{"redactedText":":P","id":"19","entities":[],"warnings":[]},{"redactedText":":D","id":"1","entities":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 5946db3c-6a15-40c0-9541-91f1a52623b3 + apim-request-id: 17e2ae8b-69f7-4f3b-8829-3d06217a8b4b content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=4 - date: Wed, 30 Sep 2020 16:03:07 GMT + date: Thu, 19 Nov 2020 21:28:40 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: '65' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_output_same_order_as_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_output_same_order_as_input.yaml index d6f33c0cde30..06c91d0fe5a9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_output_same_order_as_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_output_same_order_as_input.yaml @@ -12,17 +12,17 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"one","id":"1","entities":[],"warnings":[]},{"redactedText":"two","id":"2","entities":[],"warnings":[]},{"redactedText":"three","id":"3","entities":[],"warnings":[]},{"redactedText":"four","id":"4","entities":[],"warnings":[]},{"redactedText":"five","id":"5","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 46c3695a-aef4-4a10-9c91-33d417ff9331 + apim-request-id: 056b62e9-48a1-46d9-b5cc-b2bf7b82bf4c content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=5 - date: Wed, 30 Sep 2020 16:03:07 GMT + date: Thu, 19 Nov 2020 21:28:41 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -30,5 +30,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_pass_cls.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_pass_cls.yaml index e0a3d6f2082c..7ff958b37ca9 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_pass_cls.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_pass_cls.yaml @@ -10,23 +10,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"Test passing cls to endpoint","id":"0","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 5417e03f-8d0b-401d-846e-023bee1ec7e2 + apim-request-id: 130aa6fa-95c7-4529-90b5-01aae7ea13ee content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:03:08 GMT + date: Thu, 19 Nov 2020 21:28:40 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: '59' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_passing_only_string.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_passing_only_string.yaml index 8efa3f3cf312..78ff8c2a9122 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_passing_only_string.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_passing_only_string.yaml @@ -13,9 +13,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":4,"validDocumentsCount":3,"erroneousDocumentsCount":1,"transactionsCount":3},"documents":[{"redactedText":"My @@ -32,16 +32,16 @@ interactions: document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 9947a92c-1622-469d-a00b-43eacf0f333d + apim-request-id: 307f9ffb-8fc8-40d9-8ee3-5720541e34d4 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:07 GMT + date: Thu, 19 Nov 2020 21:28:40 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: '118' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_per_item_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_per_item_dont_use_language_hint.yaml index d07372faecb9..e7ee6731f731 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_per_item_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_per_item_dont_use_language_hint.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: f054aa4e-89fc-4a3d-af17-7879f89ce086 + apim-request-id: 03ab495c-5061-479a-b61a-80058161eab8 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:07 GMT + date: Thu, 19 Nov 2020 21:28:41 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '104' + x-envoy-upstream-service-time: '78' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_phi_domain_filter.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_phi_domain_filter.yaml index 5eb581e9a903..87133222a158 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_phi_domain_filter.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_phi_domain_filter.yaml @@ -10,25 +10,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&domain=PHI&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&domain=PHI&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"I work at Microsoft and my phone number is ************","id":"0","entities":[{"text":"333-333-3333","category":"Phone Number","offset":43,"length":12,"confidenceScore":0.8}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: daca87b0-6855-4b2f-ac6a-470f3809549b + apim-request-id: 96c09792-2512-487d-80eb-bb986793c43a content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:03:08 GMT + date: Thu, 19 Nov 2020 21:28:43 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: '74' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&domain=PHI&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&domain=PHI&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_redacted_text.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_redacted_text.yaml index 2977b5484670..9480819b492c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_redacted_text.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_redacted_text.yaml @@ -10,24 +10,24 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"My SSN is ***********.","id":"0","entities":[{"text":"859-98-0987","category":"U.S. Social Security Number (SSN)","offset":10,"length":11,"confidenceScore":0.65}],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 5c0fdfb6-9ba3-405b-9930-0574b5daeec3 + apim-request-id: e860d68a-b6ec-4c6f-8edd-ea20ef95b58f content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:03:08 GMT + date: Thu, 19 Nov 2020 21:28: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: '71' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_rotate_subscription_key.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_rotate_subscription_key.yaml index 30661ff63d28..e7d14af08520 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_rotate_subscription_key.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_rotate_subscription_key.yaml @@ -12,27 +12,27 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 7b271704-57bb-4001-91be-8a510cec087d + apim-request-id: ea550497-cd27-4366-bb0f-e541d20816af content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:07 GMT + date: Thu, 19 Nov 2020 21:28:42 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: '85' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -46,9 +46,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"401","message":"Access denied due to invalid subscription @@ -56,11 +56,11 @@ interactions: subscription and use a correct regional API endpoint for your resource."}}' headers: content-length: '224' - date: Wed, 30 Sep 2020 16:03:07 GMT + date: Thu, 19 Nov 2020 21:28:42 GMT status: code: 401 message: PermissionDenied - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint - request: body: '{"documents": [{"id": "1", "text": "I will go to the park.", "language": "en"}, {"id": "2", "text": "I did not like the hotel we stayed at.", "language": @@ -74,25 +74,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 94ed3356-0212-470b-bcad-c3d1823de2be + apim-request-id: 7963c2da-0486-40e8-8631-7c9147146857 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:08 GMT + date: Thu, 19 Nov 2020 21:28:43 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: '71' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_show_stats_and_model_version.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_show_stats_and_model_version.yaml index 93aa4656f2a5..cbb047f3a110 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_show_stats_and_model_version.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_show_stats_and_model_version.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint response: body: string: '{"statistics":{"documentsCount":5,"validDocumentsCount":4,"erroneousDocumentsCount":1,"transactionsCount":4},"documents":[{"redactedText":":)","id":"56","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"redactedText":":(","id":"0","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"redactedText":":P","id":"19","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]},{"redactedText":":D","id":"1","statistics":{"charactersCount":2,"transactionsCount":1},"entities":[],"warnings":[]}],"errors":[{"id":"22","error":{"code":"InvalidArgument","message":"Invalid document in request.","innererror":{"code":"InvalidDocument","message":"Document text is empty."}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 69fd23ad-e9b1-4448-82f6-c5a8e9b0f2ed + apim-request-id: 502a9398-4d14-42df-8653-f0c207b67786 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=4 - date: Wed, 30 Sep 2020 16:03:08 GMT + date: Thu, 19 Nov 2020 21:28:43 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: '60' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?model-version=latest&showStats=true&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_too_many_documents.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_too_many_documents.yaml index 784a0a6d8ac7..2233614ade47 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_too_many_documents.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_too_many_documents.yaml @@ -12,23 +12,23 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"error":{"code":"InvalidRequest","message":"Invalid document in request.","innererror":{"code":"InvalidDocumentBatch","message":"Batch request contains too many records. Max 5 records are permitted."}}}' headers: - apim-request-id: 42587cfe-076a-4e7d-9c14-8b71c7ed8987 + apim-request-id: d00f03c7-008b-4782-a74f-f5d3349a7187 content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:08 GMT + date: Thu, 19 Nov 2020 21:28:43 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff - x-envoy-upstream-service-time: '4' + x-envoy-upstream-service-time: '5' status: code: 400 message: Bad Request - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_user_agent.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_user_agent.yaml index e024ae0bb56b..fbb3be250aea 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_user_agent.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_user_agent.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"I will go to the park.","id":"1","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at.","id":"2","entities":[],"warnings":[]},{"redactedText":"The restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: ef4d4688-dc27-49d1-9730-03d3b85061c1 + apim-request-id: 78387801-c6ae-4d23-8aa4-fcf2be0e4b76 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:08 GMT + date: Thu, 19 Nov 2020 21:28:44 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: '129' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_dont_use_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_dont_use_language_hint.yaml index b937bb0e40fe..945c9765184e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_dont_use_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_dont_use_language_hint.yaml @@ -12,25 +12,25 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"This was the best day of my life.","id":"0","entities":[],"warnings":[]},{"redactedText":"I did not like the hotel we stayed at. It was too expensive.","id":"1","entities":[],"warnings":[]},{"redactedText":"The restaurant was not as good as I hoped.","id":"2","entities":[],"warnings":[]}],"errors":[],"modelVersion":"2020-07-01"}' headers: - apim-request-id: e7c7594c-395a-4d5d-9d1a-a06a77993c3c + apim-request-id: ee6b40a0-74cb-450d-af23-99a3e9b1d116 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=3 - date: Wed, 30 Sep 2020 16:03:09 GMT + date: Thu, 19 Nov 2020 21:28:44 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: '133' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_language_hint.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_language_hint.yaml index 426399782530..99d4d0beeee3 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_language_hint.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_language_hint.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"0","error":{"code":"InvalidArgument","message":"Invalid @@ -25,9 +25,9 @@ interactions: Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en"}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: f6669385-d0bf-40d1-9ae2-7abbf63112d2 + apim-request-id: 728e46ce-2a76-40a9-80b0-50906f494bdb content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:08 GMT + date: Thu, 19 Nov 2020 21:28:46 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -35,5 +35,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml index 9e2996c0ae77..8e30e2fd7d13 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_language_hint_and_dict_per_item_hints.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[{"redactedText":"The restaurant had really good food.","id":"3","entities":[],"warnings":[]}],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -23,16 +23,16 @@ interactions: Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en"}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: 8bf037fb-6958-4862-a233-917520cf2998 + apim-request-id: 93d3f722-97eb-4df6-b40e-8d2543c89b0d content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:03:09 GMT + date: Thu, 19 Nov 2020 21:28:46 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: '97' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_language_hint_and_obj_input.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_language_hint_and_obj_input.yaml index 3c7de6c5ed4b..63c0f088c3fc 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_language_hint_and_obj_input.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_language_hint_and_obj_input.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: '{"documents":[],"errors":[{"id":"1","error":{"code":"InvalidArgument","message":"Invalid @@ -25,9 +25,9 @@ interactions: Language Code.","innererror":{"code":"UnsupportedLanguageCode","message":"Invalid language code. Supported languages: en"}}}],"modelVersion":"2020-07-01"}' headers: - apim-request-id: b7af8d86-3df7-4711-b81f-e315cac5cacd + apim-request-id: 87552797-dff9-4fea-81ad-3d15d6b0f7db content-type: application/json; charset=utf-8 - date: Wed, 30 Sep 2020 16:03:09 GMT + date: Thu, 19 Nov 2020 21:28:46 GMT strict-transport-security: max-age=31536000; includeSubDomains; preload transfer-encoding: chunked x-content-type-options: nosniff @@ -35,5 +35,5 @@ interactions: status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml index b4c49eb68e0d..e3700dc55dea 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/recordings/test_recognize_pii_entities_async.test_whole_batch_language_hint_and_obj_per_item_hints.yaml @@ -12,9 +12,9 @@ interactions: Content-Type: - application/json User-Agent: - - azsdk-python-ai-textanalytics/5.1.0b2 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) + - azsdk-python-ai-textanalytics/5.1.0b3 Python/3.8.5 (macOS-10.13.6-x86_64-i386-64bit) method: POST - uri: https://westcentralus.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + uri: https://westus2.api.cognitive.microsoft.com/text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint response: body: string: "{\"documents\":[{\"redactedText\":\"\u732B\u306F\u5E78\u305B\",\"id\"\ @@ -26,16 +26,16 @@ interactions: ,\"message\":\"Invalid language code. Supported languages: en\"}}}],\"modelVersion\"\ :\"2020-07-01\"}" headers: - apim-request-id: 6e619a22-181c-4413-9cd0-526d4272040c + apim-request-id: 729ecbd6-b503-426e-ba10-2780997340c8 content-type: application/json; charset=utf-8 csp-billing-usage: CognitiveServices.TextAnalytics.BatchScoring=1 - date: Wed, 30 Sep 2020 16:03:08 GMT + date: Thu, 19 Nov 2020 21:28:47 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: '97' status: code: 200 message: OK - url: https://westcentralus.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint + url: https://westus2.api.cognitive.microsoft.com//text/analytics/v3.1-preview.2/entities/recognition/pii?showStats=false&stringIndexType=UnicodeCodePoint version: 1 From b6d7f4a4b6972159a172f47fb61020be1c1504ce Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Thu, 19 Nov 2020 17:16:26 -0500 Subject: [PATCH 11/14] remove all refs to ppe --- .../azure-ai-textanalytics/tests/test_analyze_async.py | 4 ---- .../tests/test_analyze_healthcare_async.py | 7 ------- 2 files changed, 11 deletions(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py index 7682036a5683..73cac75ab0c2 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py @@ -454,7 +454,6 @@ async def test_output_same_order_as_input_multiple_tasks(self, client): @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, "text_analytics_account_key": "", - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" }) async def test_empty_credential_class(self, client): with self.assertRaises(ClientAuthenticationError): @@ -970,9 +969,6 @@ async def test_invalid_language_hint_docs(self, client): @GlobalTextAnalyticsAccountPreparer() async def test_rotate_subscription_key(self, resource_group, location, text_analytics_account, text_analytics_account_key): - text_analytics_account = "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - if self.is_live: - text_analytics_account_key = os.environ.get('AZURE_TEXT_ANALYTICS_KEY') credential = AzureKeyCredential(text_analytics_account_key) client = TextAnalyticsClient(text_analytics_account, credential, api_version=TextAnalyticsApiVersion.V3_1_PREVIEW_3) diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py index af0ad5f8ebe6..5f20eff06f4e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py @@ -217,7 +217,6 @@ async def test_output_same_order_as_input(self, client): @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, "text_analytics_account_key": "", - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" }) async def test_empty_credential_class(self, client): with self.assertRaises(ClientAuthenticationError): @@ -231,7 +230,6 @@ async def test_empty_credential_class(self, client): @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, "text_analytics_account_key": "xxxx", - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" }) async def test_bad_credentials(self, client): with self.assertRaises(ClientAuthenticationError): @@ -439,8 +437,6 @@ async def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, - "text_analytics_account_key": os.environ.get('AZURE_TEXT_ANALYTICS_KEY'), - "text_analytics_account": "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com", "default_language": "en" }) async def test_client_passed_default_language_hint(self, client): @@ -486,9 +482,6 @@ async def test_invalid_language_hint_docs(self, client): @GlobalTextAnalyticsAccountPreparer() async def test_rotate_subscription_key(self, resource_group, location, text_analytics_account, text_analytics_account_key): - text_analytics_account = "https://textanalytics-westeurope.ppe.cognitiveservices.azure.com" - if self.is_live: - text_analytics_account_key = os.environ.get('AZURE_TEXT_ANALYTICS_KEY') credential = AzureKeyCredential(text_analytics_account_key) client = TextAnalyticsClient(text_analytics_account, credential, api_version=TextAnalyticsApiVersion.V3_1_PREVIEW_3) From 86d691acb4c47d61121693ffde8a1aa6d929d000 Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Thu, 19 Nov 2020 17:31:50 -0500 Subject: [PATCH 12/14] add more tests to playback only --- .../azure-ai-textanalytics/tests/test_analyze.py | 7 +++++++ .../tests/test_analyze_async.py | 2 ++ .../tests/test_analyze_healthcare.py | 15 +++++++++++++++ .../tests/test_analyze_healthcare_async.py | 10 ++++++++++ 4 files changed, 34 insertions(+) diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py index 8b88699e80e3..f2d5bf425377 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py @@ -407,9 +407,11 @@ def test_output_same_order_as_input_multiple_tasks(self, client): for idx, doc in enumerate(results): self.assertEqual(str(idx + 1), doc.id) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, + "text_analytics_account_key": "", }) def test_empty_credential_class(self, client): with self.assertRaises(ClientAuthenticationError): @@ -420,7 +422,9 @@ def test_empty_credential_class(self, client): pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], polling_interval=self._interval(), ) + response.wait() + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -435,6 +439,7 @@ def test_bad_credentials(self, client): pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], polling_interval=self._interval(), ) + response.wait() @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) @@ -449,6 +454,7 @@ def test_bad_document_input(self, client): pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], polling_interval=self._interval(), ) + response.wait() @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) @@ -921,6 +927,7 @@ def callback(resp): poller.result() # need to call this before tearDown runs even though we don't need the response for the test. + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_empty_document_failure(self, client): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py index 73cac75ab0c2..f8b8c4d0e022 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py @@ -450,6 +450,7 @@ async def test_output_same_order_as_input_multiple_tasks(self, client): for idx, doc in enumerate(results): self.assertEqual(str(idx + 1), doc.id) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -466,6 +467,7 @@ async def test_empty_credential_class(self, client): polling_interval=self._interval() ) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py index 45a9a1431186..f6acef13b205 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py @@ -35,6 +35,7 @@ def test_no_single_input(self, client): with self.assertRaises(TypeError): response = client.begin_analyze_healthcare("hello world").result() + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_all_successful_passing_dict(self, client): @@ -51,6 +52,7 @@ def test_all_successful_passing_dict(self, client): self.assertIsNotNone(doc.entities) self.assertIsNotNone(doc.relations) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_all_successful_passing_text_document_input(self, client): @@ -69,6 +71,7 @@ def test_all_successful_passing_text_document_input(self, client): self.assertIsNotNone(doc.entities) self.assertIsNotNone(doc.relations) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_passing_only_string(self, client): @@ -88,6 +91,7 @@ def test_passing_only_string(self, client): self.assertTrue(response[2].is_error) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_input_with_some_errors(self, client): @@ -100,6 +104,7 @@ def test_input_with_some_errors(self, client): self.assertTrue(response[1].is_error) self.assertFalse(response[2].is_error) + @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_input_with_all_errors(self, client): @@ -112,6 +117,7 @@ def test_input_with_all_errors(self, client): self.assertTrue(response[1].is_error) self.assertTrue(response[2].is_error) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_too_many_documents(self, client): @@ -174,6 +180,7 @@ def test_output_same_order_as_input(self, client): for idx, doc in enumerate(response): self.assertEqual(str(idx + 1), doc.id) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -185,6 +192,7 @@ def test_empty_credential_class(self, client): polling_interval=self._interval() ).result() + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -260,6 +268,7 @@ def test_show_stats_and_model_version(self, client): if not doc.is_error: self.assertIsNotNone(doc.statistics) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_whole_batch_language_hint(self, client): @@ -288,6 +297,7 @@ def test_whole_batch_dont_use_language_hint(self, client): self.assertFalse(response[1].is_error) self.assertFalse(response[2].is_error) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_per_item_dont_use_language_hint(self, client): @@ -300,6 +310,7 @@ def test_per_item_dont_use_language_hint(self, client): self.assertFalse(response[1].is_error) self.assertFalse(response[2].is_error) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_whole_batch_language_hint_and_obj_input(self, client): @@ -374,6 +385,7 @@ def test_invalid_language_hint_method(self, client): ).result()) self.assertEqual(response[0].error.code, 'UnsupportedLanguageCode') + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_invalid_language_hint_docs(self, client): @@ -442,6 +454,7 @@ def test_document_attribute_error_no_result_attribute(self, client): 'InvalidDocument - Document text is empty.\n' ) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_document_attribute_error_nonexistent_attribute(self, client): @@ -489,6 +502,7 @@ def test_document_errors(self, client): self.assertEqual(doc_errors[2].error.code, "InvalidDocument") self.assertIsNotNone(doc_errors[2].error.message) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_not_passing_list_for_docs(self, client): @@ -537,6 +551,7 @@ def callback(pipeline_response, deserialized, _): ).result() assert res == "cls result" + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_multiple_pages_of_results_returned_successfully(self, client): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py index 5f20eff06f4e..d667984f822b 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py @@ -213,6 +213,7 @@ async def test_output_same_order_as_input(self, client): for idx, doc in enumerate(response): self.assertEqual(str(idx + 1), doc.id) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -226,6 +227,7 @@ async def test_empty_credential_class(self, client): polling_interval=self._interval() ) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3, @@ -309,6 +311,7 @@ async def test_show_stats_and_model_version(self, client): if not doc.is_error: self.assertIsNotNone(doc.statistics) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_whole_batch_language_hint(self, client): @@ -383,6 +386,7 @@ async def test_whole_batch_language_hint_and_obj_input(self, client): self.assertFalse(response[1].is_error) self.assertFalse(response[2].is_error) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_whole_batch_language_hint_and_dict_input(self, client): @@ -417,6 +421,7 @@ async def test_whole_batch_language_hint_and_obj_per_item_hints(self, client): self.assertFalse(response[0].is_error) self.assertFalse(response[1].is_error) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_whole_batch_language_hint_and_dict_per_item_hints(self, client): @@ -524,6 +529,7 @@ def callback(resp): await poller.result() # need to call this before tearDown runs even though we don't need the response for the test. + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_document_attribute_error_no_result_attribute(self, client): @@ -569,6 +575,7 @@ async def test_document_attribute_error_nonexistent_attribute(self, client): '\'DocumentError\' object has no attribute \'attribute_not_on_result_or_error\'' ) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_bad_model_version_error(self, client): @@ -607,6 +614,7 @@ async def test_document_errors(self, client): self.assertEqual(doc_errors[2].error.code, "InvalidDocument") self.assertIsNotNone(doc_errors[2].error.message) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_not_passing_list_for_docs(self, client): @@ -633,6 +641,7 @@ async def test_passing_none_docs(self, client): await client.begin_analyze_healthcare(None, polling_interval=self._interval()) assert "Input documents can not be empty or None" in str(excinfo.value) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_duplicate_ids_error(self, client): @@ -660,6 +669,7 @@ def callback(pipeline_response, deserialized, _): )).result() assert res == "cls result" + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_multiple_pages_of_results_returned_successfully(self, client): From d0040c811c0c31e78cc448401bd57f015a36b9b6 Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Thu, 19 Nov 2020 17:45:56 -0500 Subject: [PATCH 13/14] mark bad document input as playback only --- sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py | 1 + .../azure-ai-textanalytics/tests/test_analyze_async.py | 1 + .../azure-ai-textanalytics/tests/test_analyze_healthcare.py | 1 + .../tests/test_analyze_healthcare_async.py | 1 + 4 files changed, 4 insertions(+) diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py index f2d5bf425377..4f33d8d13588 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py @@ -441,6 +441,7 @@ def test_bad_credentials(self, client): ) response.wait() + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_bad_document_input(self, client): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py index f8b8c4d0e022..d574a2985c3e 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_async.py @@ -484,6 +484,7 @@ async def test_bad_credentials(self, client): polling_interval=self._interval() ) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_bad_document_input(self, client): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py index f6acef13b205..ab0619c9ebd4 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare.py @@ -205,6 +205,7 @@ def test_bad_credentials(self, client): polling_interval=self._interval() ) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) def test_bad_document_input(self, client): diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py index d667984f822b..f76a180050bd 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze_healthcare_async.py @@ -241,6 +241,7 @@ async def test_bad_credentials(self, client): polling_interval=self._interval() ) + @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3}) async def test_bad_document_input(self, client): From 8be13f8eed12bbf212604eb7453c0897f3cdb90d Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Thu, 19 Nov 2020 17:48:37 -0500 Subject: [PATCH 14/14] remove erroneous response.wait --- sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py index 4f33d8d13588..049fa760974c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py +++ b/sdk/textanalytics/azure-ai-textanalytics/tests/test_analyze.py @@ -422,7 +422,6 @@ def test_empty_credential_class(self, client): pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], polling_interval=self._interval(), ) - response.wait() @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @@ -439,7 +438,6 @@ def test_bad_credentials(self, client): pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], polling_interval=self._interval(), ) - response.wait() @pytest.mark.playback_test_only @GlobalTextAnalyticsAccountPreparer() @@ -455,7 +453,6 @@ def test_bad_document_input(self, client): pii_entities_recognition_tasks=[PiiEntitiesRecognitionTask()], polling_interval=self._interval(), ) - response.wait() @GlobalTextAnalyticsAccountPreparer() @TextAnalyticsClientPreparer(client_kwargs={ "api_version": TextAnalyticsApiVersion.V3_1_PREVIEW_3})